xbps_api.h: fix xbps_transaction_install_pkg doc mismatch.

This commit is contained in:
Juan RP 2012-02-06 13:50:53 +01:00
parent a4b1bd299b
commit 9a23c2a356

View File

@ -1309,7 +1309,7 @@ int xbps_remove_pkg_files(prop_dictionary_t dict,
* package version in repository pool will be queued, otherwise the first
* repository matching the package pattern wins.
*
* @param str Package name or package pattern to match, i.e
* @param pkg Package name or package pattern to match, i.e
* `foo>=0' or 'foo<1'.
* @param reinstall If true, package will be queued (if \a str matches)
* even if package is already installed.