Blame SOURCES/0248-RHBZ-1594360-fix-param-rk-doc.patch

4728c8
---
4728c8
 mpathpersist/main.c         |    2 ++
4728c8
 mpathpersist/mpathpersist.8 |    3 +++
4728c8
 2 files changed, 5 insertions(+)
4728c8
4728c8
Index: multipath-tools-130222/mpathpersist/main.c
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/mpathpersist/main.c
4728c8
+++ multipath-tools-130222/mpathpersist/main.c
4728c8
@@ -677,6 +677,8 @@ static void usage()
4728c8
 			"    --out|-o                   request PR Out command\n"
4728c8
 			"    --param-aptpl|-Z           PR Out parameter 'APTPL'\n"
4728c8
 			"    --read-keys|-k             PR In: Read Keys\n"
4728c8
+			"    --param-rk=RK|-K RK        PR Out parameter reservation "
4728c8
+		        "key\n"
4728c8
 			"    --param-sark=SARK|-S SARK  PR Out parameter service "
4728c8
 			"action\n"
4728c8
 			"                               reservation key (SARK is in "
4728c8
Index: multipath-tools-130222/mpathpersist/mpathpersist.8
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/mpathpersist/mpathpersist.8
4728c8
+++ multipath-tools-130222/mpathpersist/mpathpersist.8
4728c8
@@ -48,6 +48,9 @@ PR Out parameter 'APTPL'
4728c8
 \fB\-\-read\-keys\fR|\-k
4728c8
 PR In: Read Keys
4728c8
 .TP
4728c8
+\fB\-\-param\-rk\fR=\fIRK\fR|\-K RK
4728c8
+PR Out parameter reservation key (RK is in hex)
4728c8
+.TP
4728c8
 \fB\-\-param\-sark\fR=\fISARK\fR|\-S SARK
4728c8
 PR Out parameter service action
4728c8
 reservation key (SARK is in hex)