We don't have an rpc_secure.3 page in the set at the moment

This commit is contained in:
Michael Kerrisk 2005-09-19 11:39:32 +00:00
parent f116293015
commit 57734e8257
1 changed files with 7 additions and 5 deletions

View File

@ -11,10 +11,11 @@ Upon receipt of the packet, the server calls a dispatch routine
to perform the requested service, and then sends back a
reply.
Finally, the procedure call returns to the client.
.LP
Routines that are used for Secure RPC (DES authentication) are described in
.BR rpc_secure (3).
Secure RPC can be used only if DES encryption is available.
.\" .LP
.\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05
.\" Routines that are used for Secure RPC (DES authentication) are described in
.\" .BR rpc_secure (3).
.\" Secure RPC can be used only if DES encryption is available.
.LP
.ft B
.nf
@ -1724,7 +1725,8 @@ This routine modifies the global variable
.BR svc_fds() .
Service implementors usually do not need this routine.
.SH "SEE ALSO"
.BR rpc_secure (3),
.\" 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)
.br
The following manuals: