diff options
Diffstat (limited to 'usr/src/man/man3nsl')
80 files changed, 722 insertions, 413 deletions
diff --git a/usr/src/man/man3nsl/dial.3nsl b/usr/src/man/man3nsl/dial.3nsl index 0c905c8a75..0784a693d2 100644 --- a/usr/src/man/man3nsl/dial.3nsl +++ b/usr/src/man/man3nsl/dial.3nsl @@ -154,7 +154,7 @@ BAD_SYS \(mi13 /* system not in Systems file*/ .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -170,8 +170,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBuucp\fR(1C), \fBalarm\fR(2), \fBread\fR(2), \fBwrite\fR(2), -\fBattributes\fR(5), \fBtermio\fR(7I) +.BR uucp (1C), +.BR alarm (2), +.BR read (2), +.BR write (2), +.BR termio (4I), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/doconfig.3nsl b/usr/src/man/man3nsl/doconfig.3nsl index 7190d9cd47..3bf8052db7 100644 --- a/usr/src/man/man3nsl/doconfig.3nsl +++ b/usr/src/man/man3nsl/doconfig.3nsl @@ -25,7 +25,7 @@ the configuration scripts contained in the files \fB</etc/saf/\fR\fIpmtag\fR\fB/_config>\fR, \fB</etc/saf/_sysconfig>\fR, and \fB</etc/saf/\fR\fIpmtag\fR/\fIsvctag>\fR, where \fIpmtag\fR specifies the tag associated with the port monitor, and \fIsvctag\fR specifies the service tag -associated with a given service. See \fBpmadm\fR(1M) and \fBsacadm\fR(1M). +associated with a given service. See \fBpmadm\fR(8) and \fBsacadm\fR(8). .sp .LP \fBscript\fR is the name of the configuration script; \fIfildes\fR is a file @@ -151,7 +151,7 @@ established should \fInot\fR be started. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -167,7 +167,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBsh\fR(1), \fBpmadm\fR(1M), \fBsacadm\fR(1M), \fBattributes\fR(5) +.BR sh (1), +.BR attributes (7), +.BR pmadm (8), +.BR sacadm (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/gethostbyname.3nsl b/usr/src/man/man3nsl/gethostbyname.3nsl index 2468a6696b..a53c6edf51 100644 --- a/usr/src/man/man3nsl/gethostbyname.3nsl +++ b/usr/src/man/man3nsl/gethostbyname.3nsl @@ -100,7 +100,7 @@ gethostent_r, sethostent, endhostent \- get network host entry .SH DESCRIPTION These functions are used to obtain entries describing hosts. An entry can come from any of the sources for \fBhosts\fR specified in the -\fB/etc/nsswitch.conf\fR file. See \fBnsswitch.conf\fR(4). These functions have +\fB/etc/nsswitch.conf\fR file. See \fBnsswitch.conf\fR(5). These functions have been superseded by \fBgetipnodebyname\fR(3SOCKET), \fBgetipnodebyaddr\fR(3SOCKET), and \fBgetaddrinfo\fR(3SOCKET), which provide greater portability to applications when multithreading is performed or @@ -347,7 +347,7 @@ configuration file for the name service switch .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -363,9 +363,17 @@ T} .TE .SH SEE ALSO -\fBIntro\fR(2), \fBIntro\fR(3), \fBbyteorder\fR(3C), \fBinet\fR(3SOCKET), -\fBnetdb.h\fR(3HEAD), \fBnetdir\fR(3NSL), \fBhosts\fR(4), \fBnetconfig\fR(4), -\fBnss\fR(4), \fBnsswitch.conf\fR(4), \fBattributes\fR(5) +.BR Intro (2), +.BR Intro (3), +.BR byteorder (3C), +.BR netdb.h (3HEAD), +.BR netdir (3NSL), +.BR inet (3SOCKET), +.BR hosts (5), +.BR netconfig (5), +.BR nss (5), +.BR nsswitch.conf (5), +.BR attributes (7) .SH WARNINGS The reentrant interfaces \fBgethostbyname_r()\fR, \fBgethostbyaddr_r()\fR, and \fBgethostent_r()\fR are included in this release on an uncommitted basis only @@ -375,10 +383,10 @@ To ensure that they all return consistent results, \fBgethostbyname()\fR, \fBgethostbyname_r()\fR, and \fBnetdir_getbyname()\fR are implemented in terms of the same internal library function. This function obtains the system-wide source lookup policy based on the \fBinet\fR family entries in -\fBnetconfig\fR(4) and the \fBhosts:\fR entry in \fBnsswitch.conf\fR(4). +\fBnetconfig\fR(5) and the \fBhosts:\fR entry in \fBnsswitch.conf\fR(5). Similarly, \fBgethostbyaddr()\fR, \fBgethostbyaddr_r()\fR, and \fBnetdir_getbyaddr()\fR are implemented in terms of the same internal library -function. If the \fBinet\fR family entries in \fBnetconfig\fR(4) have a ``-'' +function. If the \fBinet\fR family entries in \fBnetconfig\fR(5) have a ``-'' in the last column for \fBnametoaddr\fR libraries, then the entry for \fBhosts\fR in \fBnsswitch.conf\fR will be used; \fBnametoaddr\fR libraries in that column will be used, and \fBnsswitch.conf\fR will not be consulted. @@ -405,7 +413,7 @@ The system attempts to put those addresses that are on the same subnet as the caller before addresses that are on different subnets. However, if address sorting is disabled by setting \fBSORT_ADDRS\fR to FALSE in the \fB/etc/default/nss\fR file, the system does not put the local subnet addresses -first. See \fBnss\fR(4) for more information. +first. See \fBnss\fR(5) for more information. .sp .LP When compiling multithreaded applications, see \fBIntro\fR(3), \fBMULTITHREADED @@ -414,7 +422,7 @@ APPLICATIONS\fR, for information about the use of the \fB_REENTRANT\fR flag. .LP Use of the enumeration interfaces \fBgethostent()\fR and \fBgethostent_r()\fR is discouraged; enumeration might not be supported for all database sources. -The semantics of enumeration are discussed further in \fBnsswitch.conf\fR(4). +The semantics of enumeration are discussed further in \fBnsswitch.conf\fR(5). .sp .LP The current implementations of these functions only return or accept addresses diff --git a/usr/src/man/man3nsl/getipsecalgbyname.3nsl b/usr/src/man/man3nsl/getipsecalgbyname.3nsl index f25905b78f..0d486bd224 100644 --- a/usr/src/man/man3nsl/getipsecalgbyname.3nsl +++ b/usr/src/man/man3nsl/getipsecalgbyname.3nsl @@ -34,7 +34,7 @@ entries .LP Use the \fBgetipsecalgbyname()\fR, \fBgetipsecalgbynum()\fR, \fBfreeipsecalgent()\fR functions to obtain the IPsec algorithm mappings that -are defined by \fBipsecalgs\fR(1M). The IPsec algorithms and associated +are defined by \fBipsecalgs\fR(8). The IPsec algorithms and associated protocol name spaces are defined by \fIRFC 2407\fR. .sp .LP @@ -173,7 +173,7 @@ Specified protocol number not found .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -189,8 +189,11 @@ Interface Stability Evolving .SH SEE ALSO .LP -\fBcryptoadm\fR(1M), \fBipsecalgs\fR(1M), \fBgetipsecprotobyname\fR(3NSL), -\fBgetipsecprotobyname\fR(3NSL), \fBattributes\fR(5) +.BR getipsecprotobyname (3NSL), +.BR getipsecprotobyname (3NSL), +.BR attributes (7), +.BR cryptoadm (8), +.BR ipsecalgs (8) .sp .LP Piper, D. \fIRFC 2407, The Internet IP Security Domain of Interpretation for diff --git a/usr/src/man/man3nsl/getipsecprotobyname.3nsl b/usr/src/man/man3nsl/getipsecprotobyname.3nsl index fe636c4fd6..990434e4f4 100644 --- a/usr/src/man/man3nsl/getipsecprotobyname.3nsl +++ b/usr/src/man/man3nsl/getipsecprotobyname.3nsl @@ -23,7 +23,7 @@ getipsecprotobyname, getipsecprotobynum \- query IPsec protocols entries .SH DESCRIPTION Use the \fBgetipsecprotobyname()\fR and \fBgetipsecprotobynum()\fR functions to -obtain the IPsec algorithm mappings that are defined by \fBipsecalgs\fR(1M). +obtain the IPsec algorithm mappings that are defined by \fBipsecalgs\fR(8). You can also use the \fBgetipsecprotobyname()\fR and \fBgetipsecprotobynum()\fR functions in conjunction with \fBgetipsecalgbyname\fR(3NSL) and \fBgetipsecalgbynum\fR(3NSL) to obtain information about the supported IPsec @@ -88,7 +88,7 @@ success, or \fB-1\fR if the protocol specified does not exist. The \fBgetipsecprotobynum()\fR function returns a protocol name upon success, or the \fINULL\fR value if the protocol number specified does not exist. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS box; @@ -101,8 +101,10 @@ Interface Stability Evolving .TE .SH SEE ALSO -\fBipsecalgs\fR(1M), \fBgetipsecalgbyname\fR(3NSL), -\fBgetipsecalgbyname\fR(3NSL), \fBattributes\fR(5) +.BR getipsecalgbyname (3NSL), +.BR getipsecalgbyname (3NSL), +.BR attributes (7), +.BR ipsecalgs (8) .sp .LP Piper, D. \fIRFC 2407, The Internet IP Security Domain of Interpretation for diff --git a/usr/src/man/man3nsl/getnetconfig.3nsl b/usr/src/man/man3nsl/getnetconfig.3nsl index 08355211e1..80fb693ea4 100644 --- a/usr/src/man/man3nsl/getnetconfig.3nsl +++ b/usr/src/man/man3nsl/getnetconfig.3nsl @@ -55,7 +55,7 @@ The library routines described on this page are part of the Network Selection component. They provide the application access to the system network configuration database, \fB/etc/netconfig\fR. In addition to the routines for accessing the \fBnetconfig\fR database, Network Selection includes the -environment variable \fBNETPATH\fR (see \fBenviron\fR(5)) and the +environment variable \fBNETPATH\fR (see \fBenviron\fR(7)) and the \fBNETPATH\fR access routines described in \fBgetnetpath\fR(3NSL). .sp .LP @@ -134,7 +134,7 @@ applications, this buffer is implemented as thread-specific data. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -150,5 +150,7 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBgetnetpath\fR(3NSL), \fBnetconfig\fR(4), \fBattributes\fR(5), -\fBenviron\fR(5) +.BR getnetpath (3NSL), +.BR netconfig (5), +.BR attributes (7), +.BR environ (7) diff --git a/usr/src/man/man3nsl/getnetpath.3nsl b/usr/src/man/man3nsl/getnetpath.3nsl index 0953f815c6..9abce08c0a 100644 --- a/usr/src/man/man3nsl/getnetpath.3nsl +++ b/usr/src/man/man3nsl/getnetpath.3nsl @@ -33,7 +33,7 @@ NETPATH component The routines described on this page are part of the Network Selection component. They provide the application access to the system network configuration database, \fB/etc/netconfig\fR, as it is "filtered" by the -\fBNETPATH\fR environment variable. See \fBenviron\fR(5). See +\fBNETPATH\fR environment variable. See \fBenviron\fR(7). See \fBgetnetconfig\fR(3NSL) for other routines that also access the network configuration database directly. The \fBNETPATH\fR variable is a list of colon-separated network identifiers. @@ -90,7 +90,7 @@ example, if \fBsetnetpath()\fR was not called previously). .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,5 +106,7 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBgetnetconfig\fR(3NSL), \fBnetconfig\fR(4), \fBattributes\fR(5), -\fBenviron\fR(5) +.BR getnetconfig (3NSL), +.BR netconfig (5), +.BR attributes (7), +.BR environ (7) diff --git a/usr/src/man/man3nsl/getpublickey.3nsl b/usr/src/man/man3nsl/getpublickey.3nsl index cd6e408f0c..4ab80d4b52 100644 --- a/usr/src/man/man3nsl/getpublickey.3nsl +++ b/usr/src/man/man3nsl/getpublickey.3nsl @@ -32,7 +32,7 @@ sources: .TP .ie t \(bu .el o -\fB/etc/publickey\fR file. See \fBpublickey\fR(4). +\fB/etc/publickey\fR file. See \fBpublickey\fR(5). .RE .RS +4 .TP @@ -40,7 +40,7 @@ sources: .el o \fBNIS\fR map ``publickey.byname''. The sources and their lookup order are specified in the -\fB/etc/nsswitch.conf\fR file. See \fBnsswitch.conf\fR(4). +\fB/etc/nsswitch.conf\fR file. See \fBnsswitch.conf\fR(5). .RE .sp .LP @@ -55,7 +55,7 @@ null-terminated, hexadecimal strings. If the password supplied to but the \fIsecretkey\fR [0] will be set to \fINULL\fR. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -70,5 +70,7 @@ MT-Level Safe .SH SEE ALSO .LP -\fBsecure_rpc\fR(3NSL), \fBnsswitch.conf\fR(4), \fBpublickey\fR(4), -\fBattributes\fR(5) +.BR secure_rpc (3NSL), +.BR nsswitch.conf (5), +.BR publickey (5), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/getrpcbyname.3nsl b/usr/src/man/man3nsl/getrpcbyname.3nsl index 283fd12ad0..120e1992bf 100644 --- a/usr/src/man/man3nsl/getrpcbyname.3nsl +++ b/usr/src/man/man3nsl/getrpcbyname.3nsl @@ -60,7 +60,7 @@ getrpcent_r, setrpcent, endrpcent \- get RPC entry .LP These functions are used to obtain entries for RPC (Remote Procedure Call) services. An entry may come from any of the sources for \fBrpc\fR specified in -the \fB/etc/nsswitch.conf\fR file (see \fBnsswitch.conf\fR(4)). +the \fB/etc/nsswitch.conf\fR file (see \fBnsswitch.conf\fR(5)). .sp .LP \fBgetrpcbyname()\fR searches for an entry with the RPC service name specified @@ -184,7 +184,7 @@ result. See \fBIntro\fR(2) for the proper usage and interpretation of \fB/etc/nsswitch.conf\fR .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -201,8 +201,11 @@ T} .SH SEE ALSO .LP -\fBrpcinfo\fR(1M), \fBrpc\fR(3NSL), \fBnsswitch.conf\fR(4), \fBrpc\fR(4), -\fBattributes\fR(5) +.BR rpc (3NSL), +.BR nsswitch.conf (5), +.BR rpc (5), +.BR attributes (7), +.BR rpcinfo (8) .SH WARNINGS .LP The reentrant interfaces \fBgetrpcbyname_r()\fR, \fBgetrpcbynumber_r()\fR, and @@ -217,4 +220,4 @@ Multithreaded Applications\fR, for information about the use of the .LP Use of the enumeration interfaces \fBgetrpcent()\fR and \fBgetrpcent_r()\fR is discouraged; enumeration may not be supported for all database sources. The -semantics of enumeration are discussed further in \fBnsswitch.conf\fR(4). +semantics of enumeration are discussed further in \fBnsswitch.conf\fR(5). diff --git a/usr/src/man/man3nsl/netdir.3nsl b/usr/src/man/man3nsl/netdir.3nsl index ecf02153dd..677d946da0 100644 --- a/usr/src/man/man3nsl/netdir.3nsl +++ b/usr/src/man/man3nsl/netdir.3nsl @@ -61,7 +61,7 @@ The \fBnetdir\fR functions provide a generic interface for name-to-address mapping that will work with all transport protocols. This interface provides a generic way for programs to convert transport specific addresses into common structures and back again. The \fBnetconfig\fR structure, described on the -\fBnetconfig\fR(4) manual page, identifies the transport. +\fBnetconfig\fR(5) manual page, identifies the transport. .sp .LP The \fBnetdir_getbyname()\fR function maps the machine name and service name in @@ -309,7 +309,7 @@ data. The \fBnetdir_getbyname()\fR, \fBnetdir_getbyaddr()\fR, and \fBnetdir_options()\fR functions return \fB0\fR on success and a non-zero value on failure. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -323,5 +323,8 @@ MT-Level Safe .TE .SH SEE ALSO -\fBgethostname\fR(3C), \fBgetnetconfig\fR(3NSL), \fBgetnetpath\fR(3NSL), -\fBnetconfig\fR(4), \fBattributes\fR(5) +.BR gethostname (3C), +.BR getnetconfig (3NSL), +.BR getnetpath (3NSL), +.BR netconfig (5), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/nlsgetcall.3nsl b/usr/src/man/man3nsl/nlsgetcall.3nsl index dd199d56d9..fd0d62d910 100644 --- a/usr/src/man/man3nsl/nlsgetcall.3nsl +++ b/usr/src/man/man3nsl/nlsgetcall.3nsl @@ -54,7 +54,7 @@ shared object .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -70,9 +70,14 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBnlsadmin\fR(1M), \fBgetenv\fR(3C), \fBt_alloc\fR(3NSL), -\fBt_connect\fR(3NSL), \fBt_error\fR(3NSL), \fBt_free\fR(3NSL), -\fBt_sync\fR(3NSL), \fBattributes\fR(5) +.BR getenv (3C), +.BR t_alloc (3NSL), +.BR t_connect (3NSL), +.BR t_error (3NSL), +.BR t_free (3NSL), +.BR t_sync (3NSL), +.BR attributes (7), +.BR nlsadmin (8) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/nlsprovider.3nsl b/usr/src/man/man3nsl/nlsprovider.3nsl index a1e750992f..3912c09e60 100644 --- a/usr/src/man/man3nsl/nlsprovider.3nsl +++ b/usr/src/man/man3nsl/nlsprovider.3nsl @@ -40,7 +40,7 @@ shared object .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -56,7 +56,8 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBnlsadmin\fR(1M), \fBattributes\fR(5) +.BR attributes (7), +.BR nlsadmin (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/nlsrequest.3nsl b/usr/src/man/man3nsl/nlsrequest.3nsl index 380aa1902e..6eb487fa1b 100644 --- a/usr/src/man/man3nsl/nlsrequest.3nsl +++ b/usr/src/man/man3nsl/nlsrequest.3nsl @@ -95,7 +95,7 @@ shared object .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -111,8 +111,11 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBnlsadmin\fR(1M), \fBt_error\fR(3NSL), \fBt_snd\fR(3NSL), \fBt_rcv\fR(3NSL), -\fBattributes\fR(5) +.BR t_error (3NSL), +.BR t_rcv (3NSL), +.BR t_snd (3NSL), +.BR attributes (7), +.BR nlsadmin (8) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/rpc.3nsl b/usr/src/man/man3nsl/rpc.3nsl index b6b75deb37..a77abe3cb7 100644 --- a/usr/src/man/man3nsl/rpc.3nsl +++ b/usr/src/man/man3nsl/rpc.3nsl @@ -33,7 +33,7 @@ linked with the \fBlibnsl\fR library. In the case of multithreaded applications, the \fB-mt\fR option must be specified on the command line at compilation time to enable a thread-specific version of \fBrpc_createerr()\fR. See \fBrpc_clnt_create\fR(3NSL) and -\fBthreads\fR(5). +\fBthreads\fR(7). .sp .LP When used in multithreaded applications, client-side routines are MT-Safe. @@ -388,7 +388,7 @@ which they are described: \fB\fBauth_destroy\fR\fR .ad .RS 27n -\fBrpc_clnt_auth\fR(3NSL) +.BR rpc_clnt_auth (3NSL) .RE .sp @@ -397,7 +397,7 @@ which they are described: \fB\fBauthdes_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -406,7 +406,7 @@ which they are described: \fB\fBauthdes_getucred\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -415,7 +415,7 @@ which they are described: \fB\fBauthdes_seccreate\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -424,7 +424,7 @@ which they are described: \fB\fBauthnone_create\fR\fR .ad .RS 27n -\fBrpc_clnt_auth\fR(3NSL) +.BR rpc_clnt_auth (3NSL) .RE .sp @@ -433,7 +433,7 @@ which they are described: \fB\fBauthsys_create\fR\fR .ad .RS 27n -\fBrpc_clnt_auth\fR(3NSL) +.BR rpc_clnt_auth (3NSL) .RE .sp @@ -442,7 +442,7 @@ which they are described: \fB\fBauthsys_create_default\fR\fR .ad .RS 27n -\fBrpc_clnt_auth\fR(3NSL) +.BR rpc_clnt_auth (3NSL) .RE .sp @@ -451,7 +451,7 @@ which they are described: \fB\fBauthunix_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -460,7 +460,7 @@ which they are described: \fB\fBauthunix_create_default\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -469,7 +469,7 @@ which they are described: \fB\fBcallrpc\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -478,7 +478,7 @@ which they are described: \fB\fBclnt_broadcast\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -487,7 +487,7 @@ which they are described: \fB\fBclnt_call\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -496,7 +496,7 @@ which they are described: \fB\fBclnt_control\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -505,7 +505,7 @@ which they are described: \fB\fBclnt_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -514,7 +514,7 @@ which they are described: \fB\fBclnt_destroy\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -523,7 +523,7 @@ which they are described: \fB\fBclnt_dg_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -532,7 +532,7 @@ which they are described: \fB\fBclnt_freeres\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -541,7 +541,7 @@ which they are described: \fB\fBclnt_geterr\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -550,7 +550,7 @@ which they are described: \fB\fBclnt_pcreateerror\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -559,7 +559,7 @@ which they are described: \fB\fBclnt_perrno\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -568,7 +568,7 @@ which they are described: \fB\fBclnt_perror\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -577,7 +577,7 @@ which they are described: \fB\fBclnt_raw_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -586,7 +586,7 @@ which they are described: \fB\fBclnt_spcreateerror\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -595,7 +595,7 @@ which they are described: \fB\fBclnt_sperrno\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -604,7 +604,7 @@ which they are described: \fB\fBclnt_sperror\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -613,7 +613,7 @@ which they are described: \fB\fBclnt_tli_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -622,7 +622,7 @@ which they are described: \fB\fBclnt_tp_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -631,7 +631,7 @@ which they are described: \fB\fBclnt_vc_create\fR\fR .ad .RS 27n -\fBrpc_clnt_create\fR(3NSL) +.BR rpc_clnt_create (3NSL) .RE .sp @@ -640,7 +640,7 @@ which they are described: \fB\fBclntraw_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -649,7 +649,7 @@ which they are described: \fB\fBclnttcp_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -658,7 +658,7 @@ which they are described: \fB\fBclntudp_bufcreate\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -667,7 +667,7 @@ which they are described: \fB\fBclntudp_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -676,7 +676,7 @@ which they are described: \fB\fBget_myaddress\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -685,7 +685,7 @@ which they are described: \fB\fBgetnetname\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -694,7 +694,7 @@ which they are described: \fB\fBhost2netname\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -703,7 +703,7 @@ which they are described: \fB\fBkey_decryptsession\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -712,7 +712,7 @@ which they are described: \fB\fBkey_encryptsession\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -721,7 +721,7 @@ which they are described: \fB\fBkey_gendes\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -730,7 +730,7 @@ which they are described: \fB\fBkey_setsecret\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -739,7 +739,7 @@ which they are described: \fB\fBnetname2host\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -748,7 +748,7 @@ which they are described: \fB\fBnetname2user\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -757,7 +757,7 @@ which they are described: \fB\fBpmap_getmaps\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -766,7 +766,7 @@ which they are described: \fB\fBpmap_getport\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -775,7 +775,7 @@ which they are described: \fB\fBpmap_rmtcall\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -784,7 +784,7 @@ which they are described: \fB\fBpmap_set\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -793,7 +793,7 @@ which they are described: \fB\fBpmap_unset\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -802,7 +802,7 @@ which they are described: \fB\fBregisterrpc\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -811,7 +811,7 @@ which they are described: \fB\fBrpc_broadcast\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -820,7 +820,7 @@ which they are described: \fB\fBrpc_broadcast_exp\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -829,7 +829,7 @@ which they are described: \fB\fBrpc_call\fR\fR .ad .RS 27n -\fBrpc_clnt_calls\fR(3NSL) +.BR rpc_clnt_calls (3NSL) .RE .sp @@ -838,7 +838,7 @@ which they are described: \fB\fBrpc_reg\fR\fR .ad .RS 27n -\fBrpc_svc_reg\fR(3NSL) +.BR rpc_svc_reg (3NSL) .RE .sp @@ -847,7 +847,7 @@ which they are described: \fB\fBsvc_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -856,7 +856,7 @@ which they are described: \fB\fBsvc_destroy\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -865,7 +865,7 @@ which they are described: \fB\fBsvc_dg_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -874,7 +874,7 @@ which they are described: \fB\fBsvc_dg_enablecache\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -883,7 +883,7 @@ which they are described: \fB\fBsvc_fd_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -892,7 +892,7 @@ which they are described: \fB\fBsvc_fds\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -901,7 +901,7 @@ which they are described: \fB\fBsvc_freeargs\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -910,7 +910,7 @@ which they are described: \fB\fBsvc_getargs\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -919,7 +919,7 @@ which they are described: \fB\fBsvc_getcaller\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -928,7 +928,7 @@ which they are described: \fB\fBsvc_getreq\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -937,7 +937,7 @@ which they are described: \fB\fBsvc_getreqset\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -946,7 +946,7 @@ which they are described: \fB\fBsvc_getrpccaller\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -955,7 +955,7 @@ which they are described: \fB\fBsvc_raw_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -964,7 +964,7 @@ which they are described: \fB\fBsvc_reg\fR\fR .ad .RS 27n -\fBrpc_svc_reg\fR(3NSL) +.BR rpc_svc_reg (3NSL) .RE .sp @@ -973,7 +973,7 @@ which they are described: \fB\fBsvc_register\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -982,7 +982,7 @@ which they are described: \fB\fBsvc_run\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -991,7 +991,7 @@ which they are described: \fB\fBsvc_sendreply\fR\fR .ad .RS 27n -\fBrpc_svc_calls\fR(3NSL) +.BR rpc_svc_calls (3NSL) .RE .sp @@ -1000,7 +1000,7 @@ which they are described: \fB\fBsvc_tli_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -1009,7 +1009,7 @@ which they are described: \fB\fBsvc_tp_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -1018,7 +1018,7 @@ which they are described: \fB\fBsvc_unreg\fR\fR .ad .RS 27n -\fBrpc_svc_reg\fR(3NSL) +.BR rpc_svc_reg (3NSL) .RE .sp @@ -1027,7 +1027,7 @@ which they are described: \fB\fBsvc_unregister\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1036,7 +1036,7 @@ which they are described: \fB\fBsvc_vc_create\fR\fR .ad .RS 27n -\fBrpc_svc_create\fR(3NSL) +.BR rpc_svc_create (3NSL) .RE .sp @@ -1045,7 +1045,7 @@ which they are described: \fB\fBsvcerr_auth\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1054,7 +1054,7 @@ which they are described: \fB\fBsvcerr_decode\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1063,7 +1063,7 @@ which they are described: \fB\fBsvcerr_noproc\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1072,7 +1072,7 @@ which they are described: \fB\fBsvcerr_noprog\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1081,7 +1081,7 @@ which they are described: \fB\fBsvcerr_progvers\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1090,7 +1090,7 @@ which they are described: \fB\fBsvcerr_systemerr\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1099,7 +1099,7 @@ which they are described: \fB\fBsvcerr_weakauth\fR\fR .ad .RS 27n -\fBrpc_svc_err\fR(3NSL) +.BR rpc_svc_err (3NSL) .RE .sp @@ -1108,7 +1108,7 @@ which they are described: \fB\fBsvcfd_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1117,7 +1117,7 @@ which they are described: \fB\fBsvcraw_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1126,7 +1126,7 @@ which they are described: \fB\fBsvctcp_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1135,7 +1135,7 @@ which they are described: \fB\fBsvcudp_bufcreate\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1144,7 +1144,7 @@ which they are described: \fB\fBsvcudp_create\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1153,7 +1153,7 @@ which they are described: \fB\fBuser2netname\fR\fR .ad .RS 27n -\fBsecure_rpc\fR(3NSL) +.BR secure_rpc (3NSL) .RE .sp @@ -1162,7 +1162,7 @@ which they are described: \fB\fBxdr_accepted_reply\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1171,7 +1171,7 @@ which they are described: \fB\fBxdr_authsys_parms\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1180,7 +1180,7 @@ which they are described: \fB\fBxdr_authunix_parms\fR\fR .ad .RS 27n -\fBrpc_soc\fR(3NSL) +.BR rpc_soc (3NSL) .RE .sp @@ -1189,7 +1189,7 @@ which they are described: \fB\fBxdr_callhdr\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1198,7 +1198,7 @@ which they are described: \fB\fBxdr_callmsg\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1207,7 +1207,7 @@ which they are described: \fB\fBxdr_opaque_auth\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1216,7 +1216,7 @@ which they are described: \fB\fBxdr_rejected_reply\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1225,7 +1225,7 @@ which they are described: \fB\fBxdr_replymsg\fR\fR .ad .RS 27n -\fBrpc_xdr\fR(3NSL) +.BR rpc_xdr (3NSL) .RE .sp @@ -1234,7 +1234,7 @@ which they are described: \fB\fBxprt_register\fR\fR .ad .RS 27n -\fBrpc_svc_reg\fR(3NSL) +.BR rpc_svc_reg (3NSL) .RE .sp @@ -1243,7 +1243,7 @@ which they are described: \fB\fBxprt_unregister\fR\fR .ad .RS 27n -\fBrpc_svc_reg\fR(3NSL) +.BR rpc_svc_reg (3NSL) .RE .SH FILES @@ -1251,7 +1251,7 @@ which they are described: \fB/etc/netconfig\fR .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -1266,9 +1266,21 @@ MT-Level MT-Safe with exceptions .SH SEE ALSO .LP -\fBgetnetconfig\fR(3NSL), \fBgetnetpath\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), -\fBrpc_clnt_calls\fR(3NSL), \fBrpc_clnt_create\fR(3NSL), -\fBrpc_svc_calls\fR(3NSL), \fBrpc_svc_create\fR(3NSL), \fBrpc_svc_err\fR(3NSL), -\fBrpc_svc_reg\fR(3NSL), \fBrpc_xdr\fR(3NSL), \fBrpcbind\fR(3NSL), -\fBsecure_rpc\fR(3NSL), \fBthreads\fR(5), \fBxdr\fR(3NSL), \fBnetconfig\fR(4), -\fBrpc\fR(4), \fBattributes\fR(5), \fBenviron\fR(5) +.BR getnetconfig (3NSL), +.BR getnetpath (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR rpc_clnt_calls (3NSL), +.BR rpc_clnt_create (3NSL), +.BR rpc_svc_calls (3NSL), +.BR rpc_svc_create (3NSL), +.BR rpc_svc_err (3NSL), +.BR rpc_svc_reg (3NSL), +.BR rpc_xdr (3NSL), +.BR rpcbind (3NSL), +.BR secure_rpc (3NSL), +.BR xdr (3NSL), +.BR netconfig (5), +.BR rpc (5), +.BR attributes (7), +.BR environ (7), +.BR threads (7) diff --git a/usr/src/man/man3nsl/rpc_clnt_auth.3nsl b/usr/src/man/man3nsl/rpc_clnt_auth.3nsl index 6cbd485653..8e444aa9c6 100644 --- a/usr/src/man/man3nsl/rpc_clnt_auth.3nsl +++ b/usr/src/man/man3nsl/rpc_clnt_auth.3nsl @@ -109,7 +109,7 @@ Call \fBauthsys_create()\fR with the appropriate parameters. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -124,5 +124,8 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpc\fR(3NSL), \fBrpc_clnt_calls\fR(3NSL), \fBrpc_clnt_create\fR(3NSL), -\fBsecure_rpc\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_clnt_calls (3NSL), +.BR rpc_clnt_create (3NSL), +.BR secure_rpc (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpc_clnt_calls.3nsl b/usr/src/man/man3nsl/rpc_clnt_calls.3nsl index 1d63cd6be7..8c7c4efad7 100644 --- a/usr/src/man/man3nsl/rpc_clnt_calls.3nsl +++ b/usr/src/man/man3nsl/rpc_clnt_calls.3nsl @@ -314,7 +314,7 @@ control of timeouts or authentication using this routine. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -334,5 +334,8 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBprintf\fR(3C), \fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), -\fBrpc_clnt_create\fR(3NSL), \fBattributes\fR(5) +.BR printf (3C), +.BR rpc (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR rpc_clnt_create (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpc_clnt_create.3nsl b/usr/src/man/man3nsl/rpc_clnt_create.3nsl index 67f37cf3a1..b667b622e7 100644 --- a/usr/src/man/man3nsl/rpc_clnt_create.3nsl +++ b/usr/src/man/man3nsl/rpc_clnt_create.3nsl @@ -132,7 +132,7 @@ These routines are MT-Safe. In the case of multithreaded applications, the \fB-mt\fR option must be specified on the command line at compilation time. When the \fB-mt\fR option is specified, \fBrpc_createerr\fR becomes a macro that enables each thread to have its own \fBrpc_createerr\fR. See -\fBthreads\fR(5). +\fBthreads\fR(7). .SS "Routines" .LP See \fBrpc\fR(3NSL) for the definition of the \fBCLIENT\fR data structure. @@ -457,7 +457,7 @@ Depending upon the type of the transport (connection-oriented or connectionless), \fBclnt_tli_create()\fR calls appropriate client creation routines. This routine returns \fINULL\fR if it fails. The \fBclnt_pcreateerror()\fR routine can be used to print the reason for failure. -The remote \fBrpcbind\fR service (see \fBrpcbind\fR(1M)) is not consulted for +The remote \fBrpcbind\fR service (see \fBrpcbind\fR(8)) is not consulted for the address of the remote service. .RE @@ -546,7 +546,7 @@ value for \fBrpc_createerr\fR. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -565,6 +565,11 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpcbind\fR(1M), \fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), -\fBrpc_clnt_calls\fR(3NSL), \fBrpc_svc_create\fR(3NSL), -\fBsvc_raw_create\fR(3NSL), \fBthreads\fR(5), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR rpc_clnt_calls (3NSL), +.BR rpc_svc_create (3NSL), +.BR svc_raw_create (3NSL), +.BR attributes (7), +.BR threads (7), +.BR rpcbind (8) diff --git a/usr/src/man/man3nsl/rpc_control.3nsl b/usr/src/man/man3nsl/rpc_control.3nsl index ce905004ab..cc0132bf4f 100644 --- a/usr/src/man/man3nsl/rpc_control.3nsl +++ b/usr/src/man/man3nsl/rpc_control.3nsl @@ -112,7 +112,7 @@ This routine returns \fBTRUE\fR if the operation was successful and returns \fBFALSE\fR otherwise. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -127,8 +127,10 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpcbind\fR(1M), \fBrpc\fR(3NSL), \fBrpc_svc_calls\fR(3NSL), -\fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_svc_calls (3NSL), +.BR attributes (7), +.BR rpcbind (8) .sp .LP \fINetwork Interfaces Programmer's Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_get_error.3nsl b/usr/src/man/man3nsl/rpc_gss_get_error.3nsl index f1a9b56fd5..86c3e695fd 100644 --- a/usr/src/man/man3nsl/rpc_gss_get_error.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_get_error.3nsl @@ -68,7 +68,7 @@ Unless there is a failure indication from an invoked \fBRPCSEC_GSS\fR function, .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -84,7 +84,10 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBperror\fR(3C), \fBrpc\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBattributes\fR(5) +.BR perror (3C), +.BR rpc (3NSL), +.BR rpcsec_gss (3NSL), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_get_mechanisms.3nsl b/usr/src/man/man3nsl/rpc_gss_get_mechanisms.3nsl index 1684e08249..4a58269ebd 100644 --- a/usr/src/man/man3nsl/rpc_gss_get_mechanisms.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_get_mechanisms.3nsl @@ -140,7 +140,7 @@ File containing valid QOP values .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -156,8 +156,11 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBmech\fR(4), \fBqop\fR(4), -\fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpcsec_gss (3NSL), +.BR mech (5), +.BR qop (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl b/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl index 72910a7b92..ac7d749af5 100644 --- a/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl @@ -104,7 +104,7 @@ File containing valid security mechanisms .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -118,9 +118,13 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBfree\fR(3C), \fBrpc\fR(3NSL), \fBrpc_gss_get_mechanisms\fR(3NSL), -\fBrpc_gss_set_svc_name\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBmech\fR(4), -\fBattributes\fR(5) +.BR free (3C), +.BR rpc (3NSL), +.BR rpc_gss_get_mechanisms (3NSL), +.BR rpc_gss_set_svc_name (3NSL), +.BR rpcsec_gss (3NSL), +.BR mech (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_getcred.3nsl b/usr/src/man/man3nsl/rpc_gss_getcred.3nsl index 889dee1ae4..b7cb14b546 100644 --- a/usr/src/man/man3nsl/rpc_gss_getcred.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_getcred.3nsl @@ -82,7 +82,7 @@ structure that represents a context initiator.) See also \fBrpc_gss_getcred()\fR returns TRUE if it is successful; otherwise, use \fBrpc_gss_get_error()\fR to get the error associated with the failure. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -96,7 +96,11 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBrpc\fR(3NSL), \fBrpc_gss_set_callback\fR(3NSL), \fBrpc_gss_set_svc_name\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_gss_set_callback (3NSL), +.BR rpc_gss_set_svc_name (3NSL), +.BR rpcsec_gss (3NSL), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_max_data_length.3nsl b/usr/src/man/man3nsl/rpc_gss_max_data_length.3nsl index fceb676b63..def06c47bb 100644 --- a/usr/src/man/man3nsl/rpc_gss_max_data_length.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_max_data_length.3nsl @@ -72,7 +72,7 @@ Both functions return the maximum size of untransformed data allowed, as an .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -88,7 +88,9 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpcsec_gss (3NSL), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_mech_to_oid.3nsl b/usr/src/man/man3nsl/rpc_gss_mech_to_oid.3nsl index 5209e6dfe3..76a31230a1 100644 --- a/usr/src/man/man3nsl/rpc_gss_mech_to_oid.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_mech_to_oid.3nsl @@ -104,7 +104,7 @@ File containing valid QOP values .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -120,7 +120,13 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpc_gss_get_error\fR(3NSL), \fBrpc_gss_get_mechanisms\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBmech\fR(4), \fBqop\fR(4), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_gss_get_error (3NSL), +.BR rpc_gss_get_mechanisms (3NSL), +.BR rpcsec_gss (3NSL), +.BR mech (5), +.BR qop (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_seccreate.3nsl b/usr/src/man/man3nsl/rpc_gss_seccreate.3nsl index d445c2e204..da08b5df3b 100644 --- a/usr/src/man/man3nsl/rpc_gss_seccreate.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_seccreate.3nsl @@ -128,7 +128,7 @@ File containing valid QOP values. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -142,7 +142,14 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBauth_destroy\fR(3NSL), \fBrpc\fR(3NSL), \fBrpc_gss_get_error\fR(3NSL), \fBrpc_gss_get_mechanisms\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBmech\fR(4), \fBqop\fR(4), \fBattributes\fR(5) +.BR auth_destroy (3NSL), +.BR rpc (3NSL), +.BR rpc_gss_get_error (3NSL), +.BR rpc_gss_get_mechanisms (3NSL), +.BR rpcsec_gss (3NSL), +.BR mech (5), +.BR qop (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_set_callback.3nsl b/usr/src/man/man3nsl/rpc_gss_set_callback.3nsl index b908e6c768..befb443595 100644 --- a/usr/src/man/man3nsl/rpc_gss_set_callback.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_set_callback.3nsl @@ -109,7 +109,7 @@ accepted; false otherwise. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -125,7 +125,10 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpc_gss_getcred\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_gss_getcred (3NSL), +.BR rpcsec_gss (3NSL), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl b/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl index e9d94e9c95..3874bc3657 100644 --- a/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl @@ -73,7 +73,7 @@ File containing valid QOPs .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,7 +89,11 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpc_gss_get_mech_info\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBqop\fR(4), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_gss_get_mech_info (3NSL), +.BR rpcsec_gss (3NSL), +.BR qop (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_gss_set_svc_name.3nsl b/usr/src/man/man3nsl/rpc_gss_set_svc_name.3nsl index 0fc31f88bd..e4e13f83fb 100644 --- a/usr/src/man/man3nsl/rpc_gss_set_svc_name.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_set_svc_name.3nsl @@ -96,7 +96,7 @@ File containing valid security mechanisms .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -112,7 +112,12 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpc_gss_get_mechanisms\fR(3NSL), \fBrpc_gss_get_principal_name\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBmech\fR(4), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_gss_get_mechanisms (3NSL), +.BR rpc_gss_get_principal_name (3NSL), +.BR rpcsec_gss (3NSL), +.BR mech (5), +.BR attributes (7) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/rpc_soc.3nsl b/usr/src/man/man3nsl/rpc_soc.3nsl index a94dab4dfe..f69344409f 100644 --- a/usr/src/man/man3nsl/rpc_soc.3nsl +++ b/usr/src/man/man3nsl/rpc_soc.3nsl @@ -224,7 +224,7 @@ declarations for the old interfaces are included through the header files. \fBauthdes_create()\fR is the first of two routines which interface to the \fBRPC\fR secure authentication system, known as \fBDES\fR authentication. The second is \fBauthdes_getucred()\fR, below. Note: the keyserver daemon -\fBkeyserv\fR(1M) must be running for the \fBDES\fR authentication system to +\fBkeyserv\fR(8) must be running for the \fBDES\fR authentication system to work. .sp \fBauthdes_create()\fR, used on the client side, returns an authentication @@ -800,7 +800,7 @@ This routine exists for backward compatibility only, and is made obsolete by .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -815,13 +815,26 @@ MT-Level Unsafe .SH SEE ALSO .LP -\fBkeyserv\fR(1M), \fBrpcbind\fR(1M), \fBrpcinfo\fR(1M), \fBnetdir\fR(3NSL), -\fBnetdir_getbyname\fR(3NSL), \fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), -\fBrpc_clnt_calls\fR(3NSL), \fBrpc_clnt_create\fR(3NSL), -\fBrpc_svc_calls\fR(3NSL), \fBrpc_svc_create\fR(3NSL), \fBrpc_svc_err\fR(3NSL), -\fBrpc_svc_reg\fR(3NSL), \fBrpc_xdr\fR(3NSL), \fBrpcbind\fR(3NSL), -\fBsecure_rpc\fR(3NSL), \fBselect\fR(3C), \fBxdr_authsys_parms\fR(3NSL), -\fBlibnsl\fR(3LIB), \fBattributes\fR(5) +.BR select (3C), +.BR libnsl (3LIB), +.BR netdir (3NSL), +.BR netdir_getbyname (3NSL), +.BR rpc (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR rpc_clnt_calls (3NSL), +.BR rpc_clnt_create (3NSL), +.BR rpc_svc_calls (3NSL), +.BR rpc_svc_create (3NSL), +.BR rpc_svc_err (3NSL), +.BR rpc_svc_reg (3NSL), +.BR rpc_xdr (3NSL), +.BR rpcbind (3NSL), +.BR secure_rpc (3NSL), +.BR xdr_authsys_parms (3NSL), +.BR attributes (7), +.BR keyserv (8), +.BR rpcbind (8), +.BR rpcinfo (8) .SH NOTES .LP These interfaces are unsafe in multithreaded applications. Unsafe interfaces diff --git a/usr/src/man/man3nsl/rpc_svc_calls.3nsl b/usr/src/man/man3nsl/rpc_svc_calls.3nsl index 5ca2a7d18c..d75c78b2a9 100644 --- a/usr/src/man/man3nsl/rpc_svc_calls.3nsl +++ b/usr/src/man/man3nsl/rpc_svc_calls.3nsl @@ -257,7 +257,7 @@ When \fIucred\fR is no longer needed, a credential allocated by \fBsvc_getcallerucred()\fR should be freed with \fBucred_free\fR(3C). .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of attribute types and values. +See \fBattributes\fR(7) for descriptions of attribute types and values. .sp .sp @@ -281,7 +281,14 @@ the Automatic or the User MT mode. The \fBsvc_getreq_common()\fR, multithreaded applications and should be called only from the main thread. .SH SEE ALSO .LP -\fBrpcgen\fR(1), \fBpoll\fR(2), \fBgetpeerucred\fR(3C), \fBrpc\fR(3NSL), -\fBrpc_control\fR(3NSL), \fBrpc_svc_create\fR(3NSL), \fBrpc_svc_err\fR(3NSL), -\fBrpc_svc_reg\fR(3NSL), \fBselect\fR(3C), \fBucred_free\fR(3C), -\fBattributes\fR(5) +.BR rpcgen (1), +.BR poll (2), +.BR getpeerucred (3C), +.BR select (3C), +.BR ucred_free (3C), +.BR rpc (3NSL), +.BR rpc_control (3NSL), +.BR rpc_svc_create (3NSL), +.BR rpc_svc_err (3NSL), +.BR rpc_svc_reg (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpc_svc_create.3nsl b/usr/src/man/man3nsl/rpc_svc_create.3nsl index 476692d442..95d34c89c0 100644 --- a/usr/src/man/man3nsl/rpc_svc_create.3nsl +++ b/usr/src/man/man3nsl/rpc_svc_create.3nsl @@ -237,7 +237,7 @@ variable or in top to bottom order in the netconfig database. If \fInettype\fR is \fINULL,\fR it defaults to \fBnetpath\fR. .sp \fBsvc_create()\fR registers itself with the \fBrpcbind\fR service (see -\fBrpcbind\fR(1M)). \fIdispatch\fR is called when there is a remote procedure +\fBrpcbind\fR(8)). \fIdispatch\fR is called when there is a remote procedure call for the given \fIprognum\fR and \fIversnum\fR; this requires calling \fBsvc_run()\fR (see \fBsvc_run()\fR in \fBrpc_svc_calls\fR(3NSL)). If \fBsvc_create()\fR succeeds, it returns the number of server handles it @@ -266,7 +266,7 @@ pointer to it. This routine returns \fINULL\fR if it fails, and an error message is logged. \fIsendsz\fR and \fIrecvsz\fR are parameters used to specify the size of the buffers. If they are \fB0\fR, suitable defaults are chosen. The file descriptor \fIfildes\fR should be open and bound. The server is not -registered with \fBrpcbind\fR(1M). +registered with \fBrpcbind\fR(8). .sp Warning: since connectionless-based \fBRPC\fR messages can only hold limited amount of encoded data, this transport cannot be used for procedures that take @@ -322,7 +322,7 @@ outstanding connect requests is set to 8 for connection-oriented transports. The user may specify the size of the send and receive buffers with the parameters \fIsendsz\fR and \fIrecvsz\fR \fI;\fR values of \fB0\fR choose suitable defaults. This routine returns \fINULL\fR if it fails, and an error -message is logged. The server is not registered with the \fBrpcbind\fR(1M) +message is logged. The server is not registered with the \fBrpcbind\fR(8) service. .RE @@ -367,7 +367,7 @@ pointer to it. This routine returns \fINULL\fR if it fails, and an error message is logged. The users may specify the size of the send and receive buffers with the parameters \fIsendsz\fR and \fIrecvsz\fR; values of \fB0\fR choose suitable defaults. The file descriptor \fIfildes\fR should be open and -bound. The server is not registered with the \fBrpcbind\fR(1M) service. +bound. The server is not registered with the \fBrpcbind\fR(8) service. .RE .sp @@ -384,14 +384,14 @@ of the send buffer with the parameter \fIsendsz\fR. If \fIsendsz\fR is 0, the corresponding default buffer size is 16 Kbyte. If successful, the \fBsvc_door_create()\fR routine returns the service handle. Otherwise it returns \fINULL\fR and sets a value for \fBrpc_createerr\fR. The server is not -registered with \fBrpcbind\fR(1M). The \fBSVCSET_CONNMAXREC\fR and +registered with \fBrpcbind\fR(8). The \fBSVCSET_CONNMAXREC\fR and \fBSVCGET_CONNMAXREC\fR \fBsvc_control()\fR requests can be used to set and change the maximum allowed request size for the doors transport. .RE .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -410,6 +410,10 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpcbind\fR(1M), \fBrpc\fR(3NSL), \fBrpc_clnt_create\fR(3NSL), -\fBrpc_svc_calls\fR(3NSL), \fBrpc_svc_err\fR(3NSL), \fBrpc_svc_reg\fR(3NSL), -\fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_clnt_create (3NSL), +.BR rpc_svc_calls (3NSL), +.BR rpc_svc_err (3NSL), +.BR rpc_svc_reg (3NSL), +.BR attributes (7), +.BR rpcbind (8) diff --git a/usr/src/man/man3nsl/rpc_svc_err.3nsl b/usr/src/man/man3nsl/rpc_svc_err.3nsl index 4c97f9e899..f94314f8ae 100644 --- a/usr/src/man/man3nsl/rpc_svc_err.3nsl +++ b/usr/src/man/man3nsl/rpc_svc_err.3nsl @@ -113,7 +113,7 @@ calls \fBsvcerr_auth(xprt, AUTH_TOOWEAK)\fR. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -128,5 +128,8 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpc\fR(3NSL), \fBrpc_svc_calls\fR(3NSL), \fBrpc_svc_create\fR(3NSL), -\fBrpc_svc_reg\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR rpc_svc_calls (3NSL), +.BR rpc_svc_create (3NSL), +.BR rpc_svc_reg (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpc_svc_input.3nsl b/usr/src/man/man3nsl/rpc_svc_input.3nsl index 7d1be024ff..9b3fc9347d 100644 --- a/usr/src/man/man3nsl/rpc_svc_input.3nsl +++ b/usr/src/man/man3nsl/rpc_svc_input.3nsl @@ -126,7 +126,7 @@ The \fIid\fR parameter is invalid. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -146,4 +146,6 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBpoll\fR(2), \fBrpc\fR(3NSL), \fBattributes\fR(5) +.BR poll (2), +.BR rpc (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpc_svc_reg.3nsl b/usr/src/man/man3nsl/rpc_svc_reg.3nsl index d3437a78f0..e23090a5c5 100644 --- a/usr/src/man/man3nsl/rpc_svc_reg.3nsl +++ b/usr/src/man/man3nsl/rpc_svc_reg.3nsl @@ -11,7 +11,7 @@ xprt_unregister \- library routines for registering servers .SH DESCRIPTION .LP These routines are a part of the \fBRPC\fR library which allows the \fBRPC\fR -servers to register themselves with \fBrpcbind()\fR (see \fBrpcbind\fR(1M)), +servers to register themselves with \fBrpcbind()\fR (see \fBrpcbind\fR(8)), and associate the given program and version number with the dispatch function. When the RPC server receives a RPC request, the library invokes the dispatch routine with the appropriate arguments. @@ -60,7 +60,7 @@ netconfig *\fInetconf\fR);\fR Associates \fIprognum\fR and \fIversnum\fR with the service dispatch procedure, \fIdispatch\fR. If \fInetconf\fR is \fINULL\fR, the service is not registered with the \fBrpcbind\fR service. For example, if a service has already been -registered using some other means, such as \fBinetd\fR (see \fBinetd\fR(1M)), +registered using some other means, such as \fBinetd\fR (see \fBinetd\fR(8)), it will not need to be registered again. If \fInetconf\fR is non-zero, then a mapping of the triple [\fIprognum\fR, \fI versnum\fR, \fInetconf\fR->\fI]\fR to \fIxprt\fR-> \fIxp_ltaddr\fR is established with the local \fBrpcbind\fR @@ -140,7 +140,7 @@ routine. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -155,6 +155,12 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBinetd\fR(1M), \fBrpcbind\fR(1M), \fBrpc\fR(3NSL), \fBrpc_svc_calls\fR(3NSL), -\fBrpc_svc_create\fR(3NSL), \fBrpc_svc_err\fR(3NSL), \fBrpcbind\fR(3NSL), -\fBselect\fR(3C), \fBattributes\fR(5) +.BR select (3C), +.BR rpc (3NSL), +.BR rpc_svc_calls (3NSL), +.BR rpc_svc_create (3NSL), +.BR rpc_svc_err (3NSL), +.BR rpcbind (3NSL), +.BR attributes (7), +.BR inetd (8), +.BR rpcbind (8) diff --git a/usr/src/man/man3nsl/rpc_xdr.3nsl b/usr/src/man/man3nsl/rpc_xdr.3nsl index be9643802e..3df1350f50 100644 --- a/usr/src/man/man3nsl/rpc_xdr.3nsl +++ b/usr/src/man/man3nsl/rpc_xdr.3nsl @@ -144,7 +144,7 @@ either an acceptance, rejection or \fINULL\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -160,4 +160,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBxdr\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR xdr (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/rpcbind.3nsl b/usr/src/man/man3nsl/rpcbind.3nsl index 15d0fea75f..e0a7bcff11 100644 --- a/usr/src/man/man3nsl/rpcbind.3nsl +++ b/usr/src/man/man3nsl/rpcbind.3nsl @@ -57,7 +57,7 @@ rpcb_unset \- library routines for RPC bind service .LP These routines allow client C programs to make procedure calls to the RPC binder service. \fBrpcbind\fR maintains a list of mappings between programs and -their universal addresses. See \fBrpcbind\fR(1M). +their universal addresses. See \fBrpcbind\fR(8). .SS "Routines" .ne 2 .na @@ -157,7 +157,7 @@ super-user can destroy the mapping. See also \fBsvc_unreg()\fR in .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -172,5 +172,9 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBrpcbind\fR(1M), \fBrpcinfo\fR(1M), \fBrpc_clnt_calls\fR(3NSL), -\fBrpc_clnt_create\fR(3NSL), \fBrpc_svc_calls\fR(3NSL), \fBattributes\fR(5) +.BR rpc_clnt_calls (3NSL), +.BR rpc_clnt_create (3NSL), +.BR rpc_svc_calls (3NSL), +.BR attributes (7), +.BR rpcbind (8), +.BR rpcinfo (8) diff --git a/usr/src/man/man3nsl/rpcsec_gss.3nsl b/usr/src/man/man3nsl/rpcsec_gss.3nsl index dc3e9bfdbe..ddc47f9d60 100644 --- a/usr/src/man/man3nsl/rpcsec_gss.3nsl +++ b/usr/src/man/man3nsl/rpcsec_gss.3nsl @@ -395,7 +395,7 @@ Maps ASCII QOP, mechansim to u_int number .LP The \fBgsscred\fR utility manages the \fBgsscred\fR table, which contains mappings of principal names between network and local credentials. See -\fBgsscred\fR(1M). +\fBgsscred\fR(8). .SH FILES .sp .ne 2 @@ -418,7 +418,7 @@ List of valid QOPs .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -434,7 +434,12 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBgsscred\fR(1M), \fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), \fBxdr\fR(3NSL), \fBattributes\fR(5), \fBenviron\fR(5) +.BR rpc (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR xdr (3NSL), +.BR attributes (7), +.BR environ (7), +.BR gsscred (8) .sp .LP \fIONC+ Developer\&'s Guide\fR diff --git a/usr/src/man/man3nsl/secure_rpc.3nsl b/usr/src/man/man3nsl/secure_rpc.3nsl index 2f699585ce..9ab46c81c7 100644 --- a/usr/src/man/man3nsl/secure_rpc.3nsl +++ b/usr/src/man/man3nsl/secure_rpc.3nsl @@ -116,7 +116,7 @@ Traditional \fBUNIX-style\fR authentication. .sp .LP The \fBauthdes_getucred()\fR and \fBauthdes_seccreate()\fR functions implement -the \fBAUTH_DES\fR authentication style. The keyserver daemon \fBkeyserv\fR(1M) +the \fBAUTH_DES\fR authentication style. The keyserver daemon \fBkeyserv\fR(8) must be running for the \fBAUTH_DES\fR authentication system to work and \fBkeylogin\fR(1) must have been run. The \fBAUTH_DES\fR style of authentication is discussed here. For information about the \fBAUTH_NONE\fR and @@ -248,7 +248,7 @@ the public key of the server and the secret key associated with the effective \fBUID\fR of the calling process. If the keyserver does not have a key registered for the UID, it falls back to using the secret key for the netname \fBnobody\fR unless this feature has been disabled. See -\fBkeyserv\fR(1M). The \fBkey_encryptsession()\fR function is the inverse of +\fBkeyserv\fR(8). The \fBkey_encryptsession()\fR function is the inverse of \fBkey_decryptsession()\fR function. The \fBkey_encryptsession()\fR function returns \fB0\fR if it succeeds, \fB\(mi1\fR if it fails. .RE @@ -336,7 +336,7 @@ succeeds and \fB0\fR if it fails. The function is the inverse of .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -351,5 +351,10 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBchkey\fR(1), \fBkeylogin\fR(1), \fBkeyserv\fR(1M), \fBnewkey\fR(1M), -\fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), \fBattributes\fR(5) +.BR chkey (1), +.BR keylogin (1), +.BR rpc (3NSL), +.BR rpc_clnt_auth (3NSL), +.BR attributes (7), +.BR keyserv (8), +.BR newkey (8) diff --git a/usr/src/man/man3nsl/t_accept.3nsl b/usr/src/man/man3nsl/t_accept.3nsl index d2b8559200..2184842c69 100644 --- a/usr/src/man/man3nsl/t_accept.3nsl +++ b/usr/src/man/man3nsl/t_accept.3nsl @@ -383,7 +383,7 @@ specify the buffer format. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -399,9 +399,15 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_connect\fR(3NSL), \fBt_getinfo\fR(3NSL), \fBt_getstate\fR(3NSL), -\fBt_listen\fR(3NSL), \fBt_open\fR(3NSL), \fBt_optmgmt\fR(3NSL), -\fBt_rcvconnect\fR(3NSL), \fBt_snddis\fR(3NSL), \fBattributes\fR(5) +.BR t_connect (3NSL), +.BR t_getinfo (3NSL), +.BR t_getstate (3NSL), +.BR t_listen (3NSL), +.BR t_open (3NSL), +.BR t_optmgmt (3NSL), +.BR t_rcvconnect (3NSL), +.BR t_snddis (3NSL), +.BR attributes (7) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/t_alloc.3nsl b/usr/src/man/man3nsl/t_alloc.3nsl index 2a5148d50a..50903eccde 100644 --- a/usr/src/man/man3nsl/t_alloc.3nsl +++ b/usr/src/man/man3nsl/t_alloc.3nsl @@ -296,7 +296,7 @@ will return success (see \fBt_open\fR(3NSL) or \fBt_getinfo\fR(3NSL)). .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -312,5 +312,10 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBfree\fR(3C), \fBmalloc\fR(3C), \fBt_connect\fR(3NSL), \fBt_free\fR(3NSL), -\fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), \fBattributes\fR(5) +.BR free (3C), +.BR malloc (3C), +.BR t_connect (3NSL), +.BR t_free (3NSL), +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_bind.3nsl b/usr/src/man/man3nsl/t_bind.3nsl index 6bbc605450..3451978fa6 100644 --- a/usr/src/man/man3nsl/t_bind.3nsl +++ b/usr/src/man/man3nsl/t_bind.3nsl @@ -128,9 +128,9 @@ specifies the number of bytes in the address, and .Sy buf points to the address buffer. For -.Xr tcp 7P +.Xr tcp 4P and -.Xr udp 7P +.Xr udp 4P transports, .Sy buf points to a @@ -415,7 +415,7 @@ Safe .Xr t_connect 3NSL , .Xr t_unbind 3NSL , .Xr sockaddr 3SOCKET , -.Xr attributes 5 +.Xr attributes 7 .Sh WARNINGS The requirement that the value of .Sy qlen diff --git a/usr/src/man/man3nsl/t_close.3nsl b/usr/src/man/man3nsl/t_close.3nsl index c26b1bf3dd..f679bfac6a 100644 --- a/usr/src/man/man3nsl/t_close.3nsl +++ b/usr/src/man/man3nsl/t_close.3nsl @@ -164,7 +164,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -180,5 +180,8 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBclose\fR(2), \fBt_getstate\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_unbind\fR(3NSL), \fBattributes\fR(5) +.BR close (2), +.BR t_getstate (3NSL), +.BR t_open (3NSL), +.BR t_unbind (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_connect.3nsl b/usr/src/man/man3nsl/t_connect.3nsl index fccde37a69..b78994fb42 100644 --- a/usr/src/man/man3nsl/t_connect.3nsl +++ b/usr/src/man/man3nsl/t_connect.3nsl @@ -339,7 +339,7 @@ the buffer format. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp diff --git a/usr/src/man/man3nsl/t_errno.3nsl b/usr/src/man/man3nsl/t_errno.3nsl index 0b88c68724..1e805b8405 100644 --- a/usr/src/man/man3nsl/t_errno.3nsl +++ b/usr/src/man/man3nsl/t_errno.3nsl @@ -144,7 +144,7 @@ be set by the \fBTLI\fR interface are: .in -2 .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -159,4 +159,4 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBattributes\fR(5) +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_error.3nsl b/usr/src/man/man3nsl/t_error.3nsl index 79a4ddb7fe..3cc1648e8f 100644 --- a/usr/src/man/man3nsl/t_error.3nsl +++ b/usr/src/man/man3nsl/t_error.3nsl @@ -165,7 +165,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -181,4 +181,6 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_errno\fR(3NSL), \fBstrerror\fR(3C), \fBattributes\fR(5) +.BR strerror (3C), +.BR t_errno (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_free.3nsl b/usr/src/man/man3nsl/t_free.3nsl index 9a75e3e936..cffd2adad2 100644 --- a/usr/src/man/man3nsl/t_free.3nsl +++ b/usr/src/man/man3nsl/t_free.3nsl @@ -185,7 +185,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -201,4 +201,5 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_alloc\fR(3NSL), \fBattributes\fR(5) +.BR t_alloc (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_getinfo.3nsl b/usr/src/man/man3nsl/t_getinfo.3nsl index a4ba4476bf..216b00692d 100644 --- a/usr/src/man/man3nsl/t_getinfo.3nsl +++ b/usr/src/man/man3nsl/t_getinfo.3nsl @@ -344,7 +344,7 @@ data, and disconnection data. The corresponding structure members are .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -360,5 +360,9 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_alloc\fR(3NSL), \fBt_open\fR(3NSL), \fBt_optmgmt\fR(3NSL), -\fBt_rcvdis\fR(3NSL), \fBt_snddis\fR(3NSL), \fBattributes\fR(5) +.BR t_alloc (3NSL), +.BR t_open (3NSL), +.BR t_optmgmt (3NSL), +.BR t_rcvdis (3NSL), +.BR t_snddis (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_getprotaddr.3nsl b/usr/src/man/man3nsl/t_getprotaddr.3nsl index ad3b51eae3..402bc5f93f 100644 --- a/usr/src/man/man3nsl/t_getprotaddr.3nsl +++ b/usr/src/man/man3nsl/t_getprotaddr.3nsl @@ -143,7 +143,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -159,4 +159,5 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_bind\fR(3NSL), \fBattributes\fR(5) +.BR t_bind (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_getstate.3nsl b/usr/src/man/man3nsl/t_getstate.3nsl index 470dd8bdc1..90ded5a17e 100644 --- a/usr/src/man/man3nsl/t_getstate.3nsl +++ b/usr/src/man/man3nsl/t_getstate.3nsl @@ -215,7 +215,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -231,4 +231,5 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_open\fR(3NSL), \fBattributes\fR(5) +.BR t_open (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_listen.3nsl b/usr/src/man/man3nsl/t_listen.3nsl index 2eb734b76f..917967e2f9 100644 --- a/usr/src/man/man3nsl/t_listen.3nsl +++ b/usr/src/man/man3nsl/t_listen.3nsl @@ -257,7 +257,7 @@ provider. Unlike the \fBXTI\fR interface, the \fBTLI\fR interface does not fix the buffer format. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -272,9 +272,16 @@ MT Level Safe .SH SEE ALSO .LP -\fBfcntl\fR(2), \fBt_accept\fR(3NSL), \fBt_alloc\fR(3NSL), \fBt_bind\fR(3NSL), -\fBt_connect\fR(3NSL), \fBt_open\fR(3NSL), \fBt_optmgmt\fR(3NSL), -\fBt_rcvconnect\fR(3NSL), \fBt_snddis\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_accept (3NSL), +.BR t_alloc (3NSL), +.BR t_bind (3NSL), +.BR t_connect (3NSL), +.BR t_open (3NSL), +.BR t_optmgmt (3NSL), +.BR t_rcvconnect (3NSL), +.BR t_snddis (3NSL), +.BR attributes (7) .SH WARNINGS .LP Some transport providers do not differentiate between a connection indication diff --git a/usr/src/man/man3nsl/t_look.3nsl b/usr/src/man/man3nsl/t_look.3nsl index 522aa80341..d959599eea 100644 --- a/usr/src/man/man3nsl/t_look.3nsl +++ b/usr/src/man/man3nsl/t_look.3nsl @@ -251,7 +251,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -267,5 +267,7 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_open\fR(3NSL), \fBt_snd\fR(3NSL), \fBt_sndudata\fR(3NSL), -\fBattributes\fR(5) +.BR t_open (3NSL), +.BR t_snd (3NSL), +.BR t_sndudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_open.3nsl b/usr/src/man/man3nsl/t_open.3nsl index 47c0b08a49..e4d3c5f20f 100644 --- a/usr/src/man/man3nsl/t_open.3nsl +++ b/usr/src/man/man3nsl/t_open.3nsl @@ -360,7 +360,7 @@ data, and disconnection data. The corresponding structure members are \fBdiscon\fR, respectively. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -375,4 +375,5 @@ MT Level Safe .SH SEE ALSO .LP -\fBopen\fR(2), \fBattributes\fR(5) +.BR open (2), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_optmgmt.3nsl b/usr/src/man/man3nsl/t_optmgmt.3nsl index fbf0309345..b368180b77 100644 --- a/usr/src/man/man3nsl/t_optmgmt.3nsl +++ b/usr/src/man/man3nsl/t_optmgmt.3nsl @@ -517,7 +517,7 @@ transport provider has processed all previously sent data units. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -533,8 +533,19 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBclose\fR(2), \fBpoll\fR(2), \fBselect\fR(3C), \fBt_accept\fR(3NSL), -\fBt_alloc\fR(3NSL), \fBt_bind\fR(3NSL), \fBt_close\fR(3NSL), -\fBt_connect\fR(3NSL), \fBt_getinfo\fR(3NSL), \fBt_listen\fR(3NSL), -\fBt_open\fR(3NSL), \fBt_rcv\fR(3NSL), \fBt_rcvconnect\fR(3NSL), -\fBt_rcvudata\fR(3NSL), \fBt_snddis\fR(3NSL), \fBattributes\fR(5) +.BR close (2), +.BR poll (2), +.BR select (3C), +.BR t_accept (3NSL), +.BR t_alloc (3NSL), +.BR t_bind (3NSL), +.BR t_close (3NSL), +.BR t_connect (3NSL), +.BR t_getinfo (3NSL), +.BR t_listen (3NSL), +.BR t_open (3NSL), +.BR t_rcv (3NSL), +.BR t_rcvconnect (3NSL), +.BR t_rcvudata (3NSL), +.BR t_snddis (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcv.3nsl b/usr/src/man/man3nsl/t_rcv.3nsl index 6b55f7b7ed..919ff589e8 100644 --- a/usr/src/man/man3nsl/t_rcv.3nsl +++ b/usr/src/man/man3nsl/t_rcv.3nsl @@ -233,7 +233,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -247,11 +247,16 @@ Interface Stability Committed _ MT-Level Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .sp .LP -\fBfcntl\fR(2), \fBt_getinfo\fR(3NSL), \fBt_look\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_snd\fR(3NSL), \fBattributes\fR(5), \fBstandards\fR(5) +.BR fcntl (2), +.BR t_getinfo (3NSL), +.BR t_look (3NSL), +.BR t_open (3NSL), +.BR t_snd (3NSL), +.BR attributes (7), +.BR standards (7) diff --git a/usr/src/man/man3nsl/t_rcvconnect.3nsl b/usr/src/man/man3nsl/t_rcvconnect.3nsl index ed1f1a48cf..68ad743e87 100644 --- a/usr/src/man/man3nsl/t_rcvconnect.3nsl +++ b/usr/src/man/man3nsl/t_rcvconnect.3nsl @@ -222,7 +222,7 @@ circumstances than its \fBXTI\fR counterpart is \fBTBUFOVFLW\fR. It can be returned even when the \fBmaxlen\fR field of the corresponding buffer has been set to zero. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -236,6 +236,12 @@ MT Level Safe .TE .SH SEE ALSO -\fBfcntl\fR(2), \fBt_accept\fR(3NSL), \fBt_alloc\fR(3NSL), \fBt_bind\fR(3NSL), -\fBt_connect\fR(3NSL), \fBt_listen\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_optmgmt\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_accept (3NSL), +.BR t_alloc (3NSL), +.BR t_bind (3NSL), +.BR t_connect (3NSL), +.BR t_listen (3NSL), +.BR t_open (3NSL), +.BR t_optmgmt (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvdis.3nsl b/usr/src/man/man3nsl/t_rcvdis.3nsl index 6caa4330b4..639f1971db 100644 --- a/usr/src/man/man3nsl/t_rcvdis.3nsl +++ b/usr/src/man/man3nsl/t_rcvdis.3nsl @@ -216,7 +216,7 @@ has been set to zero. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -232,5 +232,9 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_alloc\fR(3NSL), \fBt_connect\fR(3NSL), \fBt_listen\fR(3NSL), -\fBt_open\fR(3NSL), \fBt_snddis\fR(3NSL), \fBattributes\fR(5) +.BR t_alloc (3NSL), +.BR t_connect (3NSL), +.BR t_listen (3NSL), +.BR t_open (3NSL), +.BR t_snddis (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvrel.3nsl b/usr/src/man/man3nsl/t_rcvrel.3nsl index 6fd0601f17..644aafc95b 100644 --- a/usr/src/man/man3nsl/t_rcvrel.3nsl +++ b/usr/src/man/man3nsl/t_rcvrel.3nsl @@ -176,7 +176,7 @@ be set by the \fBTLI\fR interface are: \fBTOUTSTATE\fR .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -190,5 +190,7 @@ MT Level Safe .TE .SH SEE ALSO -\fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), \fBt_sndrel\fR(3NSL), -\fBattributes\fR(5) +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR t_sndrel (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvreldata.3nsl b/usr/src/man/man3nsl/t_rcvreldata.3nsl index 7fa9ea901e..dae862bfbf 100644 --- a/usr/src/man/man3nsl/t_rcvreldata.3nsl +++ b/usr/src/man/man3nsl/t_rcvreldata.3nsl @@ -80,8 +80,8 @@ int sequence; After receipt of this indication, the user may not attempt to receive more data by means of \fBt_rcv\fR(3NSL) or \fBt_rcvv\fR(3NSL) Such an attempt will fail with \fIt_error\fR set to \fBTOUTSTATE\fR. However, the user may continue -to send data over the connection if \fBt_sndrel\fR(3NSL) or \fBt_sndreldata\fR -\fB(3N)\fR has not been called by the user. +to send data over the connection if \fBt_sndrel\fR(3NSL) or +\fBt_sndreldata\fR(3NSL) has not been called by the user. .sp .LP The field \fIreason\fR specifies the reason for the disconnection through a @@ -210,7 +210,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -226,8 +226,12 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), \fBt_sndreldata\fR(3NSL), -\fBt_rcvrel\fR(3NSL), \fBt_sndrel\fR(3NSL), \fBattributes\fR(5) +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR t_rcvrel (3NSL), +.BR t_sndrel (3NSL), +.BR t_sndreldata (3NSL), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/t_rcvudata.3nsl b/usr/src/man/man3nsl/t_rcvudata.3nsl index 1517d2cbfb..7ced7e2021 100644 --- a/usr/src/man/man3nsl/t_rcvudata.3nsl +++ b/usr/src/man/man3nsl/t_rcvudata.3nsl @@ -252,7 +252,7 @@ the buffer format. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -268,5 +268,9 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBfcntl\fR(2), \fBt_alloc\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcvuderr\fR(3NSL), \fBt_sndudata\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_alloc (3NSL), +.BR t_open (3NSL), +.BR t_rcvuderr (3NSL), +.BR t_sndudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvuderr.3nsl b/usr/src/man/man3nsl/t_rcvuderr.3nsl index 4434c0f03d..17e66c9ebb 100644 --- a/usr/src/man/man3nsl/t_rcvuderr.3nsl +++ b/usr/src/man/man3nsl/t_rcvuderr.3nsl @@ -220,7 +220,7 @@ the buffer format. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -236,4 +236,6 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_rcvudata\fR(3NSL), \fBt_sndudata\fR(3NSL), \fBattributes\fR(5) +.BR t_rcvudata (3NSL), +.BR t_sndudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvv.3nsl b/usr/src/man/man3nsl/t_rcvv.3nsl index 9e6b33a844..725bc3bbb5 100644 --- a/usr/src/man/man3nsl/t_rcvv.3nsl +++ b/usr/src/man/man3nsl/t_rcvv.3nsl @@ -247,7 +247,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -263,5 +263,11 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBfcntl\fR(2), \fBt_getinfo\fR(3NSL), \fBt_look\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcv\fR(3NSL), \fBt_snd\fR(3NSL), \fBt_sndv\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_getinfo (3NSL), +.BR t_look (3NSL), +.BR t_open (3NSL), +.BR t_rcv (3NSL), +.BR t_snd (3NSL), +.BR t_sndv (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_rcvvudata.3nsl b/usr/src/man/man3nsl/t_rcvvudata.3nsl index f1b062d0c8..9a5af0b471 100644 --- a/usr/src/man/man3nsl/t_rcvvudata.3nsl +++ b/usr/src/man/man3nsl/t_rcvvudata.3nsl @@ -241,7 +241,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -257,6 +257,11 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBfcntl\fR(2), \fBt_alloc\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcvudata\fR(3NSL), \fBt_rcvuderr\fR(3NSL), \fBt_sndudata\fR(3NSL), -\fBt_sndvudata\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_alloc (3NSL), +.BR t_open (3NSL), +.BR t_rcvudata (3NSL), +.BR t_rcvuderr (3NSL), +.BR t_sndudata (3NSL), +.BR t_sndvudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_snd.3nsl b/usr/src/man/man3nsl/t_snd.3nsl index 8b65a00023..c1501e24ca 100644 --- a/usr/src/man/man3nsl/t_snd.3nsl +++ b/usr/src/man/man3nsl/t_snd.3nsl @@ -341,7 +341,7 @@ only for illegal zero byte \fBTSDU\fR ( \fBETSDU\fR) send attempts. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -357,8 +357,12 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBfcntl\fR(2), \fBt_getinfo\fR(3NSL), \fBt_look\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcv\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_getinfo (3NSL), +.BR t_look (3NSL), +.BR t_open (3NSL), +.BR t_rcv (3NSL), +.BR attributes (7) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/t_snddis.3nsl b/usr/src/man/man3nsl/t_snddis.3nsl index 69164ddb37..7d6dcd1523 100644 --- a/usr/src/man/man3nsl/t_snddis.3nsl +++ b/usr/src/man/man3nsl/t_snddis.3nsl @@ -223,7 +223,7 @@ the buffer format. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -239,8 +239,12 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_connect\fR(3NSL), \fBt_getinfo\fR(3NSL), \fBt_listen\fR(3NSL), -\fBt_open\fR(3NSL), \fBt_snd\fR(3NSL), \fBattributes\fR(5) +.BR t_connect (3NSL), +.BR t_getinfo (3NSL), +.BR t_listen (3NSL), +.BR t_open (3NSL), +.BR t_snd (3NSL), +.BR attributes (7) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/t_sndrel.3nsl b/usr/src/man/man3nsl/t_sndrel.3nsl index 12e77250c5..efad4d2134 100644 --- a/usr/src/man/man3nsl/t_sndrel.3nsl +++ b/usr/src/man/man3nsl/t_sndrel.3nsl @@ -199,7 +199,7 @@ Whenever this function fails with \fBt_error\fR set to \fBTFLOW,\fR .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -215,5 +215,8 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_error\fR(3NSL), \fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcvrel\fR(3NSL), \fBattributes\fR(5) +.BR t_error (3NSL), +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR t_rcvrel (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_sndreldata.3nsl b/usr/src/man/man3nsl/t_sndreldata.3nsl index 31bc51023d..66377fbb44 100644 --- a/usr/src/man/man3nsl/t_sndreldata.3nsl +++ b/usr/src/man/man3nsl/t_sndreldata.3nsl @@ -209,7 +209,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -225,8 +225,12 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), \fBt_rcvrel\fR(3NSL), -\fBt_rcvreldata\fR(3NSL), \fBt_sndrel\fR(3NSL), \fBattributes\fR(5) +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR t_rcvrel (3NSL), +.BR t_rcvreldata (3NSL), +.BR t_sndrel (3NSL), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/t_sndudata.3nsl b/usr/src/man/man3nsl/t_sndudata.3nsl index 16f3c52de6..bb28d4016a 100644 --- a/usr/src/man/man3nsl/t_sndudata.3nsl +++ b/usr/src/man/man3nsl/t_sndudata.3nsl @@ -279,7 +279,7 @@ provider. Unlike the \fBXTI\fR interface, the \fBTLI\fR interface does not fix the buffer format. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -294,6 +294,13 @@ MT Level Safe .SH SEE ALSO .LP -\fBfcntl\fR(2), \fBt_alloc\fR(3NSL), \fBt_bind\fR(3NSL), \fBt_error\fR(3NSL), -\fBt_getinfo\fR(3NSL), \fBt_look\fR(3NSL), \fBt_open\fR(3NSL), -\fBt_rcvudata\fR(3NSL), \fBt_rcvuderr\fR(3NSL), \fBattributes\fR(5) +.BR fcntl (2), +.BR t_alloc (3NSL), +.BR t_bind (3NSL), +.BR t_error (3NSL), +.BR t_getinfo (3NSL), +.BR t_look (3NSL), +.BR t_open (3NSL), +.BR t_rcvudata (3NSL), +.BR t_rcvuderr (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_sndv.3nsl b/usr/src/man/man3nsl/t_sndv.3nsl index b9a5c099ac..c435367e36 100644 --- a/usr/src/man/man3nsl/t_sndv.3nsl +++ b/usr/src/man/man3nsl/t_sndv.3nsl @@ -337,7 +337,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -353,8 +353,12 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_getinfo\fR(3NSL), \fBt_open\fR(3NSL), \fBt_rcvv\fR(3NSL) -\fBt_rcv\fR(3NSL), \fBt_snd\fR(3NSL), \fBattributes\fR(5) +.BR t_getinfo (3NSL), +.BR t_open (3NSL), +.BR t_rcvv (3NSL) +.BR t_rcv (3NSL), +.BR t_snd (3NSL), +.BR attributes (7) .SH WARNINGS .sp .LP diff --git a/usr/src/man/man3nsl/t_sndvudata.3nsl b/usr/src/man/man3nsl/t_sndvudata.3nsl index 043613afdc..079d2486d3 100644 --- a/usr/src/man/man3nsl/t_sndvudata.3nsl +++ b/usr/src/man/man3nsl/t_sndvudata.3nsl @@ -260,7 +260,7 @@ In the \fBTLI\fR interface definition, no counterpart of this routine was defined. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -277,4 +277,5 @@ MT Level Safe .LP \fBfcntl\fR(2), \fBt_alloc\fR(3NSL), \fBt_open\fR(3NSL), \fBt_rcvudata\fR(3NSL), \fBt_rcvvudata\fR(3NSL) \fBt_rcvuderr\fR(3NSL), -\fBt_sndudata\fR(3NSL), \fBattributes\fR(5) +.BR t_sndudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_strerror.3nsl b/usr/src/man/man3nsl/t_strerror.3nsl index 908640261b..34aa8e90bc 100644 --- a/usr/src/man/man3nsl/t_strerror.3nsl +++ b/usr/src/man/man3nsl/t_strerror.3nsl @@ -118,7 +118,7 @@ should \fInot\fR use this header. They should use the header: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -134,4 +134,6 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBt_errno\fR(3NSL), \fBt_error\fR(3NSL), \fBattributes\fR(5) +.BR t_errno (3NSL), +.BR t_error (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_sync.3nsl b/usr/src/man/man3nsl/t_sync.3nsl index 4d5bf02d9f..e29bc20314 100644 --- a/usr/src/man/man3nsl/t_sync.3nsl +++ b/usr/src/man/man3nsl/t_sync.3nsl @@ -238,7 +238,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -254,4 +254,8 @@ MT Level Safe .SH SEE ALSO .sp .LP -\fBdup\fR(2), \fBexec\fR(2), \fBfork\fR(2), \fBopen\fR(2), \fBattributes\fR(5) +.BR dup (2), +.BR exec (2), +.BR fork (2), +.BR open (2), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_sysconf.3nsl b/usr/src/man/man3nsl/t_sysconf.3nsl index 90b56bc7fe..c95442b730 100644 --- a/usr/src/man/man3nsl/t_sysconf.3nsl +++ b/usr/src/man/man3nsl/t_sysconf.3nsl @@ -114,7 +114,7 @@ defined. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -130,5 +130,9 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBsysconf\fR(3C), \fBt_rcvv\fR(3NSL), \fBt_rcvvudata\fR(3NSL), -\fBt_sndv\fR(3NSL), \fBt_sndvudata\fR(3NSL), \fBattributes\fR(5) +.BR sysconf (3C), +.BR t_rcvv (3NSL), +.BR t_rcvvudata (3NSL), +.BR t_sndv (3NSL), +.BR t_sndvudata (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/t_unbind.3nsl b/usr/src/man/man3nsl/t_unbind.3nsl index 10d950773f..1a6d062258 100644 --- a/usr/src/man/man3nsl/t_unbind.3nsl +++ b/usr/src/man/man3nsl/t_unbind.3nsl @@ -162,7 +162,7 @@ be set by the \fBTLI\fR interface is: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -178,4 +178,5 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBt_bind\fR(3NSL), \fBattributes\fR(5) +.BR t_bind (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/xdr.3nsl b/usr/src/man/man3nsl/xdr.3nsl index 3b1ddd1d42..dfe54fa1ff 100644 --- a/usr/src/man/man3nsl/xdr.3nsl +++ b/usr/src/man/man3nsl/xdr.3nsl @@ -32,7 +32,7 @@ which they are described: \fB\fBxdr_array\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -41,7 +41,7 @@ which they are described: \fB\fBxdr_bool\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -50,7 +50,7 @@ which they are described: \fB\fBxdr_bytes\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -59,7 +59,7 @@ which they are described: \fB\fBxdr_char\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -68,7 +68,7 @@ which they are described: \fB\fBxdr_control\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -77,7 +77,7 @@ which they are described: \fB\fBxdr_destroy\fR\fR .ad .RS 22n -\fBxdr_create\fR(3NSL) +.BR xdr_create (3NSL) .RE .sp @@ -86,7 +86,7 @@ which they are described: \fB\fBxdr_double\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -95,7 +95,7 @@ which they are described: \fB\fBxdr_enum\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -104,7 +104,7 @@ which they are described: \fB\fBxdr_float\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -113,7 +113,7 @@ which they are described: \fB\fBxdr_free\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -122,7 +122,7 @@ which they are described: \fB\fBxdr_getpos\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -131,7 +131,7 @@ which they are described: \fB\fBxdr_hyper\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -140,7 +140,7 @@ which they are described: \fB\fBxdr_inline\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -149,7 +149,7 @@ which they are described: \fB\fBxdr_int\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -158,7 +158,7 @@ which they are described: \fB\fBxdr_long\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -167,7 +167,7 @@ which they are described: \fB\fBxdr_longlong_t\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -176,7 +176,7 @@ which they are described: \fB\fBxdr_opaque\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -185,7 +185,7 @@ which they are described: \fB\fBxdr_pointer\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -194,7 +194,7 @@ which they are described: \fB\fBxdr_quadruple\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -203,7 +203,7 @@ which they are described: \fB\fBxdr_reference\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -212,7 +212,7 @@ which they are described: \fB\fBxdr_setpos\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -221,7 +221,7 @@ which they are described: \fB\fBxdr_short\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -230,7 +230,7 @@ which they are described: \fB\fBxdr_sizeof\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -239,7 +239,7 @@ which they are described: \fB\fBxdr_string\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -248,7 +248,7 @@ which they are described: \fB\fBxdr_u_char\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -257,7 +257,7 @@ which they are described: \fB\fBxdr_u_hyper\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -266,7 +266,7 @@ which they are described: \fB\fBxdr_u_int\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -275,7 +275,7 @@ which they are described: \fB\fBxdr_u_long\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -284,7 +284,7 @@ which they are described: \fB\fBxdr_u_longlong_t\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -293,7 +293,7 @@ which they are described: \fB\fBxdr_u_short\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -302,7 +302,7 @@ which they are described: \fB\fBxdr_union\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -311,7 +311,7 @@ which they are described: \fB\fBxdr_vector\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -320,7 +320,7 @@ which they are described: \fB\fBxdr_void\fR\fR .ad .RS 22n -\fBxdr_simple\fR(3NSL) +.BR xdr_simple (3NSL) .RE .sp @@ -329,7 +329,7 @@ which they are described: \fB\fBxdr_wrapstring\fR\fR .ad .RS 22n -\fBxdr_complex\fR(3NSL) +.BR xdr_complex (3NSL) .RE .sp @@ -338,7 +338,7 @@ which they are described: \fB\fBxdrmem_create\fR\fR .ad .RS 22n -\fBxdr_create\fR(3NSL) +.BR xdr_create (3NSL) .RE .sp @@ -347,7 +347,7 @@ which they are described: \fB\fBxdrrec_create\fR\fR .ad .RS 22n -\fBxdr_create\fR(3NSL) +.BR xdr_create (3NSL) .RE .sp @@ -356,7 +356,7 @@ which they are described: \fB\fBxdrrec_endofrecord\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -365,7 +365,7 @@ which they are described: \fB\fBxdrrec_eof\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -374,7 +374,7 @@ which they are described: \fB\fBxdrrec_readbytes\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -383,7 +383,7 @@ which they are described: \fB\fBxdrrec_skiprecord\fR\fR .ad .RS 22n -\fBxdr_admin\fR(3NSL) +.BR xdr_admin (3NSL) .RE .sp @@ -392,13 +392,13 @@ which they are described: \fB\fBxdrstdio_create\fR\fR .ad .RS 22n -\fBxdr_create\fR(3NSL) +.BR xdr_create (3NSL) .RE .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -414,5 +414,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBxdr_admin\fR(3NSL), \fBxdr_complex\fR(3NSL), -\fBxdr_create\fR(3NSL), \fBxdr_simple\fR(3NSL), \fBattributes\fR(5) +.BR rpc (3NSL), +.BR xdr_admin (3NSL), +.BR xdr_complex (3NSL), +.BR xdr_create (3NSL), +.BR xdr_simple (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/xdr_admin.3nsl b/usr/src/man/man3nsl/xdr_admin.3nsl index 807eb78b07..094272ed52 100644 --- a/usr/src/man/man3nsl/xdr_admin.3nsl +++ b/usr/src/man/man3nsl/xdr_admin.3nsl @@ -166,7 +166,7 @@ outside of the \fBRPC\fR subsystem. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -181,5 +181,9 @@ MT-Level Safe .SH SEE ALSO .LP -\fBmalloc\fR(3C), \fBrpc\fR(3NSL), \fBxdr_complex\fR(3NSL), -\fBxdr_create\fR(3NSL), \fBxdr_simple\fR(3NSL), \fBattributes\fR(5) +.BR malloc (3C), +.BR rpc (3NSL), +.BR xdr_complex (3NSL), +.BR xdr_create (3NSL), +.BR xdr_simple (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/xdr_complex.3nsl b/usr/src/man/man3nsl/xdr_complex.3nsl index 192007f04a..157275f9e0 100644 --- a/usr/src/man/man3nsl/xdr_complex.3nsl +++ b/usr/src/man/man3nsl/xdr_complex.3nsl @@ -191,7 +191,7 @@ returns \fBTRUE\fR if it succeeds, \fBFALSE\fR otherwise. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -207,5 +207,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBmalloc\fR(3C), \fBrpc\fR(3NSL), \fBxdr_admin\fR(3NSL), -\fBxdr_create\fR(3NSL), \fBxdr_simple\fR(3NSL), \fBattributes\fR(5) +.BR malloc (3C), +.BR rpc (3NSL), +.BR xdr_admin (3NSL), +.BR xdr_create (3NSL), +.BR xdr_simple (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/xdr_create.3nsl b/usr/src/man/man3nsl/xdr_create.3nsl index 2f189ea73b..d39f997791 100644 --- a/usr/src/man/man3nsl/xdr_create.3nsl +++ b/usr/src/man/man3nsl/xdr_create.3nsl @@ -127,7 +127,7 @@ contains some other value, assume that the call has succeeded. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -143,6 +143,12 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBwrite\fR(2), \fBfclose\fR(3C), \fBmalloc\fR(3C), -\fBrpc\fR(3NSL), \fBxdr_admin\fR(3NSL), \fBxdr_complex\fR(3NSL), -\fBxdr_simple\fR(3NSL), \fBattributes\fR(5) +.BR read (2), +.BR write (2), +.BR fclose (3C), +.BR malloc (3C), +.BR rpc (3NSL), +.BR xdr_admin (3NSL), +.BR xdr_complex (3NSL), +.BR xdr_simple (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/xdr_simple.3nsl b/usr/src/man/man3nsl/xdr_simple.3nsl index a39df22e31..2824c3f3a2 100644 --- a/usr/src/man/man3nsl/xdr_simple.3nsl +++ b/usr/src/man/man3nsl/xdr_simple.3nsl @@ -353,7 +353,7 @@ that require a function parameter, where nothing is to be done. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -369,5 +369,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBmalloc\fR(3C), \fBrpc\fR(3NSL), \fBxdr_admin\fR(3NSL), -\fBxdr_complex\fR(3NSL), \fBxdr_create\fR(3NSL), \fBattributes\fR(5) +.BR malloc (3C), +.BR rpc (3NSL), +.BR xdr_admin (3NSL), +.BR xdr_complex (3NSL), +.BR xdr_create (3NSL), +.BR attributes (7) diff --git a/usr/src/man/man3nsl/yp_update.3nsl b/usr/src/man/man3nsl/yp_update.3nsl index a6e7d8f967..f63f0578b6 100644 --- a/usr/src/man/man3nsl/yp_update.3nsl +++ b/usr/src/man/man3nsl/yp_update.3nsl @@ -47,7 +47,7 @@ error \fBYPERR_KEY\fR if the key already exists in the database. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -63,7 +63,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBsecure_rpc\fR(3NSL), \fBypclnt\fR(3NSL), \fBattributes\fR(5) +.BR secure_rpc (3NSL), +.BR ypclnt (3NSL), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3nsl/ypclnt.3nsl b/usr/src/man/man3nsl/ypclnt.3nsl index 18f0d86d93..7f9cfb0e6c 100644 --- a/usr/src/man/man3nsl/ypclnt.3nsl +++ b/usr/src/man/man3nsl/ypclnt.3nsl @@ -80,7 +80,7 @@ interface This package of functions provides an interface to \fBNIS\fR, Network Information Service Version 2, formerly referred to as \fBYP\fR. For commands used to access \fBNIS\fR from a -client machine, see \fBypbind\fR(1M), \fBypwhich\fR(1), \fBypmatch\fR(1), and +client machine, see \fBypbind\fR(8), \fBypwhich\fR(1), \fBypmatch\fR(1), and \fBypcat\fR(1). The package can be loaded from the standard library, \fB/usr/lib/libnsl.so.1\fR. .sp @@ -133,8 +133,8 @@ per-node resources used to bind it. .sp If an RPC failure results upon use of a binding, that domain will be unbound automatically. At that point, the \fBypclnt()\fR layer will retry a few more -times or until the operation succeeds, provided that \fBrpcbind\fR(1M) and -\fBypbind\fR(1M) are running, and either: +times or until the operation succeeds, provided that \fBrpcbind\fR(8) and +\fBypbind\fR(8) are running, and either: .RS +4 .TP .ie t \(bu @@ -506,7 +506,7 @@ Cannot communicate with \fBypserv\fR. \fB/usr/lib/libnsl.so.1\fR .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -521,6 +521,13 @@ MT-Level Safe .SH SEE ALSO .LP -\fBypcat\fR(1), \fBypmatch\fR(1), \fBypwhich\fR(1), -\fBrpcbind\fR(1M), \fBypbind\fR(1M), \fBypserv\fR(1M), -\fBsysinfo\fR(2), \fBmalloc\fR(3C), \fBypfiles\fR(4), \fBattributes\fR(5) +.BR ypcat (1), +.BR ypmatch (1), +.BR ypwhich (1), +.BR sysinfo (2), +.BR malloc (3C), +.BR ypfiles (5), +.BR attributes (7), +.BR rpcbind (8), +.BR ypbind (8), +.BR ypserv (8) |
