xref: /openbsd/share/man/man5/rpc.5 (revision df930be7)
1.\"	$NetBSD: rpc.5,v 1.2 1994/11/30 19:31:30 jtc Exp $
2.\"	@(#)rpc.5	2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
3.\"
4.\"	See the DISCLAIMER and README files in /usr/src/lib/libc/rpc for
5.\"	more information about this file.
6.\"
7.Dd September 26, 1985
8.Dt RPC 5
9.Os
10.Sh NAME
11.Nm rpc
12.Nd rpc program number data base
13.Sh DESCRIPTION
14The
15.Nm rpc
16file contains user readable names that
17can be used in place of rpc program numbers.
18Each line has the following information:
19.Pp
20.Bl -item -offset indent -compact
21.It
22name of server for the rpc program
23.It
24rpc program number
25.It
26aliases
27.El
28.Pp
29Items are separated by any number of blanks and/or
30tab characters.
31A ``#'' indicates the beginning of a comment; characters up to the end of
32the line are not interpreted by routines which search the file.
33.Sh EXAMPLES
34Here is an example of the
35.Pa /etc/rpc
36file from the Sun RPC Source distribution.
37.Bd -literal -offset indent
38#
39# rpc 88/08/01 4.0 RPCSRC; from 1.12   88/02/07 SMI
40#
41portmapper	100000	portmap sunrpc
42rstatd		100001	rstat rstat_svc rup perfmeter
43rusersd		100002	rusers
44nfs		100003	nfsprog
45ypserv		100004	ypprog
46mountd		100005	mount showmount
47ypbind		100007
48walld		100008	rwall shutdown
49yppasswdd	100009	yppasswd
50etherstatd	100010	etherstat
51rquotad		100011	rquotaprog quota rquota
52sprayd		100012	spray
533270_mapper	100013
54rje_mapper	100014
55selection_svc	100015	selnsvc
56database_svc	100016
57rexd		100017	rex
58alis		100018
59sched		100019
60llockmgr	100020
61nlockmgr	100021
62x25.inr		100022
63statmon		100023
64status		100024
65bootparam	100026
66ypupdated	100028	ypupdate
67keyserv		100029	keyserver
68tfsd		100037
69nsed		100038
70nsemntd		100039
71.Ed
72.Sh FILES
73.Pa /etc/rpc
74.Sh SEE ALSO
75.Xr getrpcent 3
76