Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / share / man / man5 / rpc.5
blob3d0fd180d00a202823e923cd8cb09dad5937f57e
1 .\" $NetBSD: rpc.5,v 1.8 2005/03/30 13:07:34 jmmv Exp $
2 .\" @(#)rpc.4 1.17 93/08/30 SMI; from SVr4
3 .\" Copyright 1989 AT&T
4 .Dd December 10, 1991
5 .Dt RPC 5
6 .Os
7 .Sh NAME
8 .Nm rpc
9 .Nd rpc program number data base
10 .Sh SYNOPSIS
11 .Fa /etc/rpc
12 .Sh DESCRIPTION
13 The
14 .Nm
15 file is a local source containing user readable names that
16 can be used in place of RPC program numbers.
17 .Pp
18 The rpc file has one line for each RPC
19 program name. The line has the following format:
20 .Pp
21 .Dl name-of-the-RPC-program     RPC-program-number      aliases
22 .Pp
23 Items are separated by any number of blanks and/or
24 tab characters.
25 A hash
26 .Pq Dq \&#
27 indicates the beginning of a comment;
28 characters up to the end of the line are not interpreted
29 by routines which search the file.
30 .Sh FILES
31 .Nm /etc/nsswitch.conf
32 .Sh EXAMPLES
33 Below is an example of an RPC database:
34 .Pp
35 .Bd -literal
37 #       rpc
39 rpcbind         100000  portmap sunrpc portmapper
40 rusersd         100002  rusers
41 nfs             100003  nfsprog
42 mountd          100005  mount   showmount
43 walld           100008  rwall   shutdown
44 sprayd          100012  spray
45 llockmgr        100020
46 nlockmgr        100021
47 status          100024
48 bootparam       100026
49 keyserv         100029  keyserver
50 .Ed
51 .Sh SEE ALSO
52 .Xr getrpcent 3