MFC r274737:

Use proper ordering in EXAMPLES section in growfs(8).

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2014-12-21 11:22:15 +00:00
parent c5475e9c76
commit 1d3f3e246d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=275998

View File

@ -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 raw partition specified in
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 ,