The argument list is copy-pasted from mpath_persistent_reserve_in(3)
instead of mpath_persistent_reserve_out(3). Use the correct argument
list from libmpathpersist/mpath_persist.h.

Signed-off-by: Stefan Hajnoczi <[email protected]>
---
 libmpathpersist/mpath_persistent_reserve_out.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmpathpersist/mpath_persistent_reserve_out.3 
b/libmpathpersist/mpath_persistent_reserve_out.3
index 3dbeae1f..ab1f923e 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" 
----------------------------------------------------------------------------
 .
-.TH MPATH_PERSISTENT_RESERVE_OUT 3 2024-02-09 Linux
+.TH MPATH_PERSISTENT_RESERVE_OUT 3 2026-02-02 Linux
 .
 .
 .\" 
----------------------------------------------------------------------------
@@ -22,7 +22,7 @@ mpath_persistent_reserve_out \- send PROUT command to DM 
device
 .
 .B #include <mpath_persist.h>
 .P
-.BI "int mpath_persistent_reserve_out" "(int fd, int rq_servact, struct 
prin_resp *resp, int noisy, int verbose)"
+.BI "int mpath_persistent_reserve_out" "(int fd, int rq_servact, int rq_scope, 
unsigned int rq_type, struct prout_param_descriptor *paramp, int noisy, int 
verbose)"
 .P
 .
 .
-- 
2.52.0


Reply via email to