diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-12-27 13:21:37 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-12-27 13:21:37 +0000 |
| commit | a68c6b5790ecd4aff7df0f01dbe54dc265a1de18 (patch) | |
| tree | 2f567e3c2ebc3bb38531a4f7d71b2d6d5ddcf3f2 /bin/test | |
| parent | ad9505aae7f867c81ba97ba85fce801d1945ea9a (diff) | |
Notes
Diffstat (limited to 'bin/test')
| -rw-r--r-- | bin/test/test.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index d73f794b0c28..885374e2e5c8 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 , |
