diff options
-rw-r--r-- | bin/cat/cat.1 | 6 | ||||
-rw-r--r-- | bin/chmod/chgrp.1 | 10 | ||||
-rw-r--r-- | bin/chmod/chmod.1 | 10 | ||||
-rw-r--r-- | bin/chmod/chown.8 | 18 | ||||
-rw-r--r-- | bin/cp/cp.1 | 14 | ||||
-rw-r--r-- | bin/date/date.1 | 11 | ||||
-rw-r--r-- | bin/dd/dd.1 | 20 | ||||
-rw-r--r-- | bin/df/df.1 | 4 | ||||
-rw-r--r-- | bin/echo/echo.1 | 12 | ||||
-rw-r--r-- | bin/ed/ed.1 | 17 | ||||
-rw-r--r-- | bin/expr/expr.1 | 7 | ||||
-rw-r--r-- | bin/kill/kill.1 | 8 | ||||
-rw-r--r-- | bin/ln/ln.1 | 12 | ||||
-rw-r--r-- | bin/ls/ls.1 | 8 | ||||
-rw-r--r-- | bin/mkdir/mkdir.1 | 8 | ||||
-rw-r--r-- | bin/mv/mv.1 | 6 | ||||
-rw-r--r-- | bin/pax/pax.1 | 30 | ||||
-rw-r--r-- | bin/ps/ps.1 | 12 | ||||
-rw-r--r-- | bin/pwd/pwd.1 | 8 | ||||
-rw-r--r-- | bin/rm/rm.1 | 19 | ||||
-rw-r--r-- | bin/rmdir/rmdir.1 | 8 | ||||
-rw-r--r-- | bin/sleep/sleep.1 | 11 | ||||
-rw-r--r-- | bin/stty/stty.1 | 43 | ||||
-rw-r--r-- | bin/test/test.1 | 18 |
24 files changed, 205 insertions, 115 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 1073420b5bf..3502497358c 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.25 2004/07/02 10:28:34 jmc Exp $ +.\" $OpenBSD: cat.1,v 1.26 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -165,12 +165,12 @@ operand. The .Nm utility is compliant with the -.St -p1003.2-92 +.St -p1003.1-2004 specification. .Pp The flags .Op Fl benstv -are extensions to the specification. +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index a071507bb2a..d7d585eaa87 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.8 2005/10/15 08:42:14 jmc Exp $ +.\" $OpenBSD: chgrp.1,v 1.9 2007/05/29 15:04:59 jmc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -121,4 +121,10 @@ group ID file .Sh STANDARDS The .Nm -utility is expected to be POSIX 1003.2 compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl f +is an extension to that specification. diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index eb2b17233c8..ecd8d02ffca 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.30 2006/01/26 22:20:32 jmc Exp $ +.\" $OpenBSD: chmod.1,v 1.31 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -372,9 +372,13 @@ Set the group bits equal to the user bits, but clear the group write bit: .Sh STANDARDS The .Nm -utility is expected to be +utility is compliant with the .St -p1003.1-2004 -compatible. +specification. +.Pp +The flags +.Op Fl HLP +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8 index 7e922101544..2a402119877 100644 --- a/bin/chmod/chown.8 +++ b/bin/chmod/chown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.8,v 1.9 2005/10/15 08:52:39 jmc Exp $ +.\" $OpenBSD: chown.8,v 1.10 2007/05/29 15:04:59 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -142,6 +142,16 @@ utility exits 0 on success or >0 if an error occurred. .Xr fts 3 , .Xr symlink 7 .Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl f +is an extension to that specification. +.Pp Previous versions of the .Nm utility used the dot @@ -151,9 +161,3 @@ This has been changed to be a colon .Pq Sq \&: character so that user and group names may contain the dot character. -.Pp -The -.Nm -command is expected to be -.St -p1003.2 -compliant. diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 66702981e63..cddba93588d 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.26 2007/04/06 06:50:00 tedu Exp $ +.\" $OpenBSD: cp.1,v 1.27 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -222,6 +222,12 @@ directory: .Xr fts 3 , .Xr symlink 7 .Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp Historic versions of the .Nm utility had a @@ -230,12 +236,6 @@ option. This implementation supports that option; however, its use is strongly discouraged, as it does not correctly copy special files, symbolic links or FIFOs. -.Pp -The -.Nm -utility is expected to be -.St -p1003.2 -compatible. .Sh HISTORY A .Nm diff --git a/bin/date/date.1 b/bin/date/date.1 index 64647ced7a0..f123ab45039 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.46 2006/05/15 21:14:21 jmc Exp $ +.\" $OpenBSD: date.1,v 1.47 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -229,8 +229,13 @@ fails. .Sh STANDARDS The .Nm -utility is expected to be compatible with -.St -p1003.2 . +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl adjnrt +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index b32d8c68580..9e145df6a56 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.18 2006/06/01 09:26:49 jmc Exp $ +.\" $OpenBSD: dd.1,v 1.19 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -352,19 +352,17 @@ Create an ISO-9660 image of a CD-ROM: .Sh STANDARDS The .Nm -utility is expected to be a superset of the -.St -p1003.2 -standard. +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp The .Cm files -operand and the -.Cm ascii , -.Cm ebcdic , -.Cm ibm , +operand as well as the .Cm oldascii , .Cm oldebcdic , +.Cm osync , and .Cm oldibm -values are extensions to the -.Tn POSIX -standard. +values +are extensions to that specification. diff --git a/bin/df/df.1 b/bin/df/df.1 index 58f5174493a..a28ee0c7f20 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.38 2007/02/03 22:58:24 jmc Exp $ +.\" $OpenBSD: df.1,v 1.39 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -154,7 +154,7 @@ specification. .Pp The flags .Op Fl hiln -are extensions to the specification. +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 838c99994b1..ccb36afd49f 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.13 2003/06/02 23:32:07 millert Exp $ +.\" $OpenBSD: echo.1,v 1.14 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -68,6 +68,10 @@ utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl n +is an extension to that specification. diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 43979905384..5f494ca0fca 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.49 2004/10/04 21:24:54 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.50 2007/05/29 15:04:59 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -780,6 +780,21 @@ but any changes to the buffer are lost. .%O Addison-Wesley .%D 1981 .Re +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl x +as well as the commands +.Cm W , +.Cm x , +and +.Cm z +are extensions to that specification. .Sh HISTORY An .Nm diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 44635caefa2..a75ca0c57c1 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: expr.1,v 1.14 2003/12/22 12:01:41 jmc Exp $ +.\" $OpenBSD: expr.1,v 1.15 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. @@ -129,5 +129,6 @@ An error occurred (such as memory allocation failure). .Sh STANDARDS The .Nm -utility conforms to -.St -p1003.2 . +utility is compliant with the +.St -p1003.1-2004 +specification. diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index da7ba44ba27..c79adf7c5cb 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.27 2007/03/03 23:20:28 jmc Exp $ +.\" $OpenBSD: kill.1,v 1.28 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -155,9 +155,9 @@ daemon the hangup signal, instructing it to re-read its configuration from .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. .Sh HISTORY A .Nm diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 4e1c81132f7..990dd948634 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.22 2005/12/02 20:36:56 cloder Exp $ +.\" $OpenBSD: ln.1,v 1.23 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -191,6 +191,16 @@ This results from directory-walking. .Xr stat 2 , .Xr symlink 2 , .Xr symlink 7 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl hn +are extensions to that specification. .Sh HISTORY An .Nm diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index cf9b0f2d42c..5ec2c9bd7dc 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.49 2007/05/08 13:36:34 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.50 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -468,10 +468,14 @@ printed first: .Sh STANDARDS The .Nm -utility is a superset of the +utility is compliant with the .St -p1003.1-2004 specification. .Pp +The flags +.Op Fl AhkRST +are extensions to that specification. +.Pp Historically, the .Fl g flag was used to specify that the group field be included in long listings. diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 15a0a140081..7f30c86a694 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.21 2006/08/04 06:18:22 ray Exp $ +.\" $OpenBSD: mkdir.1,v 1.22 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -114,9 +114,9 @@ creating any non-existent intermediate directories as necessary: .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. .Sh HISTORY A .Nm diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index a4a252370d1..e61362aade3 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mv.1,v 1.20 2006/08/10 06:50:37 jmc Exp $ +.\" $OpenBSD: mv.1,v 1.21 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -147,9 +147,9 @@ $ mv -i ./-f bar .Sh STANDARDS The .Nm -utility is expected to be +utility is compliant with the .St -p1003.1-2004 -compatible. +specification. .Sh HISTORY A .Nm diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 6afcd1cb50d..e0564140058 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.50 2007/03/06 14:40:22 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.51 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1136,23 +1136,12 @@ completes it will exit with a non-zero exit status. .Sh STANDARDS The .Nm -utility is a superset of the -.St -p1003.2 -standard. -The options -.Fl 0 , -.Fl B , -.Fl D , -.Fl E , -.Fl G , -.Fl H , -.Fl L , -.Fl O , -.Fl P , -.Fl T , -.Fl U , -.Fl Y , -.Fl Z , +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl 0BDEGHLOPTUYZz , the archive formats .Em bcpio , .Em sv4cpio , @@ -1162,8 +1151,7 @@ and the flawed archive handling during .Em list and .Em read -operations are extensions to the -.Tn POSIX -standard. +operations +are extensions to that specification. .Sh AUTHORS Keith Muller at the University of California, San Diego. diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 25692320e50..c65ca68e61d 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.63 2006/11/29 12:34:19 miod Exp $ +.\" $OpenBSD: ps.1,v 1.64 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -536,6 +536,16 @@ Display information on all system processes: .Xr iostat 8 , .Xr pstat 8 , .Xr vmstat 8 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl CchjkLMmNOrST +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 8fc1b92d1fc..e75bad4dc27 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.11 2004/12/13 14:00:07 jmc Exp $ +.\" $OpenBSD: pwd.1,v 1.12 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -69,9 +69,9 @@ utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. .Sh BUGS In .Xr csh 1 , diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index bce937bf822..eadadbb2383 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.28 2007/05/19 21:33:40 jmc Exp $ +.\" $OpenBSD: rm.1,v 1.29 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -150,6 +150,16 @@ $ rm ./-f .Sh STANDARDS The .Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl dP +are extensions to that specification. +.Pp +The +.Nm utility differs from historical implementations in that the .Fl f option only masks attempts to remove non-existent files instead of @@ -165,12 +175,7 @@ The interactive mode used to be a command, a carryover from the ancient past with an amusing etymology. .Pp -The -.Nm -utility is almost -.St -p1003.2 -compatible, except that -.Tn POSIX +.St -p1003.1-2004 requires .Nm to act like diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 63c9b1512f2..7bdcd595ae0 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.1,v 1.15 2003/06/02 23:32:09 millert Exp $ +.\" $OpenBSD: rmdir.1,v 1.16 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -101,9 +101,9 @@ stopping at the first non-empty directory (if any). .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. .Sh HISTORY A .Nm diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index daddcfedce9..f759bb9260f 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.1,v 1.14 2007/02/06 20:07:15 jmc Exp $ +.\" $OpenBSD: sleep.1,v 1.15 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -115,8 +115,9 @@ An error occurred. .Sh STANDARDS The .Nm -command offers a superset of -.St -p1003.2 -functionality. -The handling of fractional arguments is provided as an extension to the +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The handling of fractional arguments is provided as an extension to that specification. diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index f2517aa9186..91b8ea4db5e 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.31 2003/12/16 16:53:56 jmc Exp $ +.\" $OpenBSD: stty.1,v 1.32 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -651,16 +651,39 @@ utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm -utility is expected to be -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp The flags -.Fl e -and -.Fl f -are -extensions to the standard, as are the operands mentioned in the control -operations section. +.Op Fl ef +and the operands +.Cm speed , +.Cm crtscts , +.Cm iuclc , +.Cm imaxlabel , +.Cm onlcr , +.Cm olcuc , +.Cm oxtabs , +.Cm onoeot , +.Cm echoke , +.Cm altwerase , +.Cm mdmbuf , +.Cm flusho , +.Cm pendin , +.Cm xcase , +.Cm tty , +.Cm crt , +.Cm kerninfo , +.Cm columns , +.Cm cols , +.Cm rows , +.Cm dec , +.Cm extproc , +.Cm raw , +.Cm size , +the compatibility modes and the control operations +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/bin/test/test.1 b/bin/test/test.1 index f04bccf6977..e3b1632fa6e 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.20 2007/02/21 16:44:44 jmc Exp $ +.\" $OpenBSD: test.1,v 1.21 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -321,6 +321,18 @@ An error occurred. .Sh STANDARDS The .Nm -utility implements a superset of the -.St -p1003.2 +utility is compliant with the +.St -p1003.1-2004 specification. +.Pp +The primaries +.Fl G , +.Fl k , +.Fl O , +.Fl nt , +.Fl ot , +.Fl ef , +.Cm \*(Lt , +and +.Cm \*(Gt +are extensions to that specification. |