From 3cbd3deafe135742ec02be530f897a6622775abc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 24 Nov 2013 09:02:09 +0100 Subject: [PATCH] doc/xbps_pkgdb_dictionary.dot: replace reqby obj with rundeps. --- doc/xbps_pkgdb_dictionary.dot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/xbps_pkgdb_dictionary.dot b/doc/xbps_pkgdb_dictionary.dot index b170386c..897af41b 100644 --- a/doc/xbps_pkgdb_dictionary.dot +++ b/doc/xbps_pkgdb_dictionary.dot @@ -26,10 +26,10 @@ digraph pkgdb_dictionary { pkgdict -> automatic [label="bool"]; automatic [label="automatic-install"]; pkgdict -> short_desc [label="string"] - pkgdict -> requiredby [label="array"]; - requiredby [style=filled]; - requiredby -> reqby1 [label="string"]; - requiredby -> reqby2 [style=filled,label="string"]; - reqby1 [label="blah-2.0"]; - reqby2 [style=filled,label="..."]; + pkgdict -> rundepends [label="array"]; + rundepends [style=filled]; + rundepends -> rundep1 [label="string"]; + rundepends -> rundep2 [style=filled,label="string"]; + rundep1 [label="blah>=2.0"]; + rundep2 [style=filled,label="..."]; }