diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-14 12:56:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-14 12:56:08 +0000 |
commit | ca47e92fbea5c8beb20c0a1618a08a7c6c468e30 (patch) | |
tree | df1508fa26056a5da21d1585ad40707bfaca9969 /usr.bin/sort | |
parent | 0ef73d96b44abf76bbe41e1592b5adb4f00621fb (diff) |
- .Cm Fl -> .Fl
- fix list width
Diffstat (limited to 'usr.bin/sort')
-rw-r--r-- | usr.bin/sort/sort.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 203e4993da0..e42e6435dea 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.20 2003/06/03 02:56:16 millert Exp $ +.\" $OpenBSD: sort.1,v 1.21 2003/07/14 12:56:07 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .Op Fl t Ar char .Op Fl R Ar char .Oo -.Cm Fl k Ar field1[,field2] +.Fl k Ar field1[,field2] .Oc .Ar ... .Op Fl T Ar dir @@ -62,7 +62,7 @@ By default, if keys are not given, regards each input line as a single field. .Pp The options are as follows: -.Bl -tag -width file Ds +.Bl -tag -width Ds .It Fl c Check that the single input file is sorted. If the file is not sorted, |