summaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
commitda024d08640ec7bd74b5283712b0f2a1b09bf53e (patch)
treebe577cb67939587578554ad352c8d88f488711b3 /usr.bin/sort
parent277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff)
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/sort.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index f067815e3e7..36c8794c413 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.27 2005/10/28 23:18:17 dlg Exp $
+.\" $OpenBSD: sort.1,v 1.28 2007/05/30 04:41:34 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -375,13 +375,13 @@ already exists
.Sh STANDARDS
The
.Nm
-utility is expected to be compliant with the
-.St -p1003.1-2001
+utility is compliant with the
+.St -p1003.1-2004
specification.
.Pp
The flags
.Op Fl HRTz
-are extensions to the specification.
+are extensions to that specification.
.Sh HISTORY
A
.Nm