diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man1m/share_nfs.1m | 2 | ||||
-rw-r--r-- | usr/src/man/man3nsl/xdr_admin.3nsl | 2 | ||||
-rw-r--r-- | usr/src/man/man7p/tcp.7p | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man1m/share_nfs.1m b/usr/src/man/man1m/share_nfs.1m index 88e4f3c840..a772e7e83b 100644 --- a/usr/src/man/man1m/share_nfs.1m +++ b/usr/src/man/man1m/share_nfs.1m @@ -223,7 +223,7 @@ Only root users from the hosts specified in \fIaccess_list\fR have root access. See \fIaccess_list\fR below. By default, no host has root access, so root users are mapped to an anonymous user \fBID\fR (see the \fBanon=\fR\fIuid\fR option described above). Netgroups can be used if the file system shared is using UNIX -authentication ( \fBAUTH_SYS\fR). +authentication (\fBAUTH_SYS\fR). .RE .sp diff --git a/usr/src/man/man3nsl/xdr_admin.3nsl b/usr/src/man/man3nsl/xdr_admin.3nsl index 4f5bdb79d8..c2759385eb 100644 --- a/usr/src/man/man3nsl/xdr_admin.3nsl +++ b/usr/src/man/man3nsl/xdr_admin.3nsl @@ -31,7 +31,7 @@ four. .sp .ne 2 .na -\fB\fBbool_t xdr_control( XDR *\fR\fIxdrs\fR\fB, int\fR\fI req\fR\fB, void +\fB\fBbool_t xdr_control(XDR *\fR\fIxdrs\fR\fB, int\fR\fI req\fR\fB, void *\fR\fIinfo\fR\fB);\fR\fR .ad .sp .6 diff --git a/usr/src/man/man7p/tcp.7p b/usr/src/man/man7p/tcp.7p index 93773dce81..570a3c2e37 100644 --- a/usr/src/man/man7p/tcp.7p +++ b/usr/src/man/man7p/tcp.7p @@ -97,7 +97,7 @@ address. This means that as long as the two sockets are not both bound to can be bound to the same port. .sp .LP - If an application does not want to allow another socket using the +If an application does not want to allow another socket using the \fBSO_REUSEADDR\fR option to bind to a port its socket is bound to, the application can set the socket level option \fBSO_EXCLBIND\fR on a socket. The option values of 0 and 1 mean enabling and disabling the option respectively. |