8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man4 / rpc.4
blob3f626e4cfb881018aa2b26a6ce896d5629e015a2
1 '\" te
2 .\" Copyright (c) 1991, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH RPC 4 "Feb 25, 2017"
8 .SH NAME
9 rpc \- rpc program number data base
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/etc/rpc\fR
14 .fi
16 .SH DESCRIPTION
17 .LP
18 The \fBrpc\fR file is a local source containing user readable names that can be
19 used in place of \fBRPC\fR program numbers.  The  \fBrpc\fR file can be used in
20 conjunction with or instead of other rpc sources, including the \fBNIS\fR maps
21 ``rpc.byname'' and ``rpc.bynumber''.
22 .sp
23 .LP
24 The rpc file has one line for each \fBRPC\fR program name. The line has the
25 following format:
26 .sp
27 .in +2
28 .nf
29 \fIname-of-the-RPC-program\fR \fIRPC-program-number\fR \fIaliases\fR
30 .fi
31 .in -2
33 .sp
34 .LP
35 Items are separated by any number of blanks and/or tab characters. A
36 ``\fB#\fR'' indicates the beginning of a comment; characters up to the end of
37 the line are not interpreted by routines which search the file.
38 .SH EXAMPLES
39 .LP
40 \fBExample 1 \fRRPC Database
41 .sp
42 .LP
43 Below is an example of an RPC database:
45 .sp
46 .in +2
47 .nf
49 #       rpc
51 rpcbind 100000  portmap sunrpc  portmapper
52 rusersd 100002  rusers
53 nfs     100003  nfsprog
54 mountd  100005  mount   showmount
55 walld   100008  rwall   shutdown
56 sprayd  100012  spray
57 llockmgr        100020
58 nlockmgr        100021
59 status  100024
60 bootparam       100026
61 keyserv 100029  keyserver
62 .fi
63 .in -2
64 .sp
66 .SH FILES
67 .ne 2
68 .na
69 \fB\fB/etc/nsswitch.conf\fR\fR
70 .ad
71 .RS 22n
73 .RE
75 .SH SEE ALSO
76 .LP
77 \fBnsswitch.conf\fR(4)