summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
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/cmp
parent277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff)
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/cmp.114
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index bdd650869b4..2369f7efdc4 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cmp.1,v 1.11 2006/12/20 15:32:10 jasper Exp $
+.\" $OpenBSD: cmp.1,v 1.12 2007/05/30 04:41:33 jmc Exp $
.\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -109,9 +109,15 @@ An error occurred.
.Sh STANDARDS
The
.Nm
-utility is expected to be
-.St -p1003.2
-compatible.
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
+The arguments
+.Ar skip1
+and
+.Ar skip2
+are extensions to that specification.
.Sh HISTORY
A
.Nm