Granting the amount of misunderstanding the last change received,

extend it with an example to clarify the point.
This commit is contained in:
Yaroslav Tykhiy 2006-07-31 09:25:20 +00:00
parent fc1e63e49b
commit 6a215886c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160848

View File

@ -32,7 +32,7 @@
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
.Dd July 27, 2006
.Dd July 31, 2006
.Dt TEST 1
.Os
.Sh NAME
@ -339,3 +339,9 @@ and
.Fl o ,
unlike in the logical operators of
.Xr sh 1 .
For instance, the writable status of
.Pa file
will be tested by the following command even though the former expression
indicated false, which results in a gratuitous access to the file system:
.Pp
.Dl "[ -z abc -a -w file ]"