summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon
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.sbin/quotaon
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.sbin/quotaon')
-rw-r--r--usr.sbin/quotaon/quotaon.824
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8
index 926a8c8..09c7718 100644
--- a/usr.sbin/quotaon/quotaon.8
+++ b/usr.sbin/quotaon/quotaon.8
@@ -40,7 +40,7 @@
.Sh NAME
.Nm quotaon ,
.Nm quotaoff
-.Nd turn filesystem quotas on and off
+.Nd turn file system quotas on and off
.Sh SYNOPSIS
.Nm
.Op Fl g
@@ -67,21 +67,21 @@ The
.Nm
utility
announces to the system that disk quotas should be enabled on one or more
-filesystems.
+file systems.
The
.Nm quotaoff
utility announces to the system that the specified
-filesystems should have any disk quotas turned off.
-The filesystems specified must have entries in
+file systems should have any disk quotas turned off.
+The file systems specified must have entries in
.Pa /etc/fstab
and be mounted.
The
.Nm
-utility expects each filesystem to have quota files named
+utility expects each file system to have quota files named
.Pa quota.user
and
.Pa quota.group
-which are located at the root of the associated filesystem.
+which are located at the root of the associated file system.
These defaults may be overridden in
.Pa /etc/fstab .
By default both user and group quotas are enabled.
@@ -89,9 +89,9 @@ By default both user and group quotas are enabled.
Available options:
.Bl -tag -width indent
.It Fl a
-If supplied in place of any filesystem names,
+If supplied in place of any file system names,
.Nm Ns / Ns Nm quotaoff
-will enable/disable all the filesystems indicated in
+will enable/disable all the file systems indicated in
.Pa /etc/fstab
to be read-write with disk quotas.
By default only the types of quotas listed in
@@ -110,7 +110,7 @@ Cause
.Nm
and
.Nm quotaoff
-to print a message for each filesystem where quotas are turned on or off.
+to print a message for each file system where quotas are turned on or off.
.El
.Pp
Specifying both
@@ -121,11 +121,11 @@ is equivalent to the default.
.Sh FILES
.Bl -tag -width quota.group -compact
.It Pa quota.user
-at the filesystem root with user quotas
+at the file system root with user quotas
.It Pa quota.group
-at the filesystem root with group quotas
+at the file system root with group quotas
.It Pa /etc/fstab
-filesystem table
+file system table
.El
.Sh SEE ALSO
.Xr quota 1 ,
OpenPOWER on IntegriCloud