diff options
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 009b585..b395f32 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -265,6 +265,10 @@ Optional may be passed to the utility. The expression must be terminated by a semicolon .Pq Dq Li \&; . +If you invoke +.Nm +from a shell you may need to quote the semicolon if the shell would +otherwise treat it as a control operator. If the string .Dq Li {} appears anywhere in the utility name or the |