Deleted Added
full compact
rpc_svc_calls.3 (84425) rpc_svc_calls.3 (108037)
1.\" @(#)rpc_svc_calls.3n 1.28 93/05/10 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_svc_calls 1.5 89/07/25 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_svc_calls.3,v 1.1 2000/06/02 23:11:13 fvdl Exp $
1.\" @(#)rpc_svc_calls.3n 1.28 93/05/10 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_svc_calls 1.5 89/07/25 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_svc_calls.3,v 1.1 2000/06/02 23:11:13 fvdl Exp $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_svc_calls.3 84425 2001-10-03 16:47:56Z bde $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_svc_calls.3 108037 2002-12-18 12:45:11Z ru $
7.Dd May 3, 1993
8.Dt RPC_SVC_CALLS 3
9.Os
10.Sh NAME
11.Nm svc_dg_enablecache ,
12.Nm svc_exit ,
13.Nm svc_fdset ,
14.Nm svc_freeargs ,

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

98.Va svc_fdset
99global variable.
100If RPC server activity is to be resumed,
101services must be reregistered with the RPC library
102either through one of the
103.Xr rpc_svc_create 3
104functions, or using
105.Fn xprt_register .
7.Dd May 3, 1993
8.Dt RPC_SVC_CALLS 3
9.Os
10.Sh NAME
11.Nm svc_dg_enablecache ,
12.Nm svc_exit ,
13.Nm svc_fdset ,
14.Nm svc_freeargs ,

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

98.Va svc_fdset
99global variable.
100If RPC server activity is to be resumed,
101services must be reregistered with the RPC library
102either through one of the
103.Xr rpc_svc_create 3
104functions, or using
105.Fn xprt_register .
106The
106.Fn svc_exit
107.Fn svc_exit
108function
107has global scope and ends all RPC server activity.
108.It Xo
109.Vt fd_set Va svc_fdset
110.Xc
111A global variable reflecting the
112RPC server's read file descriptor bit mask; it is suitable as a parameter
113to the
114.Xr select 2

--- 149 unchanged lines hidden ---
109has global scope and ends all RPC server activity.
110.It Xo
111.Vt fd_set Va svc_fdset
112.Xc
113A global variable reflecting the
114RPC server's read file descriptor bit mask; it is suitable as a parameter
115to the
116.Xr select 2

--- 149 unchanged lines hidden ---