summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-07-15 16:00:17 +0000
committerjmc <jmc@openbsd.org>2006-07-15 16:00:17 +0000
commit22966b0c982ecf5f9b040e2fc61055fe155268ea (patch)
tree8cb927806a6a6dc5830643b3cf69e37f4908412c
parentset the tags on the scsi command according to what the midlayer says they (diff)
downloadwireguard-openbsd-22966b0c982ecf5f9b040e2fc61055fe155268ea.tar.xz
wireguard-openbsd-22966b0c982ecf5f9b040e2fc61055fe155268ea.zip
- update posix spec reference
- note that -f is an extension (to said..); from andracs ok millert
-rw-r--r--usr.bin/comm/comm.18
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index d3bdd34538d..e41d9d7418a 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: comm.1,v 1.9 2003/06/03 02:56:07 millert Exp $
+.\" $OpenBSD: comm.1,v 1.10 2006/07/15 16:00:17 jmc Exp $
.\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -104,7 +104,11 @@ utility exits 0 on success or >0 if an error occurred.
The
.Nm
utility conforms to
-.St -p1003.2-92 .
+.St -p1003.1-2004 .
+.Pp
+The flag
+.Op Fl f
+is an extension to the specification.
.Sh HISTORY
A
.Nm