diff options
author | jbj <devnull@localhost> | 2003-06-16 13:26:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-06-16 13:26:03 +0000 |
commit | ee7eded2f4674165cb5fda2bfe1f078854e1d46c (patch) | |
tree | 3ecffdce8fb97fa6c9722230617650f6198c325c /doc/rpmgraph.8 | |
parent | 32897f1256a89b2814841a42ad3b61cab27b09b5 (diff) | |
download | librpm-tizen-ee7eded2f4674165cb5fda2bfe1f078854e1d46c.tar.gz librpm-tizen-ee7eded2f4674165cb5fda2bfe1f078854e1d46c.tar.bz2 librpm-tizen-ee7eded2f4674165cb5fda2bfe1f078854e1d46c.zip |
Corrections from PLD.
CVS patchset: 6903
CVS date: 2003/06/16 13:26:03
Diffstat (limited to 'doc/rpmgraph.8')
-rw-r--r-- | doc/rpmgraph.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rpmgraph.8 b/doc/rpmgraph.8 index 5a4bd7d59..790607341 100644 --- a/doc/rpmgraph.8 +++ b/doc/rpmgraph.8 @@ -24,7 +24,7 @@ ordered elements are then printed to standard output. Nodes in the dependency graph are package names, and edges in the directed graph point to the parent of each node. The parent node is defined as the last predecessor of a package when partially ordered -using the package depndencies as a relation. That means that the +using the package dependencies as a relation. That means that the parent of a given package is the package's last prerequisite. .PP The output is in \fBdot\fR(1) directed graph format, |