summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
commitd9a447559bc04121f7c6682e64abe67efa154864 (patch)
treeb2f038222ff8a70f687652441df00d2b564c8abe /bin/test
parent3cbf5f97aafc2b249c509ee1162c47c9b28e591e (diff)
parentfbda3d5daeeb730a49d025b614b35a32f0319718 (diff)
downloadsrc-test-d9a447559bc04121f7c6682e64abe67efa154864.tar.gz
src-test-d9a447559bc04121f7c6682e64abe67efa154864.zip
Sync with HEAD.
Notes
Notes: svn path=/projects/bmake/; revision=246555
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.19
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index d73f794b0c286..885374e2e5c8b 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -32,7 +32,7 @@
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
-.Dd September 10, 2010
+.Dd December 27, 2012
.Dt TEST 1
.Os
.Sh NAME
@@ -331,6 +331,13 @@ missing.
.It >1
An error occurred.
.El
+.Sh COMPATIBILITY
+For compatibility with some other implementations,
+the
+.Cm =
+primary can be substituted with
+.Cm ==
+with the same meaning.
.Sh SEE ALSO
.Xr builtin 1 ,
.Xr expr 1 ,