xbps_api.h: fix xbps_register_pkg() doc.

This commit is contained in:
Juan RP 2011-01-27 13:27:26 +01:00
parent 6e8e5b830e
commit e4259c2889

View File

@ -584,7 +584,8 @@ int xbps_purge_all_pkgs(void);
* Register a package into the installed packages database.
*
* @param[in] pkg_dict A dictionary with the following objects:
* \a pkgname, \a version, \a pkgver and \a short_desc (string).
* \a pkgname, \a version, \a pkgver, \a short_desc (string)
* and optionally \a provides (array of strings).
* @param[in] automatic Set it to true to mark package that has been
* installed by another package, and not explicitly.
*