diff --git a/doc/Makefile b/doc/Makefile index b2c4b16a..ae648bbb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ DOXYF ?= xbps_api_doxyfile FORMAT ?= png FILES = xbps_transaction_dictionary.$(FORMAT) -FILES += xbps_regpkgdb_dictionary.$(FORMAT) +FILES += xbps_pkgdb_array.$(FORMAT) FILES += xbps_pkg_props_dictionary.$(FORMAT) FILES += xbps_pkg_files_dictionary.$(FORMAT) FILES += xbps_binary_pkg_content.$(FORMAT) diff --git a/doc/xbps_regpkgdb_dictionary.dot b/doc/xbps_pkgdb_array.dot similarity index 100% rename from doc/xbps_regpkgdb_dictionary.dot rename to doc/xbps_pkgdb_array.dot diff --git a/lib/package_orphans.c b/lib/package_orphans.c index b04fce18..7ab1a453 100644 --- a/lib/package_orphans.c +++ b/lib/package_orphans.c @@ -45,7 +45,7 @@ * dictionary (the array returned by xbps_find_pkg_orphans() will * contain a package dictionary per orphan found): * - * @image html images/xbps_regpkgdb_dictionary.png + * @image html images/xbps_pkgdb_array.png * * Legend: * - Salmon filled box: \a XBPS_REGPKGDB_PLIST file internalized.