1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Make it more obvious that the semicolon that terminates -exec and -execdir

argument lists must be in an argument by itself, not on the end of the
previous one.
This commit is contained in:
Tim J. Robbins 2002-06-26 07:55:18 +00:00
parent 4cbd2472b3
commit cc81b6b0fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98862

View File

@ -272,7 +272,10 @@ It ensures that you have write permission while you are placing files in a
directory, then sets the directory's permissions as the last thing.
.It Ic -empty
True if the current file or directory is empty.
.It Ic -exec Ar utility Op Ar argument ... ;
.It Xo
.Ic -exec Ar utility Op Ar argument ...
;
.Xc
True if the program named
.Ar utility
returns a zero value as its exit status.
@ -303,7 +306,10 @@ is replaced with as many pathnames as possible for each invocation of
.Ar utility .
This behaviour is similar to that of
.Xr xargs 1 .
.It Ic -execdir Ar utility Op Ar argument ... ;
.It Xo
.Ic -execdir Ar utility Op Ar argument ...
;
.Xc
The
.Ic -execdir
primary is identical to the