summaryrefslogtreecommitdiff
path: root/bin/test/test.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
commit4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch)
treeaa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /bin/test/test.1
parentc475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff)
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies.
Diffstat (limited to 'bin/test/test.1')
-rw-r--r--bin/test/test.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index e07b20ecc85..0edc9ba4f34 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: test.1,v 1.24 2009/01/06 23:43:08 jmc Exp $
+.\" $OpenBSD: test.1,v 1.25 2009/01/06 23:56:18 jmc Exp $
.\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -291,11 +291,6 @@ True if
.Ar expression
is true.
.El
-.Pp
-.Nm
-also exists as a built-in to
-.Xr ksh 1 ,
-though with a different syntax.
.Sh GRAMMAR AMBIGUITY
The
.Nm
@@ -341,3 +336,8 @@ The primaries
and
.Cm \*(Gt
are extensions to that specification.
+.Pp
+.Nm
+also exists as a built-in to
+.Xr ksh 1 ,
+though with a different syntax.