diff options
author | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | e6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch) | |
tree | 3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/find | |
parent | 4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff) | |
download | FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 7d7e1f4..7e57809 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -45,7 +45,7 @@ .Op Fl H | Fl L | Fl P .Op Fl Xdsx .Op Fl f Ar pathname -.Op Ar pathname ... +.Op Ar pathname ...\& .Ar expression .Sh DESCRIPTION .Nm Find @@ -328,9 +328,13 @@ If the mode is octal, only bits 07777 .Dv S_IRWXO ) of the file's mode bits participate in the comparison. -If the mode is preceded by a dash (``\-''), this primary evaluates to true +If the mode is preceded by a dash +.Pq Dq - , +this primary evaluates to true if at least all of the bits in the mode are set in the file's mode bits. -If the mode is preceded by a plus (``\+''), this primary evaluates to true +If the mode is preceded by a plus +.Pq Dq + , +this primary evaluates to true if any of the bits in the mode are set in the file's mode bits. Otherwise, this primary evaluates to true if the bits in the mode exactly match the file's mode bits. @@ -417,7 +421,10 @@ is treated as a user id. .El .Pp All primaries which take a numeric argument allow the number to be -preceded by a plus sign (``+'') or a minus sign (``\-''). +preceded by a plus sign +.Pq Dq + +or a minus sign +.Pq Dq - . A preceding plus sign means ``more than n'', a preceding minus sign means ``less than n'' and neither means ``exactly n'' . .Sh OPERATORS |