Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Use Fl instead of Ic; remove duplicate Pp;



details:   https://anonhg.NetBSD.org/src/rev/d085f3c21e77
branches:  trunk
changeset: 565752:d085f3c21e77
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 19 10:00:16 2004 +0000

description:
Use Fl instead of Ic; remove duplicate Pp;
filesystem -> file system.

diffstat:

 share/man/man5/locate.conf.5 |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 4ddc69ede47d -r d085f3c21e77 share/man/man5/locate.conf.5
--- a/share/man/man5/locate.conf.5      Mon Apr 19 09:45:13 2004 +0000
+++ b/share/man/man5/locate.conf.5      Mon Apr 19 10:00:16 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: locate.conf.5,v 1.4 2004/04/19 01:10:48 lukem Exp $
+.\"    $NetBSD: locate.conf.5,v 1.5 2004/04/19 10:00:16 wiz Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -80,12 +80,12 @@
 .Pp
 Default: Not specified.
 .It Sy ignorefs Ar type ...
-Ignore filesystem by type,
+Ignore file system by type,
 adding
 .Ar type
 to the default list.
 When building the database,
-do not descend into filesystems which are of the specified
+do not descend into file systems which are of the specified
 .Ar type .
 The mount points are not stored to the database.
 If a
@@ -93,28 +93,27 @@
 is prepended to
 .Ar type ,
 the meaning is negated,
-that is, ignore filesystems which do not have the type.
+that is, ignore file systems which do not have the type.
 As a special case, if
 .Dq none
 is specified for
 .Ar type ,
 the
 .Sy ignorefs
-list is cleared and all filesystems are traversed.
+list is cleared and all file systems are traversed.
 .Pp
 .Ar type
 is used as an argument to
 .Xr find 1
-.Ic -fstype .
+.Fl fstype .
 The
 .Xr sysctl 8
-command can be used to find out the types of filesystems
+command can be used to find out the types of file systems
 that are available on the system:
 .Bd -literal -offset indent
 sysctl vfs.generic.fstypes
 .Ed
 .Pp
-.Pp
 Default: !local cd9660 fdesc kernfs procfs
 .It Sy searchpath Ar directory ...
 Specify base directories to be put in the database.



Home | Main Index | Thread Index | Old Index