Skip to content

Commit 011fdd8

Browse files
stefanhaRHmwilck
authored andcommitted
libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis
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 <stefanha@redhat.com>
1 parent 0a189bb commit 011fdd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libmpathpersist/mpath_persistent_reserve_out.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.\" Update the date below if you make any significant change.
77
.\" ----------------------------------------------------------------------------
88
.
9-
.TH MPATH_PERSISTENT_RESERVE_OUT 3 2024-02-09 Linux
9+
.TH MPATH_PERSISTENT_RESERVE_OUT 3 2026-02-02 Linux
1010
.
1111
.
1212
.\" ----------------------------------------------------------------------------
@@ -22,7 +22,7 @@ mpath_persistent_reserve_out \- send PROUT command to DM device
2222
.
2323
.B #include <mpath_persist.h>
2424
.P
25-
.BI "int mpath_persistent_reserve_out" "(int fd, int rq_servact, struct prin_resp *resp, int noisy, int verbose)"
25+
.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)"
2626
.P
2727
.
2828
.

0 commit comments

Comments
 (0)