diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-19 13:51:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-19 13:51:11 +0000 |
commit | 9c255836c1783d75385acf0ee4f9e8e9b99e7a02 (patch) | |
tree | 95f886ef03a95dd9e2c3f190e248ebb175241d84 /usr.bin | |
parent | dbdf40bb2838cb1527d13943e1c4fc0d511292d1 (diff) |
standard sections, and a little more macro stuff;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sort/sort.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 36ed57dbf17..41e3e6432ee 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.44 2015/03/19 13:36:01 jmc Exp $ +.\" $OpenBSD: sort.1,v 1.45 2015/03/19 13:51:10 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -382,9 +382,7 @@ For example, by default all blank spaces at the beginning of a line are considered to be part of the first field. .Pp Fields are specified by the -.Sm off -.Fl k\ \& Ar field1 Op , Ar field2 -.Sm on +.Fl k Ar field1 Ns Op , Ns Ar field2 option. If .Ar field2 @@ -603,7 +601,7 @@ command appeared in .Sh AUTHORS .An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .An Oleg Moskalenko Aq Mt mom040267@gmail.com -.Sh NOTES +.Sh CAVEATS This implementation of .Nm has no limits on input line length (other than imposed by available |