summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-07-28 21:20:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-07-28 21:20:03 +0000
commitbea770a4ae22d3056f0ef476ba96cb1f6123afd7 (patch)
treececce684729b6f49b52b410c637b77531fddee9e
parentb050f1ce949643425d5c46da38b10df44c72e848 (diff)
sort options, and fix a spurious list width;
-rw-r--r--sbin/growfs/growfs.822
1 files changed, 11 insertions, 11 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8
index 4111686b7b1..55d42c01022 100644
--- a/sbin/growfs/growfs.8
+++ b/sbin/growfs/growfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: growfs.8,v 1.5 2003/08/06 05:08:01 tedu Exp $
+.\" $OpenBSD: growfs.8,v 1.6 2004/07/28 21:20:02 jmc Exp $
.\" Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
.\" Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
.\" All rights reserved.
@@ -78,11 +78,20 @@ Use
for other changes.
.Pp
The following options are available:
-.Bl -tag -width indent
+.Bl -tag -width "-s sizeXX"
.It Fl N
Test mode.
Causes the new file system parameters to be printed out without actually
enlarging the file system.
+.It Fl s Ar size
+Determines the
+.Ar size
+of the file system after enlarging in sectors.
+This value defaults to the size of the raw partition specified in
+.Ar special
+(in other words,
+.Nm
+will enlarge the file system to the size of the entire partition).
.It Fl y
Expert mode.
Usually
@@ -95,15 +104,6 @@ The
.Fl y
flag suppresses this,
so use this option with great care!
-.It Fl s Ar size
-Determines the
-.Ar size
-of the file system after enlarging in sectors.
-This value defaults to the size of the raw partition specified in
-.Ar special
-(in other words,
-.Nm
-will enlarge the file system to the size of the entire partition).
.El
.Sh SEE ALSO
.Xr disklabel 8 ,