summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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