diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2018-12-16 15:02:15 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-01-12 15:44:25 -0500 |
commit | e61d7e85ebb4a7361eeb10639b742a92e0bf5e55 (patch) | |
tree | 691104aeba841d8fe48e6ae7a8d3d221d6f5c348 /usr/src/man/man4 | |
parent | c7749d0f58752c136e82d09f71ff14b1c2ce91f7 (diff) | |
download | illumos-joyent-e61d7e85ebb4a7361eeb10639b742a92e0bf5e55.tar.gz |
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>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man4')
-rw-r--r-- | usr/src/man/man4/ike.config.4 | 2 | ||||
-rw-r--r-- | usr/src/man/man4/service_provider.conf.4 | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/usr/src/man/man4/ike.config.4 b/usr/src/man/man4/ike.config.4 index afa988db27..53b0c6d270 100644 --- a/usr/src/man/man4/ike.config.4 +++ b/usr/src/man/man4/ike.config.4 @@ -243,7 +243,7 @@ The global parameter entries are as follows: .sp .6 .RS 4n The X.509 distinguished name of a certificate that is a trusted root CA -certificate.It must be encoded in a file in the \fB/etc/inet/ike/publickeys\fR +certificate. It must be encoded in a file in the \fB/etc/inet/ike/publickeys\fR directory. It must have a CRL in \fB/etc/inet/ike/crl\fRs. Multiple \fBcert_root\fR parameters aggregate. .RE diff --git a/usr/src/man/man4/service_provider.conf.4 b/usr/src/man/man4/service_provider.conf.4 index 8f2ac04ffa..d96d7bcebf 100644 --- a/usr/src/man/man4/service_provider.conf.4 +++ b/usr/src/man/man4/service_provider.conf.4 @@ -13,7 +13,6 @@ service_provider.conf \- service provider configuration file .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 @@ -27,7 +26,7 @@ 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 +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 @@ -40,7 +39,7 @@ entry: .in +2 .nf "\fIdriver_name\fR" "\fIAPI_version\fR" "\fIthreadsafe_library\fR | \e - \fInonthreadsafe_librar\fRy"\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 @@ -68,14 +67,14 @@ for example, \fBdriver_name=tavor\fR. .ad .sp .6 .RS 4n -Specifies the API version of the service provide library: For example, +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_librar\fR\fR +\fB\fIthreadsafe_library\fR | \fInonthreadsafe_library\fR\fR .ad .sp .6 .RS 4n @@ -89,7 +88,7 @@ Specifies a threadsafe or non-threadsafe library. .ad .sp .6 .RS 4n -Specifies a default or non-default version of library. A service provider can +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 @@ -166,7 +165,6 @@ pci15b3,5a44 u1.2 nonthreadsafe default \e .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -181,6 +179,5 @@ Stability Evolving .TE .SH SEE ALSO -.sp .LP \fBdatadm\fR(1M), \fBdat.conf\fR(4), \fBattributes\fR(5) |