diff options
author | David du Colombier <0intro@gmail.com> | 2011-08-16 16:11:48 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-08-16 16:11:48 -0400 |
commit | f6d2cbfe4795015d252ef9c6d281adccf069438f (patch) | |
tree | 5ec078f2fd809d0d06602227b406f7c508f0d208 /man/man1 | |
parent | 11a3ce57b1bb19192acd653ccee5039159f7727e (diff) | |
download | plan9port-f6d2cbfe4795015d252ef9c6d281adccf069438f.tar.gz plan9port-f6d2cbfe4795015d252ef9c6d281adccf069438f.tar.bz2 plan9port-f6d2cbfe4795015d252ef9c6d281adccf069438f.zip |
test: update from Plan 9
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4847051
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/test.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/test.1 b/man/man1/test.1 index ec017918..9957b29d 100644 --- a/man/man1/test.1 +++ b/man/man1/test.1 @@ -209,3 +209,10 @@ is in the current directory. .B \*9/src/cmd/test.c .SH "SEE ALSO" .IR rc (1) +.SH BUGS +Won't complain about extraneous arguments +since there may be arguments left unprocessed by +short-circuit evaluation of +.B -a +or +.BR -o . |