summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /usr.bin/find
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index cef8fb2..009b585 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -345,11 +345,11 @@ and none of the
bits match those of
.Ar notflags .
.It Ic -fstype Ar type
-True if the file is contained in a filesystem of type
+True if the file is contained in a file system of type
.Ar type .
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:
.Pp
.Dl "sysctl vfs"
@@ -358,10 +358,10 @@ In addition, there are two pseudo-types,
.Dq Li local
and
.Dq Li rdonly .
-The former matches any filesystem physically mounted on the system where
+The former matches any file system physically mounted on the system where
the
.Nm
-is being executed and the latter matches any filesystem which is
+is being executed and the latter matches any file system which is
mounted read-only.
.It Ic -group Ar gname
True if the file belongs to the group
@@ -836,7 +836,7 @@ construct.
.Pp
The
.Ic -delete
-primary does not interact well with other options that cause the filesystem
+primary does not interact well with other options that cause the file system
tree traversal options to be changed.
.Sh HISTORY
A
OpenPOWER on IntegriCloud