mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document that both sides of -a or -o are always evaluated. This
"feature" doesn't seem to be in the standards or elsewhere, and it is against what we are used to in C and sh(1), so put the paragraph under BUGS. Pointed out by: dougb MFC after: 3 days
This commit is contained in:
parent
06cced4cce
commit
ec45d51460
1 changed files with 8 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 3, 2004
|
||||
.Dd July 27, 2006
|
||||
.Dt TEST 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -332,3 +332,10 @@ The
|
|||
utility implements a superset of the
|
||||
.St -p1003.2
|
||||
specification.
|
||||
.Sh BUGS
|
||||
Both sides are always evaluated in
|
||||
.Fl a
|
||||
and
|
||||
.Fl o ,
|
||||
unlike in the logical operators of
|
||||
.Xr sh 1 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue