Opened 11 years ago
Closed 10 years ago
#733 closed defect (fixed)
IZ3160: submit(1), qrsub(1), hostnameutils(1) ignored by makewhatis
Reported by: | saper | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.2u3 |
Severity: | minor | Keywords: | Solaris man |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3160]
Issue #: 3160 Platform: All Reporter: saper (saper) Component: gridengine OS: Solaris Subcomponent: man Version: 6.2u3 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: submit(1), qrsub(1), hostnameutils(1) ignored by makewhatis Status whiteboard: Attachments: Issue 3160 blocks: Votes for issue 3160: Opened: Sat Oct 10 01:04:00 -0700 2009 ------------------------ Line 52 of Solaris 10 /usr/lib/makewhatis (sed(1) command '/ - /!d') removes hostnameutils(1), submit(1) and qrsub(1) entries from the list. submit(1) contains .IP entries below, and they don't contain " - " as required by makewhatis on Solaris. .IP "qsub \-" 1i submit a batch job to Sun Grid Engine. .IP "qsh \-" 1i submit an interactive X-windows session to Sun Grid Engine. .IP "qlogin \-" 1i submit an interactive login session to Sun Grid Engine. .IP "qrsh \-" 1i submit an interactive rsh session to Sun Grid Engine. .IP "qalter \-" 1i modify a pending batch job of Sun Grid Engine. .IP "qresub \-" 1i submit a copy of an existing Sun Grid Engine job. ------- Additional comments from saper Sat Oct 10 05:25:57 -0700 2009 ------- shortened summary
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/sge] and [3568/sge].