diff options
author | Marius Strobl <marius@FreeBSD.org> | 2014-05-06 16:29:02 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2014-05-06 16:29:02 +0000 |
commit | 7beff0890ae42eb4b8e552a4b27e356bd34b7e0b (patch) | |
tree | 5c26f6a5cbbf1cf388d143c87cedfd14ca37bce5 /sbin/gvinum/gvinum.8 | |
parent | dd581d4b74727b057f6f9f5da7f08a735f7d4d9e (diff) | |
download | src-7beff0890ae42eb4b8e552a4b27e356bd34b7e0b.tar.gz src-7beff0890ae42eb4b8e552a4b27e356bd34b7e0b.zip |
- Allow foot shooting with the resetconfig command via the -f option.
- Fix typos preventing -f to actually work with the create command.
- Initialize flags to zero rather than using stack garbage when handling
the grow command.
MFC after: 3 days
Sponsored by: Bally Wulff Games & Entertainment GmbH
Notes
Notes:
svn path=/head/; revision=265454
Diffstat (limited to 'sbin/gvinum/gvinum.8')
-rw-r--r-- | sbin/gvinum/gvinum.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gvinum/gvinum.8 b/sbin/gvinum/gvinum.8 index d1d10d7214dd..703a81056f70 100644 --- a/sbin/gvinum/gvinum.8 +++ b/sbin/gvinum/gvinum.8 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 1, 2013 +.Dd May 6, 2014 .Dt GVINUM 8 .Os .Sh NAME @@ -168,7 +168,7 @@ the beginning of the plex if the .Fl f flag is specified, or otherwise at the location of the parity check pointer. All subdisks in the plex must be up for a parity check. -.It Ic resetconfig +.It Ic resetconfig Oo Fl f Oc Reset the complete .Nm configuration. |