diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-10-28 23:18:18 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-10-28 23:18:18 +0000 |
commit | 4c11241cc5ba1c1df1b6fd4d9b84c7a01989b2db (patch) | |
tree | 1b3c65be027e72084762bc09ba6b5027d98a3d0d /usr.bin | |
parent | d945a449d16e4652dda69e0b58cf743fbe330730 (diff) |
sort is part of posix so document it as such. more importantly list our
extensions so hopefully people moving scripts to other platforms wont get
too confused. this has been bothering me since -z was added.
big help from and ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sort/sort.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 8a14b712fda..f067815e3e7 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.26 2005/10/04 18:13:22 jmc Exp $ +.\" $OpenBSD: sort.1,v 1.27 2005/10/28 23:18:17 dlg Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -372,6 +372,16 @@ already exists .Xr join 1 , .Xr uniq 1 , .Xr radixsort 3 +.Sh STANDARDS +The +.Nm +utility is expected to be compliant with the +.St -p1003.1-2001 +specification. +.Pp +The flags +.Op Fl HRTz +are extensions to the specification. .Sh HISTORY A .Nm |