diff options
author | ru <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
commit | 33e34aeeb5bc540d849c497452e05717429183c2 (patch) | |
tree | 45e29d785027cf107a393485f50062a3363197bc /usr.bin/locate | |
parent | 07966d46cf7dda6b0ee886e063c0aadf8863594a (diff) | |
download | FreeBSD-src-33e34aeeb5bc540d849c497452e05717429183c2.zip FreeBSD-src-33e34aeeb5bc540d849c497452e05717429183c2.tar.gz |
Markup fixes.
Diffstat (limited to 'usr.bin/locate')
-rw-r--r-- | usr.bin/locate/locate/locate.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 2a8727a..c436cd4 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -81,7 +81,8 @@ Historically, locate only stored characters between 32 and 127. The current implementation store any character except newline .Pq Sq \en -and NUL +and +.Dv NUL .Pq Sq \e0 . The 8-bit character support does not waste extra space for plain ASCII file names. @@ -92,7 +93,8 @@ The following options are available: .Bl -tag -width 10n .It Fl 0 Print pathnames separated by an -.Tn ASCII NUL +.Tn ASCII +.Dv NUL character (character code 0) instead of default NL (newline, character code 10). .It Fl S @@ -150,7 +152,7 @@ or .Dl "$ locate -d db1:db2 -d db3 pattern" .Pp If -.Ar - +.Fl is given as the database name, standard input will be read instead. For example, you can compress your database and use: @@ -161,7 +163,7 @@ $ zcat database.gz | locate -d - pattern This might be useful on machines with a fast CPU and little RAM and slow I/O. Note: you can only use -.Ar one +.Em one pattern for stdin. .It Fl i Ignore case distinctions in both the pattern and the database. @@ -239,7 +241,7 @@ The .Nm database is typically built by user .Dq nobody -and the +and the .Xr locate.updatedb 8 utility skips directories which are not readable for user @@ -249,7 +251,7 @@ group or world. For example, if your HOME directory is not world-readable, -.Ar none +.Em none of your files are in the database. .Pp |