Print this page
9842 man page typos and spelling
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man4/mpapi.conf.4.man.txt
+++ new/usr/src/man/man4/mpapi.conf.4.man.txt
1 1 MPAPI.CONF(4) File Formats and Configurations MPAPI.CONF(4)
2 2
3 3
4 4
5 5 NAME
6 6 mpapi.conf - configuration file for libMPAPI
7 7
8 8 SYNOPSIS
9 9 /etc/mpapi.conf
10 10
11 11
12 12 DESCRIPTION
13 13 The /etc/mpapi.conf file is used to specify the vendor-provided plugin
14 14 library that is installed on the system. This file is used by the
15 15 libMPAPI(3LIB) common library to load the individual plugin library
16 16 when its interface is called. If changes are made to the file while the
17 17 library is in use, the library should be unloaded and reloaded.
18 18 Addition and removal of the plugin library should be handled through
19 19 MP_RegisterPlugin(3MPAPI) and MP_DeregisterPlugin(3MPAPI).
20 20
21 21
↓ open down ↓ |
21 lines elided |
↑ open up ↑ |
22 22 Each plugin library entry is a single line of the form:
23 23
24 24 "id" "library file name"
25 25
26 26
27 27
28 28
29 29 where
30 30
31 31 id
32 - The identification of library. It is the resersed
33 - domain name of the vendor followed by . followed
34 - by the vendor specific name of the plugin that
35 - uniquely identifies the plugin library.
32 + The identification of the library. It is the
33 + reversed domain name of the vendor followed by .
34 + followed by the vendor specific name of the plugin
35 + that uniquely identifies the plugin library.
36 36
37 37
38 38 library file name
39 - The shared object library file in the absolute
40 - path format.
39 + The absolute path to the shared object library
40 + file.
41 41
42 42
43 43 EXAMPLES
44 44 Example 1 Example of an /etc/mpapi.conf file
45 45
46 46 # This file contains names and references to MP API plugin libraries
47 47 #
48 48 # Do NOT manually edit this file
49 49 #
50 50 # Format:
51 51 #
52 52 # <library ID> <library file name>
53 53 #
54 54 com.sun.mpapi32 /lib/libmpscsi_vhci.so
55 55 com.sun.mpapi64 /lib/64/libmpscsi_vhci.so
56 56
57 57
58 58 ATTRIBUTES
59 59 See attributes(5) for descriptions of the following attributes:
60 60
61 61
62 62
63 63
64 64 +--------------------+----------------------------------------------------+
65 65 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
66 66 +--------------------+----------------------------------------------------+
67 67 |Interface Stability | Standard: ANSI INCITS 412 Multipath Management API |
68 68 +--------------------+----------------------------------------------------+
69 69
70 70 SEE ALSO
71 71 libMPAPI(3LIB), MP_DeregisterPlugin(3MPAPI), MP_RegisterPlugin(3MPAPI),
72 72 attributes(5)
73 73
74 74
75 75
76 - March 15, 2006 MPAPI.CONF(4)
76 + September 16, 2018 MPAPI.CONF(4)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX