OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / yp-tools / original / man1 / ypmatch.1
1 .\" -*- nroff -*-
2 .\" Copyright (C) 1998, 1999, 2001 Thorsten Kukuk
3 .\" This file is part of the yp-tools.
4 .\" Author: Thorsten Kukuk <kukuk@suse.de>
5 .\"
6 .\" This program is free software; you can redistribute it and/or modify
7 .\" it under the terms of the GNU General Public License version 2 as
8 .\"  published bythe Free Software Foundation.
9 .\"
10 .\" This program is distributed in the hope that it will be useful,
11 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
12 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 .\" GNU General Public License for more details.
14 .\"
15 .\" You should have received a copy of the GNU General Public License
16 .\" along with this program; if not, write to the Free Software Foundation,
17 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 .\"
19 .TH ypmatch 1 "May 1999" "YP Tools 2.8"
20 .SH NAME
21 ypmatch - print the values of one or more keys from a NIS map
22 .SH SYNOPSYS
23 .B ypmatch
24 [
25 .BR \-kt
26 ]
27 [
28 .BI \-d " domain"
29 ]
30 .I key ... mapname
31 .br
32 .B ypmatch
33 .B \-x
34 .LP
35 .SH DESCRIPTION
36 .B ypmatch
37 prints the values of one or more keys from the NIS database
38 specified by mapname, which may be a map name or a map nickname.
39 .SH OPTIONS
40 .TP
41 .BI \-d " domain"
42 Specify a domain other than the default domain as returned by
43 .BR domainname (1).
44 .TP
45 .B \-k
46 Display map keys. This option is useful with maps in which the
47 values are null or the key is not part of the value.
48 .TP
49 .B \-t
50 This option inhibits map nickname translation.
51 .TP
52 .B \-x
53 Display the map nickname translation table.
54 .SH FILES
55 .TP
56 .B /var/yp/nicknames
57 map nickname translation table.
58 .SH "SEE ALSO"
59 .BR domainname (8),
60 .BR nicknames (5),
61 .BR ypbind (8),
62 .BR ypcat (1),
63 .BR yppoll (8),
64 .BR ypserv (8),
65 .BR yset (8),
66 .BR ypwhich (1)
67 .LP
68 .SH AUTHOR
69 .B ypmatch
70 is part of the
71 .B yp-tools
72 package, which was written by Thorsten Kukuk <kukuk@suse.de>.