summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib/libMPAPI.3lib
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2021-06-14 19:30:35 +0100
committerPeter Tribble <peter.tribble@gmail.com>2021-06-15 08:32:08 +0100
commitceab728f83b0af9260d2d3fb69014f3781af2101 (patch)
treee6a0c0577c8e2fcb6ba4688c671bfb54c6243e39 /usr/src/man/man3lib/libMPAPI.3lib
parent9514bcf4c37a9b87200462594803414d12cdd29d (diff)
downloadillumos-gate-ceab728f83b0af9260d2d3fb69014f3781af2101.tar.gz
13872 Multiple errors in section 3mpapi of the manual
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matt Fiddaman <illumos@m.fiddaman.uk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/man/man3lib/libMPAPI.3lib')
-rw-r--r--usr/src/man/man3lib/libMPAPI.3lib19
1 files changed, 6 insertions, 13 deletions
diff --git a/usr/src/man/man3lib/libMPAPI.3lib b/usr/src/man/man3lib/libMPAPI.3lib
index 7e7f5d2cbf..2f834806e9 100644
--- a/usr/src/man/man3lib/libMPAPI.3lib
+++ b/usr/src/man/man3lib/libMPAPI.3lib
@@ -4,24 +4,21 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH LIBMPAPI 3LIB "Nov 26, 2017"
+.TH LIBMPAPI 3LIB "June 13, 2021"
.SH NAME
libMPAPI, libmpapi \- Common Multipath Management library
.SH SYNOPSIS
-.LP
.nf
-cc [ \fIflag\fR... ] \fIfile\fR... \fB-lMPAPI\fR [ \fIlibrary\fR... ]
+cc [ \fIflag\fR... ] \fIfile\fR... \fB-lMPAPI\fR [ \fIlibrary\fR... ]
#include <\fBmpapi.h\fR>
-#include <\fBmpapi_sun.h\fR>
+#include <\fBmpapi-sun.h\fR>
.fi
.SH DESCRIPTION
-.LP
The functions in this library allow a management application to administer the
multipath devices and associated resources through standard interfaces,
independent of a vendor-unique multipathing solution.
.SH INTERFACES
-.LP
The shared object \fBlibMPAPI.so.1\fR provides the public interfaces defined
below. See \fBIntro\fR(3) for additional information on shared object
interfaces.
@@ -206,9 +203,8 @@ interfaces.
\fBSun_MP_SendScsiCmd\fR
.in -2
.SH USAGE
-.LP
Client applications link with the Common Library (using \fB-lMPAPI\fR) to
-access the interfaces. The Common Library dynamically loads an individual
+access the interfaces. The Common Library dynamically loads an individual
vendor-provided plugin library that is available through
\fBMP_RegisterPlugin\fR(3MPAPI) on the host system.
.sp
@@ -236,7 +232,7 @@ of the plugin library.
.TP
4.
Retrieve discovery information and property information on multipath devices
-and associated resources by calling the following:
+and associated resources by calling the following:
.RS +4
.TP
.ie t \(bu
@@ -467,7 +463,6 @@ resources by calling:
.RE
.RE
.SH ERRORS
-.LP
Errors are generally returned from the underlying VSL and can include any of
the following values:
.sp
@@ -491,7 +486,7 @@ carried out.
This status value is returned when parameters passed to an API are detected to
be invalid or inappropriate for a particular API parameter. If the parameter is
an object ID, this status indicates that the object type subfield is defined in
-this specification, but is not appropriate for this API
+this specification, but is not appropriate for this API.
.RE
.sp
@@ -637,7 +632,6 @@ shared object
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -657,7 +651,6 @@ T}
.TE
.SH SEE ALSO
-.LP
\fBIntro\fR(3), \fBMP_RegisterPlugin\fR(3MPAPI), \fBattributes\fR(5)
.sp
.LP