diff options
Diffstat (limited to 'sbin/growfs/growfs.8')
-rw-r--r-- | sbin/growfs/growfs.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 55d42c01022..5d3f2cb5dd1 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: growfs.8,v 1.6 2004/07/28 21:20:02 jmc Exp $ +.\" $OpenBSD: growfs.8,v 1.7 2006/01/14 21:10:20 miod 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. @@ -46,7 +46,7 @@ .Nd grow size of an existing ffs file system .Sh SYNOPSIS .Nm -.Op Fl Ny +.Op Fl Nqy .Op Fl s Ar size .Ar special .Sh DESCRIPTION @@ -83,6 +83,11 @@ The following options are available: Test mode. Causes the new file system parameters to be printed out without actually enlarging the file system. +.It Fl q +Operate in quiet mode. +With this option, +.Nm +will not print extraneous information like superblock backups. .It Fl s Ar size Determines the .Ar size |