X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plocate-build.8;h=a34a45795019501d36efe218fffb70c75e06c05d;hb=fd6198891d6fd9642effc0843fef6f23b991af3e;hp=79b0a174d8d0b844a07a06126c2d781de1770720;hpb=c4d3a7eb75a36921310731ca6e85fe2a5d65c0fa;p=plocate diff --git a/plocate-build.8 b/plocate-build.8 index 79b0a17..a34a457 100644 --- a/plocate-build.8 +++ b/plocate-build.8 @@ -1,4 +1,4 @@ -.TH plocate-build 1 "Oct 2020" plocate-build +.TH plocate-build 8 "Oct 2020" plocate-build .SH NAME plocate-build \- generate index for plocate @@ -13,12 +13,14 @@ plocate-build \- generate index for plocate creates an index from .BR plocate (1) from an index earlier generated by -.BR updatedb (1) +.BR updatedb (8) from the .BR mlocate (1) -package. This is currently the only way to build such an index. +package. Most users would rather want to use plocate's own +.BR updatedb (8), +which is more direct. If -.I MLOCATE_DB +.I PLOCATE_DB already exists, it will be overwritten (non-atomically). The file is created such that it is not world-readable, as the final access check is done by @@ -42,6 +44,11 @@ per block. However, making it too large will cause more false positives, reducing overall performance for typical queries. The default value is 32. Setting it to 1 makes one (compressed) block per filename. +.TP +\fB\-p\fR, \fB\-\-plaintext\fR +Treat the input as plain text, with entries delimited by newlines, +instead of an mlocate database. + .TP .B \-\-help Print out usage information, then exit successfully.