summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
commitfa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (patch)
tree9e08fb6b9504917bf2eb917a2e6f067ec3218930 /usr.bin/find
parent004729ff8a0138980eca89fcf00c1434878eec9d (diff)
downloadFreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.zip
FreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.tar.gz
More consistancy. file system > filesystem
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.16
-rw-r--r--usr.bin/find/function.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 47bd748..aa8f96f 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -352,7 +352,7 @@ and none of the
bits match those of
.Ar notflags .
.It Ic -fstype Ar type
-True if the file is contained in a file system of type
+True if the file is contained in a filesystem of type
.Ar type .
The
.Xr sysctl 8
@@ -365,10 +365,10 @@ In addition, there are two pseudo-types,
.Dq Li local
and
.Dq Li rdonly .
-The former matches any file system physically mounted on the system where
+The former matches any filesystem physically mounted on the system where
the
.Nm
-is being executed and the latter matches any file system which is
+is being executed and the latter matches any filesystem which is
mounted read-only.
.It Ic -group Ar gname
True if the file belongs to the group
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 295bdbe..7153891 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -718,7 +718,7 @@ f_fstype(plan, entry)
curdev = entry->fts_statp->st_dev;
/*
- * Statfs follows symlinks; find wants the link's file system,
+ * Statfs follows symlinks; find wants the link's filesystem,
* not where it points.
*/
if (entry->fts_info == FTS_SL ||
OpenPOWER on IntegriCloud