mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
test(1): Document == alias for =.
Reviewed by: gjb Requested by: gjb MFC after: 1 week
This commit is contained in:
parent
ad9505aae7
commit
a68c6b5790
1 changed files with 8 additions and 1 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue