Initial import from FreeBSD RELENG_4:
[games.git] / lib / libc / rpc / rpc.5
1 .\" $FreeBSD: src/lib/libc/rpc/rpc.5,v 1.6.2.2 2000/12/29 14:44:49 ru Exp $
2 .\" @(#)rpc.5   2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
3 .Dd September 26, 1985
4 .Dt RPC 5
5 .Os
6 .Sh NAME
7 .Nm rpc
8 .Nd rpc program number data base
9 .Sh SYNOPSIS
10 /etc/rpc
11 .Sh DESCRIPTION
12 The
13 .Pa /etc/rpc
14 file contains user readable names that
15 can be used in place of rpc program numbers.
16 Each line has the following information:
17 .Pp
18 .Bl -bullet -compact
19 .It
20 name of server for the rpc program
21 .It
22 rpc program number
23 .It
24 aliases
25 .El
26 .Pp
27 Items are separated by any number of blanks and/or
28 tab characters.
29 A ``#'' indicates the beginning of a comment; characters up to the end of
30 the line are not interpreted by routines which search the file.
31 .Sh FILES
32 .Bl -tag -compact -width /etc/rpc
33 .It Pa /etc/rpc
34 .El
35 .Sh "SEE ALSO"
36 .Xr getrpcent 3