diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-26 08:03:54 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-26 08:03:54 +0000 |
commit | 167db86ab54e9dbae6e6c3fd7f8f14b80f188420 (patch) | |
tree | 546c142618ce894571e80851384d1cf05eb3d16a /usr.bin | |
parent | d17331343a18d465a47e983f9b89478b87054edd (diff) | |
download | FreeBSD-src-167db86ab54e9dbae6e6c3fd7f8f14b80f188420.zip FreeBSD-src-167db86ab54e9dbae6e6c3fd7f8f14b80f188420.tar.gz |
Indicate that the semicolon that terminates argument lists should be in
its own argument for -ok and -okdir.
Diffstat (limited to 'usr.bin')
-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 6a06a4e..ac47291 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 |