msm: consistency for equally ranked keys
[platform/upstream/rpm.git] / doc / ja / rpmgraph.8
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .\"
7 .\" This program is free software; you can redistribute it and/or modify
8 .\" it under the terms of the GNU General Public License as published by
9 .\" the Free Software Foundation; either version 2, or (at your option)
10 .\" any later version.
11 .\"
12 .\" This program is distributed in the hope that it will be useful,
13 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
14 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 .\" GNU General Public License for more details.
16 .\"
17 .\" You should have received a copy of the GNU General Public License
18 .\" along with this program; if not, write to the Free Software
19 .\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
20 .\" USA.
21 .\"
22 .\" Japanese Version Copyright (C) 2003 System Design and Research
23 .\" Institute Co.,Ltd. All rights reserved.
24 .\"
25 .\" Translated 14 March 2003 by
26 .\"   System Design and Research Institute Co.,Ltd. <info@sdri.co.jp>
27 .\"
28 .\"WORD: directed graph         有向グラフ
29 .\"WORD: patrial order          半順序
30 .\"WORD: topological sort       トポロジカル・ソート
31 .\"
32 .TH "RPMGRAPH" "8" "30 June 2002" "Red Hat, Inc."
33 .SH 名前
34 rpmgraph \- RPM パッケージの依存グラフの表示
35 .SH 書式
36 .B rpmgraph
37 .I "PACKAGE_FILE ..."
38 .SH 説明
39 .B rpmgraph
40 はパッケージの依存グラフを生成するために
41 .I PACKAGE_FILE
42 を使用する。引数
43 .I PACKAGE_FILE
44 のそれぞれが読み込まれ、rpm のトランザクションへと追加される。
45 トランザクションの要素はトポロジカル・ソートを使って半順序関係を持つ。
46 半順序で順序付けされた要素は標準出力に表示される。
47 .PP
48 依存グラフのノードはパッケージ名で、有向グラフの辺は各ノードの親を示す。
49 親ノードの定義は、パッケージの依存関係を使って半順序関係で順序付けされた
50 パッケージの最後の先祖である。
51 これは、与えられたパッケージの親が、そのパッケージの最後の必要条件となる
52 ことを意味する。
53 .PP
54 出力は
55 .BR dot (1)
56 の有向グラフフォーマットで、
57 .B graphviz
58 パッケージに含まれるグラフエディター
59 .B dotty
60 を使って表示したり印刷したりできる。
61 .B rpmgraph
62 固有のオプションはなく、
63 .B rpm
64 関連ツールで共通のオプションだけである。
65 現時点で何が実装されているかについては、
66 .B rpmgraph
67 の使用方法のメッセージ(訳注: "rpmgraph \-\-help")を参照のこと。
68 .SH 関連項目
69 .BR dot "(1), " dotty "(1),"
70 .UR http://www.graphviz.org/
71 .B http://www.graphviz.org/
72 .UE
73 .SH 著者
74 Jeff Johnson <jbj@redhat.com>