Deleted Added
full compact
rpc_clnt_calls.3 (74518) rpc_clnt_calls.3 (79754)
1.\" @(#)rpc_clnt_calls.3n 1.30 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_calls 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
1.\" @(#)rpc_clnt_calls.3n 1.30 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_calls 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_calls.3 74518 2001-03-20 10:47:21Z ru $
5.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_calls.3 79754 2001-07-15 07:53:42Z dd $
6.Dd May 7, 1993
7.Dt RPC_CLNT_CALLS 3
8.Os
9.Sh NAME
10.Nm rpc_clnt_calls ,
11.Nm clnt_call ,
12.Nm clnt_freeres ,
13.Nm clnt_geterr ,

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

274is used to decode the procedure's results;
275.Fa in
276is the address of the procedure's argument(s), and
277.Fa out
278is the address of where to place the result(s).
279.Fa nettype
280can be any of the values listed on
281.Xr rpc 3 .
6.Dd May 7, 1993
7.Dt RPC_CLNT_CALLS 3
8.Os
9.Sh NAME
10.Nm rpc_clnt_calls ,
11.Nm clnt_call ,
12.Nm clnt_freeres ,
13.Nm clnt_geterr ,

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

274is used to decode the procedure's results;
275.Fa in
276is the address of the procedure's argument(s), and
277.Fa out
278is the address of where to place the result(s).
279.Fa nettype
280can be any of the values listed on
281.Xr rpc 3 .
282This routine returns
282This routine returns
283.Dv RPC_SUCCESS
284if it succeeds,
285or an appropriate status is returned.
286Use the
287.Fn clnt_perrno
288routine to translate failure status into error messages.
289Warning:
290.Fn rpc_call

--- 12 unchanged lines hidden ---
283.Dv RPC_SUCCESS
284if it succeeds,
285or an appropriate status is returned.
286Use the
287.Fn clnt_perrno
288routine to translate failure status into error messages.
289Warning:
290.Fn rpc_call

--- 12 unchanged lines hidden ---