From 041d1287e88250bf06ad159c6c696bd653a77957 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 12 Dec 2002 17:26:04 +0000 Subject: Uniformly refer to a file system as "file system". Approved by: re --- usr.sbin/edquota/edquota.8 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'usr.sbin/edquota') diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index 6276abd..74e3294 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -89,7 +89,7 @@ with an .Tn ASCII representation of the current disk quotas for that user. -The list of filesystems with user quotas is determined from +The list of file systems with user quotas is determined from .Pa /etc/fstab . An editor is invoked on the .Tn ASCII @@ -145,7 +145,7 @@ will non-interactively set quotas defined by .Ar bslim , bhlim , islim and .Ar ihlim -on each particular filesystem referenced by +on each particular file system referenced by .Ar fspath . Here .Ar bslim @@ -167,17 +167,17 @@ If invoked with the .Fl f option, .Nm -will read and modify quotas on the filesystem specified by +will read and modify quotas on the file system specified by .Ar fspath only. The .Ar fspath argument may be either a special device -or a filesystem mount point. +or a file system mount point. The primary purpose of this option is to set the scope for the .Fl p option, which would overwrite quota records on every -filesystem with quotas otherwise. +file system with quotas otherwise. .Pp If the .Fl g @@ -201,10 +201,10 @@ flag to non-interactively set-up quotas on the listed set of groups. .Pp Users are permitted to exceed their soft limits -for a grace period that may be specified per filesystem. +for a grace period that may be specified per file system. Once the grace period has expired, the soft limit is enforced as a hard limit. -The default grace period for a filesystem is specified in +The default grace period for a file system is specified in .Pa /usr/include/ufs/ufs/quota.h . The .Fl t @@ -212,13 +212,13 @@ flag can be used to change the grace period. By default, or when invoked with the .Fl u flag, -the grace period is set for all the filesystems with user +the grace period is set for all the file systems with user quotas specified in .Pa /etc/fstab . When invoked with the .Fl g flag the grace period is -set for all the filesystems with group quotas specified in +set for all the file systems with group quotas specified in .Pa /etc/fstab . The grace period may be specified in days, hours, minutes, or seconds. Setting a grace period to zero indicates that the default @@ -230,11 +230,11 @@ Only the super-user may edit quotas. .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 -to find filesystem names and locations +to find file system names and locations .El .Sh SEE ALSO .Xr quota 1 , -- cgit v1.1