OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / yp-tools / draft / man1 / ypcat.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 by the 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 .\" Japanese Version Copyright (c) 1999 NAKANO Takeo all rights reserved.
20 .\" Translated Tue Sep 14 1999 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
21 .\" Updated & Modified Tue Feb 24 00:49:45 JST 2004
22 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
23 .\"
24 .TH ypcat 1 "December 2001" "YP Tools 2.8"
25 .\"O .SH NAME
26 .\"O ypcat - print values of all keys in a NIS database
27 .SH 名前
28 ypcat \- NIS データーベース中のすべてのキーと、その値を表示する
29 .\"O .SH SYNOPSYS
30 .SH 書式
31 .B ypcat
32 [
33 .BR \-kt
34 ]
35 [
36 .BI \-d " domain"
37 ]
38 [
39 .BI \-h " hostname"
40 ]
41 .I mapname
42 .br
43 .B ypcat
44 .B \-x
45 .LP
46 .\"O .SH DESCRIPTION
47 .SH 説明
48 .\"O .B ypcat
49 .\"O prints the values of all keys from the NIS database specified by
50 .\"O .IR mapname,
51 .\"O which may be a map name or a map nickname.
52 .B ypcat
53
54 .I mapname
55 で指定した NIS データーベースから、すべてのキーとその値とを表示する。
56 .I mapname
57 にはマップ名またはマップのニックネームを指定できる。
58 .\"O .SH OPTIONS
59 .SH オプション
60 .TP
61 .BI \-d " domain"
62 .\"O Specify a domain other than the default domain as returned by
63 .\"O .BR domainname (1).
64 .BR domainname (1)
65 が返すデフォルトのドメイン以外を指定する。
66 .TP
67 .BI \-h " hostname"
68 .\"O Specify a hostname other than the default one as found by
69 .\"O .BR ypbind (8).
70 .BR ypbind (8)
71 によって見つけられるデフォルトのホスト名以外を指定する。
72 .TP
73 .B \-k
74 .\"O Display map keys. This option is useful with maps in which the
75 .\"O values are null or the key is not part of the value.
76 マップのキーを表示する。このオプションは値が null のマップや、
77 キーが値の一部となっていないマップに対して便利である。
78 .TP
79 .B \-t
80 .\"O This option inhibits map nickname translation.
81 マップのニックネーム変換を抑制する。
82 .TP
83 .B \-x
84 .\"O Display the map nickname translation table.
85 マップのニックネームの変換テーブルを表示する。
86 .\"O .SH FILES
87 .SH ファイル
88 .TP
89 .B /var/yp/nicknames
90 .\"O map nickname translation table.
91 マップのニックネームの変換テーブル。
92 .\"O .SH "SEE ALSO"
93 .SH 関連項目
94 .BR domainname (8),
95 .BR nicknames (5),
96 .BR ypbind (8),
97 .BR ypmatch (1),
98 .BR yppoll (8),
99 .BR ypserv (8),
100 .BR yset (8),
101 .BR ypwhich (1)
102 .LP
103 .\"O .SH AUTHOR
104 .SH 著者
105 .\"O .B ypcat
106 .\"O is part of the
107 .\"O .B yp-tools
108 .\"O package, which was written by Thorsten Kukuk <kukuk@suse.de>.
109 .B ypcat
110
111 .B yp-tools
112 パッケージの一部である。
113 .B yp-tools
114 パッケージは Thorsten Kukuk <kukuk@suse.de>
115 によって書かれた。