Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 11:22:16 +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: r275998 - stable/10/sbin/growfs
Message-ID:  <201412211122.sBLBMGpb068720@svn.freebsd.org>

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

Log:
  MFC r274737:
  
  Use proper ordering in EXAMPLES section in growfs(8).
  
  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:15:35 2014	(r275997)
+++ stable/10/sbin/growfs/growfs.8	Sun Dec 21 11:22:15 2014	(r275998)
@@ -37,7 +37,7 @@
 .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $
 .\" $FreeBSD$
 .\"
-.Dd April 30, 2012
+.Dd November 20, 2014
 .Dt GROWFS 8
 .Os
 .Sh NAME
@@ -96,12 +96,11 @@ This value defaults to the size of the r
 will enlarge the file system to the size of the entire partition).
 .El
 .Sh EXAMPLES
-.Dl growfs -s 2G /dev/ada0p1
-.Pp
-will enlarge
+Enlarge
 .Pa /dev/ada0p1
 up to 2GB if there is enough space in
-.Pa /dev/ada0p1 .
+.Pa /dev/ada0p1 :
+.Dl growfs -s 2G /dev/ada0p1
 .Sh SEE ALSO
 .Xr dumpfs 8 ,
 .Xr ffsinfo 8 ,



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