summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
commit7d7bd3ffde99645fb817d630577fa9e34b3cad14 (patch)
tree5a2168d35ce930abf34b17554827cd9ac072e1b0 /usr.sbin/quotaon
parentfa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (diff)
downloadFreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.zip
FreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.tar.gz
Consistancy check: s/file system/filesystem/g
Diffstat (limited to 'usr.sbin/quotaon')
-rw-r--r--usr.sbin/quotaon/quotaon.82
-rw-r--r--usr.sbin/quotaon/quotaon.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8
index 5458ea1..cdf260e 100644
--- a/usr.sbin/quotaon/quotaon.8
+++ b/usr.sbin/quotaon/quotaon.8
@@ -77,7 +77,7 @@ expects each filesystem to have quota files named
.Pa quota.user
and
.Pa quota.group
-which are located at the root of the associated file system.
+which are located at the root of the associated filesystem.
These defaults may be overridden in
.Pa /etc/fstab .
By default both user and group quotas are enabled.
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 50d68ae..daec695 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -65,7 +65,7 @@ static const char rcsid[] =
char *qfname = QUOTAFILENAME;
char *qfextension[] = INITQFNAMES;
-int aflag; /* all file systems */
+int aflag; /* all filesystems */
int gflag; /* operate on group quotas */
int uflag; /* operate on user quotas */
int vflag; /* verbose */
@@ -244,7 +244,7 @@ hasquota(fs, type, qfnamep)
}
/*
- * Verify file system is mounted and not readonly.
+ * Verify filesystem is mounted and not readonly.
*/
int
readonly(fs)
OpenPOWER on IntegriCloud