Deleted Added
full compact
rpc.3 (99832) rpc.3 (108087)
1.\" @(#)rpc.3n 1.31 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" $NetBSD: rpc.3,v 1.10 2000/06/02 23:11:12 fvdl Exp $
1.\" @(#)rpc.3n 1.31 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" $NetBSD: rpc.3,v 1.10 2000/06/02 23:11:12 fvdl Exp $
4.\" $FreeBSD: head/lib/libc/rpc/rpc.3 99832 2002-07-11 22:25:16Z alfred $
4.\" $FreeBSD: head/lib/libc/rpc/rpc.3 108087 2002-12-19 09:40:28Z ru $
5.Dd May 7, 1993
6.Dt RPC 3
7.Os
8.Sh NAME
9.Nm rpc
10.Nd library routines for remote procedure calls
11.Sh LIBRARY
12.Lb libc

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

28.Vt "struct netconfig"
29also require that
30.Aq Pa netconfig.h
31be included.
32.Sh Nettype
33Some of the high-level
34RPC interface routines take a
35.Fa nettype
5.Dd May 7, 1993
6.Dt RPC 3
7.Os
8.Sh NAME
9.Nm rpc
10.Nd library routines for remote procedure calls
11.Sh LIBRARY
12.Lb libc

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

28.Vt "struct netconfig"
29also require that
30.Aq Pa netconfig.h
31be included.
32.Sh Nettype
33Some of the high-level
34RPC interface routines take a
35.Fa nettype
36string as one of the parameters
36string as one of the arguments
37(for example,
38.Fn clnt_create ,
39.Fn svc_create ,
40.Fn rpc_reg ,
41.Fn rpc_call ) .
42This string defines a class of transports which can be used
43for a particular application.
44.Pp
37(for example,
38.Fn clnt_create ,
39.Fn svc_create ,
40.Fn rpc_reg ,
41.Fn rpc_call ) .
42This string defines a class of transports which can be used
43for a particular application.
44.Pp
45The
45.Fa nettype
46.Fa nettype
47argument
46can be one of the following:
47.Bl -tag -width datagram_v
48.It netpath
49Choose from the transports which have been
50indicated by their token names in the
51.Ev NETPATH
52environment variable.
53.Ev NETPATH

--- 462 unchanged lines hidden ---
48can be one of the following:
49.Bl -tag -width datagram_v
50.It netpath
51Choose from the transports which have been
52indicated by their token names in the
53.Ev NETPATH
54environment variable.
55.Ev NETPATH

--- 462 unchanged lines hidden ---