summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-12-21 11:26:51 +0000
committertrasz <trasz@FreeBSD.org>2014-12-21 11:26:51 +0000
commit40ef49f52bed95e5b08980ab445b730395f12040 (patch)
treeccc393d350f995979b093661856b995c96a8e2ba
parent84195308d08687a4fe52481ac95e4955ce9c1fa1 (diff)
downloadFreeBSD-src-40ef49f52bed95e5b08980ab445b730395f12040.zip
FreeBSD-src-40ef49f52bed95e5b08980ab445b730395f12040.tar.gz
MFC r274742:
Uniformly refer to a file system as "file system". Sponsored by: The FreeBSD Foundation
-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 2286da0..d29a4dc 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 chm@FreeBSD.org
OpenPOWER on IntegriCloud