xref: /freebsd/lib/libc/rpc/rpc.5 (revision 88544700ca8ebbb27c5100d16367ec1ee148d1b2)
17f3dea24SPeter Wemm.\" $FreeBSD$
299064799SGarrett Wollman.\" @(#)rpc.5	2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
3681e5e7aSSteve Price.Dd September 26, 1985
4639460dcSMike Pritchard.Dt RPC 5
588544700SRuslan Ermilov.Os
6639460dcSMike Pritchard.Sh NAME
7639460dcSMike Pritchard.Nm rpc
8639460dcSMike Pritchard.Nd rpc program number data base
9639460dcSMike Pritchard.Sh SYNOPSIS
10639460dcSMike Pritchard/etc/rpc
11639460dcSMike Pritchard.Sh DESCRIPTION
1299064799SGarrett WollmanThe
13639460dcSMike Pritchard.Pa /etc/rpc
1499064799SGarrett Wollmanfile contains user readable names that
1599064799SGarrett Wollmancan be used in place of rpc program numbers.
1699064799SGarrett WollmanEach line has the following information:
17639460dcSMike Pritchard.Pp
18639460dcSMike Pritchard.Bl -bullet -compact
19639460dcSMike Pritchard.It
2099064799SGarrett Wollmanname of server for the rpc program
21639460dcSMike Pritchard.It
2299064799SGarrett Wollmanrpc program number
23639460dcSMike Pritchard.It
2499064799SGarrett Wollmanaliases
25639460dcSMike Pritchard.El
26639460dcSMike Pritchard.Pp
2799064799SGarrett WollmanItems are separated by any number of blanks and/or
2899064799SGarrett Wollmantab characters.
2999064799SGarrett WollmanA ``#'' indicates the beginning of a comment; characters up to the end of
3099064799SGarrett Wollmanthe line are not interpreted by routines which search the file.
31639460dcSMike Pritchard.Sh FILES
32639460dcSMike Pritchard.Bl -tag -compact -width /etc/rpc
33639460dcSMike Pritchard.Pa /etc/rpc
34639460dcSMike Pritchard.El
35639460dcSMike Pritchard.Sh "SEE ALSO"
36639460dcSMike Pritchard.Xr getrpcent 3
37