Blame doc/ja/rpmgraph.8

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