Opened 11 years ago
Closed 10 years ago
#811 closed defect (fixed)
IZ3274: man qsub doesn't mention [ command_args ] for job scripts
Reported by: | reuti | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.2u5 |
Severity: | minor | Keywords: | man |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3274]
Issue #: 3274 Platform: All Reporter: reuti (reuti) Component: gridengine OS: All Subcomponent: man Version: 6.2u5 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: man qsub doesn't mention [ command_args ] for job scripts Status whiteboard: Attachments: Issue 3274 blocks: Votes for issue 3274: Opened: Tue Jul 27 03:27:00 -0700 2010 ------------------------ In the section "SYNTAX" near the top of the man page, it states: qsub [ options ] [ command | -- [ command_args ]] it should be: qsub [ options ] [ command [ command_args ] | -- [ command_args ]] to indicate that command_args are not only available for STDIN jobs, but also as arguments to job scripts.
Change History (1)
comment:1 Changed 10 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by [3561].