diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-26 08:03:54 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-26 08:03:54 +0000 |
commit | 126b0a6341d902d342956a13c0a282909a238496 (patch) | |
tree | 546c142618ce894571e80851384d1cf05eb3d16a /usr.bin/find/find.1 | |
parent | cc81b6b0fb590367fccfc64a516a40ae0c22fc5c (diff) | |
download | src-126b0a6341d902d342956a13c0a282909a238496.tar.gz src-126b0a6341d902d342956a13c0a282909a238496.zip |
Indicate that the semicolon that terminates argument lists should be in
its own argument for -ok and -okdir.
Notes
Notes:
svn path=/head/; revision=98863
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 6a06a4e1e0a9..ac47291ed014 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -505,7 +505,10 @@ is equivalent to True if the file belongs to an unknown group. .It Ic -nouser True if the file belongs to an unknown user. -.It Ic -ok Ar utility Op Ar argument ... ; +.It Xo +.Ic -ok Ar utility Op Ar argument ... +; +.Xc The .Ic -ok primary is identical to the @@ -522,7 +525,10 @@ the command is not executed and the value of the .Ic -ok expression is false. -.It Ic -okdir Ar utility Op Ar argument ... ; +.It Xo +.Ic -okdir Ar utility Op Ar argument ... +; +.Xc The .Ic -okdir primary is identical to the |