summaryrefslogtreecommitdiff
path: root/libmpathpersist/mpath_persistent_reserve_out.3
diff options
context:
space:
mode:
Diffstat (limited to 'libmpathpersist/mpath_persistent_reserve_out.3')
-rw-r--r--libmpathpersist/mpath_persistent_reserve_out.314
1 files changed, 7 insertions, 7 deletions
diff --git a/libmpathpersist/mpath_persistent_reserve_out.3 b/libmpathpersist/mpath_persistent_reserve_out.3
index f7f84ff..8a3b52c 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -1,5 +1,5 @@
.\"
-.TH MPATH_PERSISTENT_RESERVE_OUT 3 2011-04-08 "Linux Manpage"
+.TH MPATH_PERSISTENT_RESERVE_OUT 3 2011-04-08 "Linux Manpage"
.SH NAME
mpath_persistent_reserve_out
.SH SYNOPSIS
@@ -14,7 +14,7 @@ sends PR OUT command to the DM device and gets the response.
.br
.BI Parameters:
.br
-.I fd
+.I fd
.B The file descriptor of a multipath device. Input argument.
.br
.I rq_servact
@@ -43,10 +43,10 @@ sends PR OUT command to the DM device and gets the response.
.I MPATH_PR_SUCCESS
.B if PR command successful else returns any one of the status mentioned below
.br
-.I MPATH_PR_SYNTAX_ERROR
+.I MPATH_PR_SYNTAX_ERROR
.B if syntax error or invalid parameter
.br
-.I MPATH_PR_SENSE_NOT_READY
+.I MPATH_PR_SENSE_NOT_READY
.B if command fails with [sk,asc,ascq: 0x2,*,*]
.br
.I MPATH_PR_SENSE_MEDIUM_ERROR
@@ -70,7 +70,7 @@ sends PR OUT command to the DM device and gets the response.
.I MPATH_PR_NO_SENSE
.B if command fails with [sk,asc,ascq: 0x0,*,*]
.br
-.I MPATH_PR_SENSE_MALFORMED
+.I MPATH_PR_SENSE_MALFORMED
.B if command fails with SCSI command malformed
.br
.I MPATH_PR_RESERV_CONFLICT
@@ -80,7 +80,7 @@ sends PR OUT command to the DM device and gets the response.
.B if command fails while accessing file (device node) problems(e.g. not found)
.br
.I MPATH_PR_DMMP_ERROR
-.B if Device Mapper related error.(e.g Error in getting dm info)
+.B if Device Mapper related error.(e.g Error in getting dm info)
.br
.I MPATH_PR_OTHER
.B if other error/warning has occurred(e.g transport or driver error)
@@ -88,5 +88,5 @@ sends PR OUT command to the DM device and gets the response.
.SH "SEE ALSO"
-.I mpath_persistent_reserve_in mpathpersist /usr/share/doc/mpathpersist/README
+.I mpath_persistent_reserve_in mpathpersist /usr/share/doc/mpathpersist/README
.br