summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-02-08 17:15:08 +0000
committerjmc <jmc@openbsd.org>2009-02-08 17:15:08 +0000
commit99332e389acc384d2856c3e7e7c6df06e350a03c (patch)
tree9444f9f942d40d32cfe2d455f153e207a5c66aee
parentsome minor corrections for the STANDARDS section; (diff)
downloadwireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.tar.xz
wireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.zip
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
-rw-r--r--bin/cat/cat.16
-rw-r--r--bin/chmod/chgrp.16
-rw-r--r--bin/chmod/chmod.16
-rw-r--r--bin/chmod/chown.86
-rw-r--r--bin/cp/cp.16
-rw-r--r--bin/date/date.16
-rw-r--r--bin/dd/dd.16
-rw-r--r--bin/df/df.18
-rw-r--r--bin/echo/echo.16
-rw-r--r--bin/ed/ed.16
-rw-r--r--bin/expr/expr.16
-rw-r--r--bin/kill/kill.16
-rw-r--r--bin/ln/ln.16
-rw-r--r--bin/ls/ls.110
-rw-r--r--bin/md5/cksum.16
-rw-r--r--bin/mkdir/mkdir.16
-rw-r--r--bin/mv/mv.16
-rw-r--r--bin/pax/pax.16
-rw-r--r--bin/ps/ps.16
-rw-r--r--bin/pwd/pwd.16
-rw-r--r--bin/rm/rm.18
-rw-r--r--bin/rmdir/rmdir.16
-rw-r--r--bin/sleep/sleep.16
-rw-r--r--bin/stty/stty.16
-rw-r--r--bin/test/test.16
-rw-r--r--sbin/mknod/mkfifo.16
-rw-r--r--usr.bin/asa/asa.16
-rw-r--r--usr.bin/at/at.16
-rw-r--r--usr.bin/awk/awk.16
-rw-r--r--usr.bin/basename/basename.16
-rw-r--r--usr.bin/bc/bc.16
-rw-r--r--usr.bin/cal/cal.16
-rw-r--r--usr.bin/cmp/cmp.16
-rw-r--r--usr.bin/comm/comm.16
-rw-r--r--usr.bin/compress/compress.14
-rw-r--r--usr.bin/csplit/csplit.16
-rw-r--r--usr.bin/ctags/ctags.16
-rw-r--r--usr.bin/cut/cut.16
-rw-r--r--usr.bin/diff/diff.16
-rw-r--r--usr.bin/dirname/dirname.16
-rw-r--r--usr.bin/du/du.16
-rw-r--r--usr.bin/env/env.16
-rw-r--r--usr.bin/expand/expand.16
-rw-r--r--usr.bin/false/false.16
-rw-r--r--usr.bin/find/find.16
-rw-r--r--usr.bin/fold/fold.16
-rw-r--r--usr.bin/getconf/getconf.16
-rw-r--r--usr.bin/grep/grep.16
-rw-r--r--usr.bin/head/head.16
-rw-r--r--usr.bin/hexdump/od.16
-rw-r--r--usr.bin/id/id.16
-rw-r--r--usr.bin/join/join.16
-rw-r--r--usr.bin/less/less.16
-rw-r--r--usr.bin/logger/logger.16
-rw-r--r--usr.bin/logname/logname.16
-rw-r--r--usr.bin/m4/m4.16
-rw-r--r--usr.bin/make/make.16
-rw-r--r--usr.bin/man/man.16
-rw-r--r--usr.bin/mesg/mesg.16
-rw-r--r--usr.bin/nice/nice.16
-rw-r--r--usr.bin/nohup/nohup.16
-rw-r--r--usr.bin/paste/paste.16
-rw-r--r--usr.bin/patch/patch.110
-rw-r--r--usr.bin/pr/pr.18
-rw-r--r--usr.bin/printf/printf.16
-rw-r--r--usr.bin/renice/renice.86
-rw-r--r--usr.bin/sed/sed.16
-rw-r--r--usr.bin/sort/sort.16
-rw-r--r--usr.bin/split/split.16
-rw-r--r--usr.bin/strings/strings.16
-rw-r--r--usr.bin/strip/strip.16
-rw-r--r--usr.bin/tail/tail.16
-rw-r--r--usr.bin/talk/talk.16
-rw-r--r--usr.bin/tee/tee.16
-rw-r--r--usr.bin/time/time.16
-rw-r--r--usr.bin/touch/touch.16
-rw-r--r--usr.bin/tput/tput.16
-rw-r--r--usr.bin/tr/tr.16
-rw-r--r--usr.bin/true/true.16
-rw-r--r--usr.bin/tty/tty.16
-rw-r--r--usr.bin/uname/uname.16
-rw-r--r--usr.bin/uniq/uniq.16
-rw-r--r--usr.bin/uuencode/uuencode.14
-rw-r--r--usr.bin/vi/docs/USD.doc/vi.man/vi.16
-rw-r--r--usr.bin/wc/wc.16
-rw-r--r--usr.bin/who/who.16
-rw-r--r--usr.bin/write/write.16
-rw-r--r--usr.bin/xargs/xargs.16
-rw-r--r--usr.bin/yacc/yacc.16
-rw-r--r--usr.sbin/cron/crontab.16
90 files changed, 275 insertions, 275 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index 5ac8b5b89a4..76d56e691f8 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cat.1,v 1.28 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: cat.1,v 1.29 2009/02/08 17:15:08 jmc Exp $
.\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CAT 1
.Os
.Sh NAME
@@ -163,7 +163,7 @@ operand.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1
index e9eb6fbde5c..86ab152b846 100644
--- a/bin/chmod/chgrp.1
+++ b/bin/chmod/chgrp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chgrp.1,v 1.11 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: chgrp.1,v 1.12 2009/02/08 17:15:08 jmc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CHGRP 1
.Os
.Sh NAME
@@ -120,7 +120,7 @@ group ID file
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index d1605906539..8fba1bc514b 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.1,v 1.33 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: chmod.1,v 1.34 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CHMOD 1
.Os
.Sh NAME
@@ -371,7 +371,7 @@ Set the group bits equal to the user bits, but clear the group write bit:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8
index 2313cc1f417..2d405da66fb 100644
--- a/bin/chmod/chown.8
+++ b/bin/chmod/chown.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chown.8,v 1.12 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: chown.8,v 1.13 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)chown.8 8.3 (Berkeley) 3/31/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CHOWN 8
.Os
.Sh NAME
@@ -143,7 +143,7 @@ Only the superuser is permitted to change the owner of a file.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index beb2846d6ba..554b17ef59d 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.30 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: cp.1,v 1.31 2009/02/08 17:15:08 jmc Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CP 1
.Os
.Sh NAME
@@ -225,7 +225,7 @@ directory:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
Historic versions of the
diff --git a/bin/date/date.1 b/bin/date/date.1
index 1905006eb0a..85166a82451 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: date.1,v 1.48 2007/05/31 19:19:14 jmc Exp $
+.\" $OpenBSD: date.1,v 1.49 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DATE 1
.Os
.Sh NAME
@@ -230,7 +230,7 @@ fails.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 60701aa2fa8..e1defc62584 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.21 2008/10/05 13:14:20 sobrado Exp $
+.\" $OpenBSD: dd.1,v 1.22 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\"
-.Dd $Mdocdate: October 5 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DD 1
.Os
.Sh NAME
@@ -353,7 +353,7 @@ Create an ISO-9660 image of a CD-ROM:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The
diff --git a/bin/df/df.1 b/bin/df/df.1
index bc18a0b3b7c..579984dd6ea 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: df.1,v 1.41 2007/05/31 19:19:14 jmc Exp $
+.\" $OpenBSD: df.1,v 1.42 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)df.1 8.2 (Berkeley) 1/13/92
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DF 1
.Os
.Sh NAME
@@ -149,7 +149,7 @@ file system using kilobyte block sizes:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
@@ -159,7 +159,7 @@ are extensions to that specification.
Behaviour for the
.Fl t
flag differs between this implementation and
-.St -p1003.1-2004 .
+.St -p1003.1-2008 .
.Sh HISTORY
A
.Nm
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 1d85b79b22b..d0b2a3c6396 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.18 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: echo.1,v 1.19 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt ECHO 1
.Os
.Sh NAME
@@ -69,7 +69,7 @@ Do not print the trailing newline character.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index 1757c9ed00b..b91e1a108a8 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ed.1,v 1.52 2008/10/01 09:03:27 jmc Exp $
+.\" $OpenBSD: ed.1,v 1.53 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (c) 1993 Andrew Moore, Talke Studio.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 1 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt ED 1
.Os
.Sh NAME
@@ -788,7 +788,7 @@ but any changes to the buffer are lost.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index c492de5fadc..bfe462a5d89 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,10 +1,10 @@
-.\" $OpenBSD: expr.1,v 1.17 2009/01/22 17:52:19 espie Exp $
+.\" $OpenBSD: expr.1,v 1.18 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Public domain.
.\"
-.Dd $Mdocdate: January 22 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt EXPR 1
.Os
.Sh NAME
@@ -131,5 +131,5 @@ An error occurred (such as memory allocation failure).
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 20389e0ab88..2a5620a2cf6 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.33 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: kill.1,v 1.34 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt KILL 1
.Os
.Sh NAME
@@ -152,7 +152,7 @@ daemon the hangup signal, instructing it to re-read its configuration from
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
.Nm
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 44b426d2235..fc524f8f9d7 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.26 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: ln.1,v 1.27 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt LN 1
.Os
.Sh NAME
@@ -193,7 +193,7 @@ This results from directory-walking.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 4d3bcbd7bc4..95aa52c2390 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ls.1,v 1.56 2009/01/28 11:50:51 jmc Exp $
+.\" $OpenBSD: ls.1,v 1.57 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\"
-.Dd $Mdocdate: January 28 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt LS 1
.Os
.Sh NAME
@@ -475,7 +475,7 @@ printed first:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
@@ -489,7 +489,7 @@ The group field is now automatically included in the long listing for
files and the meaning of the
.Fl g
flag has been changed in order to be compatible with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
Behaviour for the
@@ -497,7 +497,7 @@ Behaviour for the
and
.Fl o
flags differs between this implementation and
-.St -p1003.1-2004 .
+.St -p1003.1-2008 .
.Sh HISTORY
An
.Nm
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1
index e1ad4b05957..02076a2a367 100644
--- a/bin/md5/cksum.1
+++ b/bin/md5/cksum.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cksum.1,v 1.18 2008/07/29 18:24:31 sobrado Exp $
+.\" $OpenBSD: cksum.1,v 1.19 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)cksum.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: July 29 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CKSUM 1
.Os
.Sh NAME
@@ -286,7 +286,7 @@ in the following ACM article:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
All the flags are extensions to that specification.
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index b3dcca2b009..2aa34d94233 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkdir.1,v 1.25 2008/04/16 20:53:12 jmc Exp $
+.\" $OpenBSD: mkdir.1,v 1.26 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
.\"
-.Dd $Mdocdate: April 16 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MKDIR 1
.Os
.Sh NAME
@@ -112,7 +112,7 @@ creating any non-existent intermediate directories as necessary:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 7a2f0610209..01c8b9ea858 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.24 2008/10/21 06:42:45 jmc Exp $
+.\" $OpenBSD: mv.1,v 1.25 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: October 21 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MV 1
.Os
.Sh NAME
@@ -154,7 +154,7 @@ $ mv -i ./-f bar
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index d9ef442bbf6..90364b4cd39 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pax.1,v 1.54 2008/06/11 07:42:50 jmc Exp $
+.\" $OpenBSD: pax.1,v 1.55 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@@ -34,7 +34,7 @@
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: June 11 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PAX 1
.Os
.Sh NAME
@@ -1143,7 +1143,7 @@ completes it will exit with a non-zero exit status.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 61dad84a85b..dfe12d757ad 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ps.1,v 1.68 2009/01/21 22:18:28 miod Exp $
+.\" $OpenBSD: ps.1,v 1.69 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 21 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PS 1
.Os
.Sh NAME
@@ -536,7 +536,7 @@ Display information on all system processes:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 89f90d0a17d..b75137eef71 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd.1,v 1.17 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: pwd.1,v 1.18 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PWD 1
.Os
.Sh NAME
@@ -59,7 +59,7 @@ see
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
.Nm
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 79546caeda0..b388cb1e4e2 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.31 2007/06/06 00:08:57 ray Exp $
+.\" $OpenBSD: rm.1,v 1.32 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
.\"
-.Dd $Mdocdate: June 6 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt RM 1
.Os
.Sh NAME
@@ -151,7 +151,7 @@ $ rm ./-f
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
@@ -175,7 +175,7 @@ The interactive mode used to be a
command, a carryover from the ancient past with an
amusing etymology.
.Pp
-.St -p1003.1-2004
+.St -p1003.1-2008
requires
.Nm
to act like
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index f86d2ba5d86..d87cffbe3c1 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.18 2007/08/06 19:16:05 sobrado Exp $
+.\" $OpenBSD: rmdir.1,v 1.19 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: August 6 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt RMDIR 1
.Os
.Sh NAME
@@ -102,7 +102,7 @@ stopping at the first non-empty directory (if any).
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 6766ebe77c1..51ee21c956a 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sleep.1,v 1.16 2007/05/31 19:19:15 jmc Exp $
+.\" $OpenBSD: sleep.1,v 1.17 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)sleep.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt SLEEP 1
.Os
.Sh NAME
@@ -116,7 +116,7 @@ An error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The handling of fractional arguments is provided as an extension to that
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index b114f90c815..f2e659a63c1 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stty.1,v 1.35 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: stty.1,v 1.36 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)stty.1 8.5 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt STTY 1
.Os
.Sh NAME
@@ -651,7 +651,7 @@ is set.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/bin/test/test.1 b/bin/test/test.1
index 0edc9ba4f34..07a57e6d3c4 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: test.1,v 1.25 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: test.1,v 1.26 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TEST 1
.Os
.Sh NAME
@@ -322,7 +322,7 @@ An error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The primaries
diff --git a/sbin/mknod/mkfifo.1 b/sbin/mknod/mkfifo.1
index b92f1d6f021..820d00337dd 100644
--- a/sbin/mknod/mkfifo.1
+++ b/sbin/mknod/mkfifo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkfifo.1,v 1.11 2008/04/17 13:44:27 jmc Exp $
+.\" $OpenBSD: mkfifo.1,v 1.12 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94
.\"
-.Dd $Mdocdate: April 17 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MKFIFO 1
.Os
.Sh NAME
@@ -77,7 +77,7 @@ are interpreted relative to an initial mode of
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
The
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1
index 1e3bda3feb6..0991bf89b7d 100644
--- a/usr.bin/asa/asa.1
+++ b/usr.bin/asa/asa.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: asa.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: asa.1,v 1.16 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $
.\"
.\" Copyright (c) 1993 Winning Strategies, Inc.
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt ASA 1
.Os
.Sh NAME
@@ -94,7 +94,7 @@ program and redirect it to a line-printer.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1
index 546f89e762f..3bb84a89af2 100644
--- a/usr.bin/at/at.1
+++ b/usr.bin/at/at.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: at.1,v 1.37 2008/01/03 07:52:24 jmc Exp $
+.\" $OpenBSD: at.1,v 1.38 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (C) 1993, 1994 Thomas Koenig
.\" Copyright (C) 1993 David Parsons
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 3 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt AT 1
.Os
.Sh NAME
@@ -321,7 +321,7 @@ The
and
.Nm batch
utilities are compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 5a09c522eb3..0ece207fcf2 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.32 2008/09/04 15:51:28 jmc Exp $
+.\" $OpenBSD: awk.1,v 1.33 2009/02/08 17:15:09 jmc Exp $
.\" EX/EE is a Bd
.\"
.\" Copyright (C) Lucent Technologies 1997
@@ -23,7 +23,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 4 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt AWK 1
.Os
.Sh NAME
@@ -763,7 +763,7 @@ Print an error message to standard error:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1
index 473d16b463f..7113e317d3f 100644
--- a/usr.bin/basename/basename.1
+++ b/usr.bin/basename/basename.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: basename.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: basename.1,v 1.16 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: basename.1,v 1.9 1995/03/25 18:17:45 glass Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)basename.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt BASENAME 1
.Os
.Sh NAME
@@ -72,5 +72,5 @@ to
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index 6daa90764ac..c6ca31d6595 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bc.1,v 1.22 2007/05/31 19:20:07 jmc Exp $
+.\" $OpenBSD: bc.1,v 1.23 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\"
.\" @(#)bc.1 6.8 (Berkeley) 8/8/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt BC 1
.Sh NAME
.Nm bc
@@ -352,7 +352,7 @@ option is specified on the command line.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/cal/cal.1 b/usr.bin/cal/cal.1
index f3f5dc23a1f..1263d453da1 100644
--- a/usr.bin/cal/cal.1
+++ b/usr.bin/cal/cal.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cal.1,v 1.20 2008/04/18 17:19:04 jmc Exp $
+.\" $OpenBSD: cal.1,v 1.21 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cal.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: April 18 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CAL 1
.Os
.Sh NAME
@@ -109,7 +109,7 @@ calendar for that month is a bit unusual.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 8c066b49b90..2e3f6d3e12c 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cmp.1,v 1.13 2007/05/31 19:20:08 jmc Exp $
+.\" $OpenBSD: cmp.1,v 1.14 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CMP 1
.Os
.Sh NAME
@@ -110,7 +110,7 @@ An error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The arguments
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index 4ef405334b1..d135238fffd 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: comm.1,v 1.13 2007/05/31 19:20:08 jmc Exp $
+.\" $OpenBSD: comm.1,v 1.14 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)comm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt COMM 1
.Os
.Sh NAME
@@ -102,7 +102,7 @@ participate in line comparisons.
The
.Nm
utility conforms to
-.St -p1003.1-2004 .
+.St -p1003.1-2008 .
.Pp
The flag
.Op Fl f
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index f59d16ba330..93342eae73f 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.1,v 1.40 2009/02/08 16:44:32 jmc Exp $
+.\" $OpenBSD: compress.1,v 1.41 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $
.\"
.\" Copyright (c) 1986, 1990, 1993
@@ -339,7 +339,7 @@ The
and
.Nm zcat
utilities are compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index dd41f5ac25d..32b66f42039 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csplit.1,v 1.5 2008/12/30 16:22:24 jmc Exp $
+.\" $OpenBSD: csplit.1,v 1.6 2009/02/08 17:15:11 jmc Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/usr.bin/csplit/csplit.1,v 1.11 2005/01/25 22:29:51 tjr Exp $
.\"
-.Dd $Mdocdate: December 30 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CSPLIT 1
.Os
.Sh NAME
@@ -162,7 +162,7 @@ Split standard input after the first 99 lines and every 100 lines thereafter:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1
index 0dcc940ed22..2b50e630b64 100644
--- a/usr.bin/ctags/ctags.1
+++ b/usr.bin/ctags/ctags.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctags.1,v 1.16 2007/05/31 19:20:09 jmc Exp $
+.\" $OpenBSD: ctags.1,v 1.17 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ctags.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CTAGS 1
.Os
.Sh NAME
@@ -186,7 +186,7 @@ Duplicate objects are not considered errors.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
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.
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1
index 4c575c324bd..05ea15b8e07 100644
--- a/usr.bin/diff/diff.1
+++ b/usr.bin/diff/diff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diff.1,v 1.33 2007/05/31 19:20:09 jmc Exp $
+.\" $OpenBSD: diff.1,v 1.34 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)diff.1 8.1 (Berkeley) 6/30/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DIFF 1
.Os
.Sh NAME
@@ -477,7 +477,7 @@ An error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/dirname/dirname.1 b/usr.bin/dirname/dirname.1
index a5976007393..226ee4a4ca8 100644
--- a/usr.bin/dirname/dirname.1
+++ b/usr.bin/dirname/dirname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dirname.1,v 1.6 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: dirname.1,v 1.7 2009/02/08 17:15:09 jmc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)dirname.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DIRNAME 1
.Os
.Sh NAME
@@ -67,5 +67,5 @@ to
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 938c13e98b7..f4747b1257a 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: du.1,v 1.23 2007/11/13 13:49:50 jmc Exp $
+.\" $OpenBSD: du.1,v 1.24 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)du.1 8.2 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: November 13 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt DU 1
.Os
.Sh NAME
@@ -139,7 +139,7 @@ option is specified.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1
index 14658e0f6dc..58f149d2915 100644
--- a/usr.bin/env/env.1
+++ b/usr.bin/env/env.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: env.1,v 1.16 2007/05/31 19:20:09 jmc Exp $
+.\" $OpenBSD: env.1,v 1.17 2009/02/08 17:15:09 jmc Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt ENV 1
.Os
.Sh NAME
@@ -111,7 +111,7 @@ could not be found.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The historic
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1
index b715fac1011..2c9983d8097 100644
--- a/usr.bin/expand/expand.1
+++ b/usr.bin/expand/expand.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: expand.1,v 1.13 2007/05/31 19:20:09 jmc Exp $
+.\" $OpenBSD: expand.1,v 1.14 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: expand.1,v 1.3 1995/09/02 06:19:45 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)expand.1 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt EXPAND 1
.Os
.Sh NAME
@@ -118,7 +118,7 @@ The
and
.Nm unexpand
utilities are compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
with the following exceptions:
.Bl -bullet -offset indent
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1
index a7a1ccec81b..704464f5456 100644
--- a/usr.bin/false/false.1
+++ b/usr.bin/false/false.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: false.1,v 1.9 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: false.1,v 1.10 2009/02/08 17:15:09 jmc Exp $
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)false.1 6.6 (Berkeley) 7/24/91
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt FALSE 1
.Os
.Sh NAME
@@ -50,7 +50,7 @@ utility always exits with a non-zero exit code.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
.Nm
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 156dfd6d14b..f5e06211224 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.71 2009/01/28 08:09:36 jmc Exp $
+.\" $OpenBSD: find.1,v 1.72 2009/02/08 17:15:09 jmc Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 28 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt FIND 1
.Os
.Sh NAME
@@ -554,7 +554,7 @@ or
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The options
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1
index 8831bcbb9fc..9903f0a9180 100644
--- a/usr.bin/fold/fold.1
+++ b/usr.bin/fold/fold.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fold.1,v 1.12 2007/05/31 19:20:10 jmc Exp $
+.\" $OpenBSD: fold.1,v 1.13 2009/02/08 17:15:09 jmc Exp $
.\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)fold.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt FOLD 1
.Os
.Sh NAME
@@ -68,7 +68,7 @@ Specifies a line width to use instead of the default 80 characters.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh BUGS
If underlining (see
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index 2c2fc18cdeb..914b78115f2 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getconf.1,v 1.9 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: getconf.1,v 1.10 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: getconf.1,v 1.2 1996/04/20 01:15:12 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt GETCONF 1
.Os
.Sh NAME
@@ -66,5 +66,5 @@ pathname.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 9dab04accac..8d4512c27a6 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.35 2007/05/31 19:20:10 jmc Exp $
+.\" $OpenBSD: grep.1,v 1.36 2009/02/08 17:15:10 jmc Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" @(#)grep.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt GREP 1
.Os
.Sh NAME
@@ -363,7 +363,7 @@ looking for either 19, 20, or 25.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1
index af4a70b4586..7fef3feab8b 100644
--- a/usr.bin/head/head.1
+++ b/usr.bin/head/head.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: head.1,v 1.14 2007/05/31 19:20:11 jmc Exp $
+.\" $OpenBSD: head.1,v 1.15 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)head.1 6.6 (Berkeley) 7/24/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt HEAD 1
.Os
.Sh NAME
@@ -97,7 +97,7 @@ in the following way to, for example, display only line 500 from the file
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The historic command line syntax is supported by this implementation.
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index 91c2fbf2660..3c4d11cc426 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: od.1,v 1.20 2008/06/26 05:42:21 ray Exp $
+.\" $OpenBSD: od.1,v 1.21 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"/
-.Dd $Mdocdate: June 26 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt OD 1
.Os
.Sh NAME
@@ -304,7 +304,7 @@ option.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1
index 41eb598ea34..74a8cf04f06 100644
--- a/usr.bin/id/id.1
+++ b/usr.bin/id/id.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: id.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: id.1,v 1.16 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $
.\"
.\" Copyright (c) 1991, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)id.1 8.2 (Berkeley) 5/5/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt ID 1
.Os
.Sh NAME
@@ -122,7 +122,7 @@ Display the effective user ID as a number.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index f4b3b40aa94..12cb77314c6 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: join.1,v 1.20 2007/05/31 19:20:11 jmc Exp $
+.\" $OpenBSD: join.1,v 1.21 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)join.1 8.3 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt JOIN 1
.Os
.Sh NAME
@@ -176,7 +176,7 @@ may be specified at the same time.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
In the absence of the
diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1
index 165b560985f..d6b81a647ed 100644
--- a/usr.bin/less/less.1
+++ b/usr.bin/less/less.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: less.1,v 1.14 2007/05/31 19:20:12 jmc Exp $
+.\" $OpenBSD: less.1,v 1.15 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (C) 2002 Mark Nudelman
.\"
@@ -23,7 +23,7 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt LESS 1
.Os
.Sh NAME
@@ -1661,7 +1661,7 @@ The name of the editor (used for the v command).
The
.Nm more
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1
index 5f3125508ff..11f7cbc289b 100644
--- a/usr.bin/logger/logger.1
+++ b/usr.bin/logger/logger.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: logger.1,v 1.15 2007/05/31 19:20:12 jmc Exp $
+.\" $OpenBSD: logger.1,v 1.16 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: logger.1,v 1.4 1994/12/22 06:26:59 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)logger.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt LOGGER 1
.Os
.Sh NAME
@@ -97,7 +97,7 @@ $ logger -p local0.notice -t HOSTIDM -f /dev/idmc
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index 72b1c4fb977..2e2a55d61d4 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: logname.1,v 1.12 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: logname.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: logname.1,v 1.5 1995/07/25 18:31:12 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)logname.1 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt LOGNAME 1
.Os
.Sh NAME
@@ -66,7 +66,7 @@ because the environment cannot be trusted.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
The
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 50d97ad96f2..18d0f194f22 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.54 2008/08/22 01:06:31 jmc Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.55 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 22 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt M4 1
.Os
.Sh NAME
@@ -427,7 +427,7 @@ Returns the current file's name.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 9eda2eb92fe..1c595fdff3b 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.82 2008/11/04 07:22:35 espie Exp $
+.\" $OpenBSD: make.1,v 1.83 2009/02/08 17:15:10 jmc Exp $
.\" $OpenPackages$
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: November 4 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -1326,7 +1326,7 @@ directory
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
index a3d3d0c4ac2..985357f4932 100644
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.1,v 1.41 2008/12/30 13:14:41 jmc Exp $
+.\" $OpenBSD: man.1,v 1.42 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)man.1 8.2 (Berkeley) 1/2/94
.\"
-.Dd $Mdocdate: December 30 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MAN 1
.Os
.Sh NAME
@@ -329,7 +329,7 @@ default man configuration file
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1
index e01a2978d61..cddae225cea 100644
--- a/usr.bin/mesg/mesg.1
+++ b/usr.bin/mesg/mesg.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mesg.1,v 1.12 2007/05/31 19:20:13 jmc Exp $
+.\" $OpenBSD: mesg.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: mesg.1,v 1.3 1994/12/23 07:16:31 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mesg.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt MESG 1
.Os
.Sh NAME
@@ -87,7 +87,7 @@ An error has occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index 57f14e93aa6..986d4e2d0d1 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.1,v 1.17 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: nice.1,v 1.18 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)nice.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt NICE 1
.Os
.Sh NAME
@@ -93,7 +93,7 @@ shall be that of
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The historic
diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1
index 2efeec6c804..f235a601857 100644
--- a/usr.bin/nohup/nohup.1
+++ b/usr.bin/nohup/nohup.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nohup.1,v 1.14 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: nohup.1,v 1.15 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)nohup.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt NOHUP 1
.Os
.Sh NAME
@@ -113,7 +113,7 @@ User's home directory.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
.Nm
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 0cdb50b08d4..1e708d4afec 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: paste.1,v 1.12 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: paste.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)paste.1 5.6 (Berkeley) 7/27/91
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PASTE 1
.Os
.Sh NAME
@@ -141,5 +141,5 @@ environment variable:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1
index f3f6bba5aa1..c09c9b21fa5 100644
--- a/usr.bin/patch/patch.1
+++ b/usr.bin/patch/patch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: patch.1,v 1.23 2008/10/19 06:15:13 jmc Exp $
+.\" $OpenBSD: patch.1,v 1.24 2009/02/08 17:15:10 jmc Exp $
.\" Copyright 1986, Larry Wall
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -19,7 +19,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 19 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PATCH 1
.Os
.Sh NAME
@@ -347,7 +347,7 @@ used in place of
.Qq .orig .
.It Fl Fl posix
Enables strict
-.St -p1003.1-2004
+.St -p1003.1-2008
conformance, specifically:
.Bl -enum
.It
@@ -461,7 +461,7 @@ match used:
If
.Nm
is operating in strict
-.St -p1003.1-2004
+.St -p1003.1-2008
mode, the first of the
.Dq old ,
.Dq new
@@ -636,7 +636,7 @@ exit status so you don't apply a later patch to a partially patched file.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification
(except as detailed above for the
.Fl -posix
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1
index b6c0f40d340..05f044fe09f 100644
--- a/usr.bin/pr/pr.1
+++ b/usr.bin/pr/pr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pr.1,v 1.18 2007/05/31 19:20:14 jmc Exp $
+.\" $OpenBSD: pr.1,v 1.19 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1991 Keith Muller.
.\" Copyright (c) 1993
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PR 1
.Os
.Sh NAME
@@ -404,10 +404,10 @@ use of these characters will cause formatting errors.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
-.St -p1003.1-2004
+.St -p1003.1-2008
is relatively silent concerning the
handling of input characters beyond the behavior dictated by the
.Nm pr
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index e905c8b5c22..05d0da81c53 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.1,v 1.21 2008/09/15 19:22:32 martynas Exp $
+.\" $OpenBSD: printf.1,v 1.22 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91
.\"
-.Dd $Mdocdate: September 15 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PRINTF 1
.Os
.Sh NAME
@@ -368,7 +368,7 @@ Print the decimal representation of the character 'a' (see
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
The
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8
index f580a35d480..87f74d1515d 100644
--- a/usr.bin/renice/renice.8
+++ b/usr.bin/renice/renice.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: renice.8,v 1.19 2009/01/30 08:42:38 sobrado Exp $
+.\" $OpenBSD: renice.8,v 1.20 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)renice.8 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: January 30 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt RENICE 8
.Os
.Sh NAME
@@ -125,7 +125,7 @@ and all processes owned by users daemon and root:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
but its presence is optional.
.Pp
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index f1bda6e4004..33270493dc1 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sed.1,v 1.31 2008/10/07 21:51:37 millert Exp $
+.\" $OpenBSD: sed.1,v 1.32 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)sed.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: October 7 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt SED 1
.Os
.Sh NAME
@@ -516,7 +516,7 @@ option on the command line.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index 060f3737cee..de0ab2379ba 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.32 2008/10/01 06:39:18 jmc Exp $
+.\" $OpenBSD: sort.1,v 1.33 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: October 1 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt SORT 1
.Os
.Sh NAME
@@ -380,7 +380,7 @@ already exists
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 31d176319c2..ab99ed574c8 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: split.1,v 1.17 2008/01/05 09:30:36 jmc Exp $
+.\" $OpenBSD: split.1,v 1.18 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)split.1 8.3 (Berkeley) 4/16/94
.\"
-.Dd $Mdocdate: January 5 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt SPLIT 1
.Os
.Sh NAME
@@ -129,7 +129,7 @@ and
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index 65c10bb8a99..1ab4cb3bdef 100644
--- a/usr.bin/strings/strings.1
+++ b/usr.bin/strings/strings.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strings.1,v 1.12 2008/06/01 21:42:30 sobrado Exp $
+.\" $OpenBSD: strings.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: strings.1,v 1.4 1994/12/10 11:54:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)strings.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: June 1 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt STRINGS 1
.Os
.Sh NAME
@@ -96,7 +96,7 @@ is useful for identifying random binaries, among other things.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1
index eb8100bbdd2..941b59d7096 100644
--- a/usr.bin/strip/strip.1
+++ b/usr.bin/strip/strip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strip.1,v 1.8 2007/08/06 19:16:06 sobrado Exp $
+.\" $OpenBSD: strip.1,v 1.9 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91
.\"
-.Dd $Mdocdate: August 6 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt STRIP 1
.Os
.Sh NAME
@@ -66,7 +66,7 @@ exits 0 on success or 1 if an error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
but its presence is optional.
.Pp
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index ad54a858b51..4e1869d0a11 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tail.1,v 1.16 2007/05/31 19:20:17 jmc Exp $
+.\" $OpenBSD: tail.1,v 1.17 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tail.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TAIL 1
.Os
.Sh NAME
@@ -150,7 +150,7 @@ open, displaying to the standard output anything appended to the file:
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1
index f3f7f907fa8..df8da5c651c 100644
--- a/usr.bin/talk/talk.1
+++ b/usr.bin/talk/talk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: talk.1,v 1.21 2007/05/31 19:20:17 jmc Exp $
+.\" $OpenBSD: talk.1,v 1.22 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)talk.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TALK 1
.Os
.Sh NAME
@@ -134,7 +134,7 @@ to find the recipient's tty
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
but its presence is optional.
.Pp
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1
index 7a4f76473cc..13d6d82aedc 100644
--- a/usr.bin/tee/tee.1
+++ b/usr.bin/tee/tee.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tee.1,v 1.8 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: tee.1,v 1.9 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: tee.1,v 1.4 1994/12/09 01:43:37 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tee.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TEE 1
.Os
.Sh NAME
@@ -80,5 +80,5 @@ option.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1
index 92559237c13..1db9311b73e 100644
--- a/usr.bin/time/time.1
+++ b/usr.bin/time/time.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.1,v 1.17 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: time.1,v 1.18 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)time.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TIME 1
.Os
.Sh NAME
@@ -102,7 +102,7 @@ shall be that of
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1
index 4e12ef39b96..1c42a188314 100644
--- a/usr.bin/touch/touch.1
+++ b/usr.bin/touch/touch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: touch.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: touch.1,v 1.16 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)touch.1 8.3 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TOUCH 1
.Os
.Sh NAME
@@ -126,7 +126,7 @@ letter pair is not specified, the value defaults to 0.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The obsolescent form of
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1
index 8b615c30023..735846cf146 100644
--- a/usr.bin/tput/tput.1
+++ b/usr.bin/tput/tput.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tput.1,v 1.16 2007/05/31 19:20:18 jmc Exp $
+.\" $OpenBSD: tput.1,v 1.17 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TPUT 1
.Os
.Sh NAME
@@ -152,7 +152,7 @@ exits with a value of 0 if the terminal has this attribute or
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
but its presence is optional.
.Pp
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 4f089b09968..3eb77b17d8b 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tr.1,v 1.12 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: tr.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: tr.1,v 1.5 1994/12/07 08:35:13 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tr.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TR 1
.Os
.Sh NAME
@@ -263,7 +263,7 @@ Strip out non-printable characters from file1.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
System V has historically implemented character ranges using the syntax
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1
index 057117c7716..a5e850e7cb9 100644
--- a/usr.bin/true/true.1
+++ b/usr.bin/true/true.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: true.1,v 1.10 2009/01/06 23:56:18 jmc Exp $
+.\" $OpenBSD: true.1,v 1.11 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)true.1 6.4 (Berkeley) 6/27/91
.\"
-.Dd $Mdocdate: January 6 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TRUE 1
.Os
.Sh NAME
@@ -51,7 +51,7 @@ utility always returns with exit code 0.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
.Nm
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1
index 311b160f569..4643de83bb8 100644
--- a/usr.bin/tty/tty.1
+++ b/usr.bin/tty/tty.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tty.1,v 1.12 2007/05/31 19:20:18 jmc Exp $
+.\" $OpenBSD: tty.1,v 1.13 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tty.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt TTY 1
.Os
.Sh NAME
@@ -79,7 +79,7 @@ is not a terminal, or >1 if an error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1
index 28f8d91607c..dde22119714 100644
--- a/usr.bin/uname/uname.1
+++ b/usr.bin/uname/uname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uname.1,v 1.13 2007/05/31 19:20:18 jmc Exp $
+.\" $OpenBSD: uname.1,v 1.14 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)du.1 6.13 (Berkeley) 6/20/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt UNAME 1
.Os
.Sh NAME
@@ -79,7 +79,7 @@ option had been specified.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 7a0a73a46e1..3afb4e31191 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uniq.1,v 1.15 2009/01/19 09:46:59 sobrado Exp $
+.\" $OpenBSD: uniq.1,v 1.16 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 19 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt UNIQ 1
.Os
.Sh NAME
@@ -122,7 +122,7 @@ denotes the standard input or the standard output
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The use of
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1
index bd54be87213..52694d7f0e4 100644
--- a/usr.bin/uuencode/uuencode.1
+++ b/usr.bin/uuencode/uuencode.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uuencode.1,v 1.20 2009/02/08 16:44:32 jmc Exp $
+.\" $OpenBSD: uuencode.1,v 1.21 2009/02/08 17:15:10 jmc Exp $
.\" $FreeBSD: uuencode.1,v 1.26 2003/03/18 14:24:47 fanf Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -208,7 +208,7 @@ The
and
.Nm uuencode
utilities are compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
index e55a5863b2f..a1c8011a9b9 100644
--- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1
+++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vi.1,v 1.37 2007/05/31 19:20:19 jmc Exp $
+.\" $OpenBSD: vi.1,v 1.38 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -14,7 +14,7 @@
.\"
.\" @(#)vi.1 8.51 (Berkeley) 10/10/96
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt VI 1
.Os
.Sh NAME
@@ -2266,7 +2266,7 @@ source code.
.Sh STANDARDS
.Nm nex Ns / Ns Nm nvi
is close to
-.St -p1003.1-2004 .
+.St -p1003.1-2008 .
That document differs from historical
.Nm ex Ns / Ns Nm vi
practice in several places; there are changes to be made on both sides.
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index c95550def1f..42fb66daef3 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wc.1,v 1.19 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: wc.1,v 1.20 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)wc.1 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: February 8 2009 $
.Dt WC 1
.Os
.Sh NAME
@@ -119,7 +119,7 @@ are integers separated by spaces.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1
index 973552665a4..6047053b11e 100644
--- a/usr.bin/who/who.1
+++ b/usr.bin/who/who.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: who.1,v 1.21 2007/05/31 19:20:20 jmc Exp $
+.\" $OpenBSD: who.1,v 1.22 2009/02/08 17:15:10 jmc Exp $
.\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)who.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt WHO 1
.Os
.Sh NAME
@@ -132,7 +132,7 @@ For more information on the special characters, see
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Sh HISTORY
A
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1
index c987fbb87b6..9ce5c00ad94 100644
--- a/usr.bin/write/write.1
+++ b/usr.bin/write/write.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.1,v 1.11 2007/05/31 19:20:20 jmc Exp $
+.\" $OpenBSD: write.1,v 1.12 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)write.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt WRITE 1
.Os
.Sh NAME
@@ -102,7 +102,7 @@ over.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification,
but its presence is optional.
.Sh HISTORY
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 9da76ec3e8f..e6dc8a25800 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xargs.1,v 1.21 2007/05/31 19:20:20 jmc Exp $
+.\" $OpenBSD: xargs.1,v 1.22 2009/02/08 17:15:10 jmc Exp $
.\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)xargs.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt XARGS 1
.Os
.Sh NAME
@@ -314,7 +314,7 @@ Some other error occurred.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 0ad2336369e..bec93482712 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.20 2008/05/17 23:31:52 sobrado Exp $
+.\" $OpenBSD: yacc.1,v 1.21 2009/02/08 17:15:10 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91
.\"
-.Dd $Mdocdate: May 17 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt YACC 1
.Os
.Sh NAME
@@ -187,7 +187,7 @@ to the standard error.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flags
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1
index 68701852731..1dedc76d908 100644
--- a/usr.sbin/cron/crontab.1
+++ b/usr.sbin/cron/crontab.1
@@ -17,9 +17,9 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: crontab.1,v 1.25 2007/05/31 19:20:23 jmc Exp $
+.\" $OpenBSD: crontab.1,v 1.26 2009/02/08 17:15:11 jmc Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 8 2009 $
.Dt CRONTAB 1
.Os
.Sh NAME
@@ -136,7 +136,7 @@ line.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification.
.Pp
The flag