growfs.8: align and alphabetize options

MFC after:	3 days

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1379
This commit is contained in:
Alexander Ziaee 2024-08-12 05:39:03 -04:00 committed by Warner Losh
parent 7e3b6b249f
commit 0d8effbd6e

View File

@ -61,16 +61,11 @@ The
.Nm .Nm
utility extends the size of the file system on the specified special file. utility extends the size of the file system on the specified special file.
The following options are available: The following options are available:
.Bl -tag -width indent .Bl -tag -width "-s size"
.It Fl N .It Fl N
.Dq Test mode . .Dq Test mode .
Causes the new file system parameters to be printed out without actually Causes the new file system parameters to be printed out without actually
enlarging the file system. enlarging the file system.
.It Fl y
Causes
.Nm
to assume yes
as the answer to all operator questions.
.It Fl s Ar size .It Fl s Ar size
Determines the Determines the
.Ar size .Ar size
@ -87,6 +82,11 @@ This value defaults to the size of the raw partition specified in
(in other words, (in other words,
.Nm .Nm
will enlarge the file system to the size of the entire partition). will enlarge the file system to the size of the entire partition).
.It Fl y
Causes
.Nm
to assume yes
as the answer to all operator questions.
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
Exit status is 0 on success, and >= 1 on errors. Exit status is 0 on success, and >= 1 on errors.