Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

*** 11,21 **** .nf \fBservice_provider.conf\fR .fi .SH DESCRIPTION - .sp .LP \fBservice_provider.conf\fR contains information about the device type that the service provider supports. This information includes the pathname of the service provider library, the library version and other library characteristics that are required by the system administrative command, \fBdatadm\fR(1M). --- 11,20 ----
*** 25,35 **** .LP The \fBdatadm\fR program enumerates each device entry into a list of interface adapters, that is, interfaces to external network that are available to uDAPL consumers. This new list of interface adapters is appended to other service providers' information in the DAT static registry, \fBdat.conf\fR. You can do ! this is you invoke the \fBdatadm\fR program with the \fB-a\fR option and the pathname of the \fBservice_provider.conf\fR file. .sp .LP Each entry in the service_provider.conf is a single line of 7 fields. .sp --- 24,34 ---- .LP The \fBdatadm\fR program enumerates each device entry into a list of interface adapters, that is, interfaces to external network that are available to uDAPL consumers. This new list of interface adapters is appended to other service providers' information in the DAT static registry, \fBdat.conf\fR. You can do ! this if you invoke the \fBdatadm\fR program with the \fB-a\fR option and the pathname of the \fBservice_provider.conf\fR file. .sp .LP Each entry in the service_provider.conf is a single line of 7 fields. .sp
*** 38,48 **** entry: .sp .in +2 .nf "\fIdriver_name\fR" "\fIAPI_version\fR" "\fIthreadsafe_library\fR | \e ! \fInonthreadsafe_librar\fRy"\e "\fIdefault_version\fR | \fInondefault_version\fR" \e "\fIservice_provider_library_pathname\fR"\e "\fIservice_provider_version\fR" "\fIservice_provider_instance_data\fR"\e .fi .in -2 --- 37,47 ---- entry: .sp .in +2 .nf "\fIdriver_name\fR" "\fIAPI_version\fR" "\fIthreadsafe_library\fR | \e ! \fInonthreadsafe_library\fR"\e "\fIdefault_version\fR | \fInondefault_version\fR" \e "\fIservice_provider_library_pathname\fR"\e "\fIservice_provider_version\fR" "\fIservice_provider_instance_data\fR"\e .fi .in -2
*** 66,83 **** .na \fB\fIAPI_version\fR\fR .ad .sp .6 .RS 4n ! Specifies the API version of the service provide library: For example, \fB"u"major.minor\fR is \fBu1.2\fR. .RE .sp .ne 2 .na ! \fB\fIthreadsafe_library\fR | \fInonthreadsafe_librar\fR\fR .ad .sp .6 .RS 4n Specifies a threadsafe or non-threadsafe library. .RE --- 65,82 ---- .na \fB\fIAPI_version\fR\fR .ad .sp .6 .RS 4n ! Specifies the API version of the service provider library: For example, \fB"u"major.minor\fR is \fBu1.2\fR. .RE .sp .ne 2 .na ! \fB\fIthreadsafe_library\fR | \fInonthreadsafe_library\fR\fR .ad .sp .6 .RS 4n Specifies a threadsafe or non-threadsafe library. .RE
*** 87,97 **** .na \fB\fIdefault_version\fR | \fInondefault_version\fR\fR .ad .sp .6 .RS 4n ! Specifies a default or non-default version of library. A service provider can offer several versions of the library. If so, one version is designated as \fBdefault\fR with the rest as \fBnondefault\fR. .RE .sp --- 86,96 ---- .na \fB\fIdefault_version\fR | \fInondefault_version\fR\fR .ad .sp .6 .RS 4n ! Specifies a default or non-default version of a library. A service provider can offer several versions of the library. If so, one version is designated as \fBdefault\fR with the rest as \fBnondefault\fR. .RE .sp
*** 164,174 **** /usr/lib/tavor/udapl_tavor.so.1 SUNWudaplt1.0 "" .fi .in -2 .SH ATTRIBUTES - .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp --- 163,172 ----
*** 179,186 **** ATTRIBUTE TYPE ATTRIBUTE VALUE Stability Evolving .TE .SH SEE ALSO - .sp .LP \fBdatadm\fR(1M), \fBdat.conf\fR(4), \fBattributes\fR(5) --- 177,183 ----