Bug 59406
| Summary: | [patch] sort man page nit | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Tim Waugh <twaugh> | ||||
| Component: | textutils | Assignee: | Bernhard Rosenkraenzer <bero> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2002-02-07 09:51:51 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 44837 [details]
This makes it easier to read.
Agreed, fixed in 2.0.21-1 using a different patch (looks better IMO): --- textutils-2.0.21/man/sort.1.foo Tue Feb 26 13:25:28 2002 +++ textutils-2.0.21/man/sort.1 Tue Feb 26 13:30:56 2002 @@ -65,6 +65,7 @@ .TP \fB\-u\fR, \fB\-\-unique\fR with \fB\-c\fR: check for strict ordering +.br otherwise: output only the first of an equal run .TP \fB\-z\fR, \fB\-\-zero\-terminated\fR |
From sort(1): -u, --unique with -c: check for strict ordering otherwise: out- put only the first of an equal run It took me a couple of attempts to parse it.