summaryrefslogtreecommitdiffstats
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-30 04:41:33 +0000
committerjmc <jmc@openbsd.org>2007-05-30 04:41:33 +0000
commit7c5a075bb35c9874ed6ed8040f78870dae704a20 (patch)
tree18fc2f17baca06edc79f894ef37a8d9026e855ef /usr.bin/uniq
parentIt's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'. (diff)
downloadwireguard-openbsd-7c5a075bb35c9874ed6ed8040f78870dae704a20.tar.xz
wireguard-openbsd-7c5a075bb35c9874ed6ed8040f78870dae704a20.zip
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 7380ea6c021..c93847e0039 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uniq.1,v 1.10 2004/08/10 22:32:05 jmc Exp $
+.\" $OpenBSD: uniq.1,v 1.11 2007/05/30 04:41:34 jmc Exp $
.\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -120,14 +120,14 @@ utility exits 0 on success or \*(Gt0 if an error occurred.
.Sh SEE ALSO
.Xr sort 1
.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
The historic
.Cm + Ns Ar number
and
.Fl Ns Ar number
options have been deprecated but are still supported in this implementation.
-.Pp
-The
-.Nm
-utility is expected to be
-.St -p1003.2
-compatible.