summaryrefslogtreecommitdiffstats
path: root/man3/rpc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rpc.3')
-rw-r--r--man3/rpc.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/rpc.3 b/man3/rpc.3
index 66a97dbeb..338a61195 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -374,7 +374,7 @@ is used instead of
if the program does not have a standard error (as a program
running as a server quite likely does not), or if the programmer
does not want the message to be output with
-.BR printf (3),
+.MR printf 3 ,
or if a message format different than that supported by
.BR clnt_perrno ()
is to be used.
@@ -702,13 +702,13 @@ is undefined after calling this routine.
.IP
A global variable reflecting the RPC service side's
read file descriptor bit mask; it is suitable as a parameter to the
-.BR select (2)
+.MR select 2
system call.
This is of interest only if a service implementor does their own
asynchronous event processing, instead of calling
.BR svc_run ().
This variable is read-only (do not pass its address to
-.BR select (2)!),
+.MR select 2 !),
yet it may change after calls to
.BR svc_getreqset ()
or any creation routines.
@@ -763,7 +763,7 @@ This routine is of interest only if a service implementor does not call
.BR svc_run (),
but instead implements custom asynchronous event processing.
It is called when the
-.BR select (2)
+.MR select 2
system call has determined that an RPC request has arrived on some
RPC socket(s);
.I rdfds
@@ -838,7 +838,7 @@ procedure using
.BR svc_getreq ()
when one arrives.
This procedure is usually waiting for a
-.BR select (2)
+.MR select 2
system call to return.
.P
.nf
@@ -1108,7 +1108,7 @@ This routine modifies the global variable
Service implementors usually do not need this routine.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -1184,7 +1184,7 @@ T} Thread safety MT-Safe
.SH SEE ALSO
.\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05
.\" .BR rpc_secure (3),
-.BR xdr (3)
+.MR xdr 3
.P
The following manuals:
.RS