svn commit: r274742 - head/sbin/growfs

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Nov 20 06:14:41 UTC 2014


Author: trasz
Date: Thu Nov 20 06:14:40 2014
New Revision: 274742
URL: https://svnweb.freebsd.org/changeset/base/274742

Log:
  Uniformly refer to a file system as "file system".
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/growfs/growfs.8

Modified: head/sbin/growfs/growfs.8
==============================================================================
--- head/sbin/growfs/growfs.8	Thu Nov 20 06:12:11 2014	(r274741)
+++ head/sbin/growfs/growfs.8	Thu Nov 20 06:14:40 2014	(r274742)
@@ -96,12 +96,12 @@ This value defaults to the size of the r
 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 at FreeBSD.org


More information about the svn-src-all mailing list