diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 02:28:39 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 02:28:39 +0000 |
commit | 7d7bd3ffde99645fb817d630577fa9e34b3cad14 (patch) | |
tree | 5a2168d35ce930abf34b17554827cd9ac072e1b0 /usr.sbin/repquota | |
parent | fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (diff) | |
download | FreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.zip FreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.tar.gz |
Consistancy check: s/file system/filesystem/g
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r-- | usr.sbin/repquota/repquota.8 | 6 | ||||
-rw-r--r-- | usr.sbin/repquota/repquota.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8 index eadafa7..b92e206 100644 --- a/usr.sbin/repquota/repquota.8 +++ b/usr.sbin/repquota/repquota.8 @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm repquota -.Nd summarize quotas for a file system +.Nd summarize quotas for a filesystem .Sh SYNOPSIS .Nm .Op Fl g @@ -55,7 +55,7 @@ .Sh DESCRIPTION .Nm Repquota prints a summary of the disk usage and quotas for the -specified file systems. +specified filesystems. .Pp Available options: .Bl -tag -width indent @@ -86,7 +86,7 @@ at the filesystem root with user quotas .It Pa quota.group at the filesystem root with group quotas .It Pa /etc/fstab -for file system names and locations +for filesystem names and locations .El .Sh SEE ALSO .Xr quota 1 , diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 5be1f6c..aadb784 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -95,7 +95,7 @@ struct fileusage *addid(u_long, int, char *); u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */ int vflag; /* verbose */ -int aflag; /* all file systems */ +int aflag; /* all filesystems */ int hasquota __P((struct fstab *, int, char **)); int oneof __P((char *, char *[], int)); |