summaryrefslogtreecommitdiff
path: root/usr.bin/cut
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-02-08 17:15:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-02-08 17:15:12 +0000
commit80c3d3f5d73d8ef04d5c987f5def65b5c90ada63 (patch)
treea42ae36c3b0a09c8bc3de63de27cfb2103db69f9 /usr.bin/cut
parentd6b70e033b514b6cff957e114f6cdcd7c55ac954 (diff)
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 067890e09f7..282ccf34375 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cut.1,v 1.14 2008/12/19 11:23:31 jmc Exp $
+.\" $OpenBSD: cut.1,v 1.15 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cut.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: December 19 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CUT 1
.Os
.Sh NAME
@@ -134,5 +134,5 @@ Show the names and login times of logged in users:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.