diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-18 12:32:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-18 12:32:01 +0000 |
commit | da0c7869d9f37619d1e5bc1736c95e09b9445529 (patch) | |
tree | 75b3b35fc1be3bd19d11748c0e4b4b0bb7ff585f /sbin/newfs_ext2fs | |
parent | cabeabb1f3400695ed05818d0aa800d33fff0330 (diff) |
- add -q to synopsis
- add the mnemonic from newfs -q
Diffstat (limited to 'sbin/newfs_ext2fs')
-rw-r--r-- | sbin/newfs_ext2fs/newfs_ext2fs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8 index 982b26fd6e5..87e26e5659a 100644 --- a/sbin/newfs_ext2fs/newfs_ext2fs.8 +++ b/sbin/newfs_ext2fs/newfs_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_ext2fs.8,v 1.3 2010/02/18 07:58:14 otto Exp $ +.\" $OpenBSD: newfs_ext2fs.8,v 1.4 2010/02/18 12:32:00 jmc Exp $ .\" $NetBSD: newfs_ext2fs.8,v 1.7 2009/12/01 08:47:25 pooka Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -39,7 +39,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl FINZ +.Op Fl FINqZ .Op Fl b Ar block-size .Op Fl D Ar inodesize .Op Fl f Ar frag-size @@ -180,6 +180,7 @@ Enable files larger than 2G bytes. .El .El .It Fl q +Operate in quiet mode. Equivalent to .Fl V Ar 1 . .It Fl s Ar size |