Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 11:26:52 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r276001 - stable/10/sbin/growfs
Message-ID:  <201412211126.sBLBQqc9069787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Dec 21 11:26:51 2014
New Revision: 276001
URL: https://svnweb.freebsd.org/changeset/base/276001

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

Modified:
  stable/10/sbin/growfs/growfs.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/growfs/growfs.8
==============================================================================
--- stable/10/sbin/growfs/growfs.8	Sun Dec 21 11:25:26 2014	(r276000)
+++ stable/10/sbin/growfs/growfs.8	Sun Dec 21 11:26:51 2014	(r276001)
@@ -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 chm@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412211126.sBLBQqc9069787>