diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/test/test.1 | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/test/test.1')
-rw-r--r-- | bin/test/test.1 | 18 |
1 files changed, 15 insertions, 3 deletions
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. |