summaryrefslogtreecommitdiff
path: root/usr.bin/cut
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/cut
parent277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff)
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 95cf0b03dca..e7e5ca0ae3b 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cut.1,v 1.10 2007/03/15 22:38:24 jmc Exp $
+.\" $OpenBSD: cut.1,v 1.11 2007/05/30 04:41:33 jmc Exp $
.\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -129,5 +129,6 @@ Show the names and login times of logged in users:
.Sh STANDARDS
The
.Nm
-utility conforms to
-.St -p1003.2-92 .
+utility is compliant with the
+.St -p1003.1-2004
+specification.