summaryrefslogtreecommitdiff
path: root/bin/test/test.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-06-03 20:26:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-06-03 20:26:38 +0000
commitc9b8ad49c4bb09d806b694ccd780e61ab810175e (patch)
tree639f27da5fdff9174638fe2d497162d6b4f6ade3 /bin/test/test.1
parent477d25b0796bf20ee92794a6f804f1b5309ef8c7 (diff)
-a, -o, and () are marked by posix as obsolete; the finer details are
left to the user to investigate, on guenther's advice; ok guenther
Diffstat (limited to 'bin/test/test.1')
-rw-r--r--bin/test/test.113
1 files changed, 11 insertions, 2 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index 831ca7ee1ad..926b2fa54db 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: test.1,v 1.30 2010/09/11 20:54:22 jmc Exp $
+.\" $OpenBSD: test.1,v 1.31 2014/06/03 20:26:37 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: September 11 2010 $
+.Dd $Mdocdate: June 3 2014 $
.Dt TEST 1
.Os
.Sh NAME
@@ -337,6 +337,15 @@ and
.Cm \*(Gt
are extensions to that specification.
.Pp
+The operators
+.Fl a ,
+.Fl o ,
+and
+.Cm ()
+are marked by
+.St -p1003.1-2008
+as part of X/Open System Interfaces and obsolete.
+.Pp
.Nm
also exists as a built-in to
.Xr ksh 1 ,