diff options
Diffstat (limited to 'sbin/growfs/growfs.8')
-rw-r--r-- | sbin/growfs/growfs.8 | 22 |
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 , |