summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-02-06 21:07:17 +0000
committerle <le@FreeBSD.org>2004-02-06 21:07:17 +0000
commit1d9e83eca3e2683a10fd74d30c2031b4b5cc827a (patch)
treeb42612ef62d746a546a5039892880f68fd3ea710 /sbin/vinum
parent0aaa719b27d101ba918d110ef2e5a6dbd3940000 (diff)
downloadFreeBSD-src-1d9e83eca3e2683a10fd74d30c2031b4b5cc827a.zip
FreeBSD-src-1d9e83eca3e2683a10fd74d30c2031b4b5cc827a.tar.gz
Correct order of arguments given to checkparity and rebuildparity.
Approved by: joerg (mentor)
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/vinum.811
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8
index 6eb4f79..a61867a 100644
--- a/sbin/vinum/vinum.8
+++ b/sbin/vinum/vinum.8
@@ -57,9 +57,10 @@
.Xc
Attach a plex to a volume, or a subdisk to a plex.
.It Xo
-.Ic checkparity Ar plex
+.Ic checkparity
.Op Fl f
.Op Fl v
+.Ar plex
.Xc
Check the parity blocks of a RAID-4 or RAID-5 plex.
.It Xo
@@ -193,9 +194,11 @@ Change the name of the specified object.
.\".It Ic replace Ar drive newdrive
.\"Move all the subdisks from the specified drive onto the new drive.
.It Xo
-.Ic rebuildparity Ar plex Op Fl f
+.Ic rebuildparity
+.Op Fl f
.Op Fl v
.Op Fl V
+.Ar plex
.Xc
Rebuild the parity blocks of a RAID-4 or RAID-5 plex.
.It Ic resetconfig
@@ -418,9 +421,9 @@ etc. This calculation ignores parity blocks in RAID-5 plexes.
.Pp
.It Xo
.Ic checkparity
-.Ar plex
.Op Fl f
.Op Fl v
+.Ar plex
.Xc
Check the parity blocks on the specified RAID-4 or RAID-5 plex. This operation
maintains a pointer in the plex, so it can be stopped and later restarted from
@@ -1019,10 +1022,10 @@ re-enable configuration saves.
.Pp
.It Xo
.Ic rebuildparity
-.Ar plex
.Op Fl f
.Op Fl v
.Op Fl V
+.Ar plex
.Xc
Rebuild the parity blocks on the specified RAID-4 or RAID-5 plex. This
operation maintains a pointer in the plex, so it can be stopped and later
OpenPOWER on IntegriCloud