From 9a23c2a356540c8f81dccac157810353a93967ef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Feb 2012 13:50:53 +0100 Subject: [PATCH] xbps_api.h: fix xbps_transaction_install_pkg doc mismatch. --- include/xbps_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbps_api.h b/include/xbps_api.h index b1214ac3..e452baac 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -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.