=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/sort.1,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/sort/sort.1 2005/10/04 18:13:22 1.26 +++ src/usr.bin/sort/sort.1 2005/10/28 23:18:17 1.27 @@ -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 @@ .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