summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-11-20 06:14:40 +0000
committertrasz <trasz@FreeBSD.org>2014-11-20 06:14:40 +0000
commita8d9ef122527c7576ec054ddda05cd03e1cd85f7 (patch)
tree5b5ad79b3e1475bbf184664bb6cdae1c733b351b /sbin
parent3f6d71ae791426f17356315932e7259beba813fa (diff)
downloadFreeBSD-src-a8d9ef122527c7576ec054ddda05cd03e1cd85f7.zip
FreeBSD-src-a8d9ef122527c7576ec054ddda05cd03e1cd85f7.tar.gz
Uniformly refer to a file system as "file system".
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin')
-rw-r--r--sbin/growfs/growfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8
index 587cce6..42dc530 100644
--- a/sbin/growfs/growfs.8
+++ b/sbin/growfs/growfs.8
@@ -96,12 +96,12 @@ This value defaults to the size of the raw partition specified in
will enlarge the file system to the size of the entire partition).
.El
.Sh EXAMPLES
-Expand root filesystem to fill up available space:
+Expand root file system to fill up available space:
.Dl growfs /
.Pp
Resize
.Pa /dev/ada0p1
-partition to 2GB and expand the filesystem:
+partition to 2GB and expand the file system:
.Dl gpart resize -i 1 -s 2G ada0
.Dl growfs -s 2G /dev/ada0p1
.Sh SEE ALSO
@@ -117,7 +117,7 @@ The
.Nm
utility first appeared in
.Fx 4.4 .
-The ability to resize mounted filesystems was added in
+The ability to resize mounted file systems was added in
.Fx 10.0 .
.Sh AUTHORS
.An Christoph Herrmann Aq Mt chm@FreeBSD.org
OpenPOWER on IntegriCloud