Fix markup.
[netbsd-mini2440.git] / etc / locate.conf
blobb839e207be84566522977f0a54f3dfecb7361807
1 #       $NetBSD$
3 # This file is read by /usr/libexec/locate.updatedb when building locate(1)
4 # database.
6 #                argument    description                        default
7 # searchpath     <paths>     search path                        /
8 # ignorefs       <fs types>  ignore filesystems of the types    !local cd9660
9 #                       Setting <fs types> to "none"            fdesc kernfs
10 #                       disables it (search everything).        procfs
11 #                       Prepending ! negates the meaning
12 #                       (ignore if the fs is not the type).
13 # ignore         <paths>     ignore dir and the contents        (none)
14 # ignorecontents <paths>     ignore contents of dir             (none)
15 # workdir        <path>      work directory                     /tmp
17 # Multiple "searchpath", "ignore", and "ignorecontents" are allowed.
18 # *, ?, and [...] pattern can be used for "ignore" and "ignorecontents".
19 # Note that the meta-characters may match to slashes.  See find(1) for
20 # the detail of the pattern.
22 #searchpath     /
23 #ignorefs       none
24 #ignorefs       !local cd9660 fdesc kernfs procfs
25 #ignore         /tmp /amd
26 #ignorecontents /var/squid/cache/*
27 #workdir        /var/tmp