Deleted Added
full compact
rpc_soc.3 (107788) rpc_soc.3 (108037)
1.\" @(#)rpc.3n 2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
2.\" $NetBSD: rpc_soc.3,v 1.2 2000/06/07 13:39:43 simonb Exp $
1.\" @(#)rpc.3n 2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
2.\" $NetBSD: rpc_soc.3,v 1.2 2000/06/07 13:39:43 simonb Exp $
3.\" $FreeBSD: head/lib/libc/rpc/rpc_soc.3 107788 2002-12-12 17:26:04Z ru $
3.\" $FreeBSD: head/lib/libc/rpc/rpc_soc.3 108037 2002-12-18 12:45:11Z ru $
4.\"
5.Dd February 16, 1988
6.Dt RPC_SOC 3
7.Os
8.Sh NAME
9.Nm rpc_soc ,
10.Nm auth_destroy ,
11.Nm authnone_create ,

--- 521 unchanged lines hidden (view full) ---

533Take the same arguments as
534.Fn clnt_perrno ,
535but instead of sending a message to the standard error
536indicating why an
537.Tn RPC
538call failed, return a pointer to a string which contains
539the message.
540.Pp
4.\"
5.Dd February 16, 1988
6.Dt RPC_SOC 3
7.Os
8.Sh NAME
9.Nm rpc_soc ,
10.Nm auth_destroy ,
11.Nm authnone_create ,

--- 521 unchanged lines hidden (view full) ---

533Take the same arguments as
534.Fn clnt_perrno ,
535but instead of sending a message to the standard error
536indicating why an
537.Tn RPC
538call failed, return a pointer to a string which contains
539the message.
540.Pp
541The
541.Fn clnt_sperrno
542.Fn clnt_sperrno
543function
542is used instead of
543.Fn clnt_perrno
544if the program does not have a standard error (as a program
545running as a server quite likely does not), or if the
546programmer
547does not want the message to be output with
548.Fn printf ,
549or if a message format different from that supported by

--- 1149 unchanged lines hidden ---
544is used instead of
545.Fn clnt_perrno
546if the program does not have a standard error (as a program
547running as a server quite likely does not), or if the
548programmer
549does not want the message to be output with
550.Fn printf ,
551or if a message format different from that supported by

--- 1149 unchanged lines hidden ---