multipathd now has a fixed ordering of the keywords. Specifically, verbs
must come first. Fix the man page to reflect the ordering.
Fixes: f812466f6 ("multipathd: more robust command parsing")
Signed-off-by: Benjamin Marzinski <[email protected]>
---
multipathd/multipathd.8.in | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/multipathd/multipathd.8.in b/multipathd/multipathd.8.in
index 8815e099..7ffb8d4c 100644
--- a/multipathd/multipathd.8.in
+++ b/multipathd/multipathd.8.in
@@ -344,48 +344,48 @@ will not be disabled when the daemon stops.
Restores configured queue_without_daemon mode.
.
.TP
-.B map|multipath $map setprstatus
+.B setprstatus map|multipath $map
Enable persistent reservation management on $map.
.
.TP
-.B map|multipath $map unsetprstatus
+.B unsetprstatus map|multipath $map
Disable persistent reservation management on $map.
.
.TP
-.B map|multipath $map getprstatus
+.B getprstatus map|multipath $map
Get the current persistent reservation management status of $map.
.
.TP
-.B map|multipath $map getprkey
+.B getprkey map|multipath $map
Get the current persistent reservation key associated with $map.
.
.TP
-.B map|multipath $map setprkey key $key
+.B setprkey map|multipath $map key $key
Set the persistent reservation key associated with $map to $key in the
\fIprkeys_file\fR. This key will only be used by multipathd if
\fIreservation_key\fR is set to \fBfile\fR in \fI@CONFIGFILE@\fR.
.
.TP
-.B map|multipath $map unsetprkey
+.B unsetprkey map|multipath $map
Remove the persistent reservation key associated with $map from the
\fIprkeys_file\fR. This will only unset the key used by multipathd if
\fIreservation_key\fR is set to \fBfile\fR in \fI@CONFIGFILE@\fR.
.
.TP
-.B path $path setmarginal
+.B setmarginal path $path
move $path to a marginal pathgroup. The path will remain in the marginal
path group until \fIunsetmarginal\fR is called. This command will only
work if \fImarginal_pathgroups\fR is enabled and there is no Shaky paths
detection method configured (see the multipath.conf man page for details).
.
.TP
-.B path $path unsetmarginal
+.B unsetmarginal path $path
return marginal path $path to its normal pathgroup. This command will only
work if \fImarginal_pathgroups\fR is enabled and there is no Shaky paths
detection method configured (see the multipath.conf man page for details).
.
.TP
-.B map $map unsetmarginal
+.B unsetmarginal map $map
return all marginal paths in $map to their normal pathgroups. This command
will only work if \fImarginal_pathgroups\fR is enabled and there is no Shaky
paths detection method configured (see the multipath.conf man page for
details).
--
2.50.1