diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-02-17 14:25:42 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-02-17 14:25:42 +0000 |
| commit | fb336e8d55e544d040bf89126dcf5b2848a6ccf2 (patch) | |
| tree | d72efcff217b2031628b93d7694784a6e15056d4 /bin | |
| parent | 74b2a5c6aa8fa45043163ae405e973f97ca84e71 (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 5815b1255de3..5bdbdb347490 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 , |
