update xbps_transaction_update_packages(3) doc

This commit is contained in:
Fotios Valasiadis 2022-10-02 08:02:25 +03:00 committed by Duncan Overbruck
parent 51e74505c2
commit 97db203822

View File

@ -1234,6 +1234,8 @@ int xbps_transaction_update_pkg(struct xbps_handle *xhp, const char *pkgname, bo
* @retval EBUSY The xbps package must be updated.
* @retval EEXIST All installed packages are already up-to-date.
* @retval EINVAL Any other error ocurred in the process.
* @retval ENOENT No packages currently register.
* @retval ENOTSUP No repositories currently installed.
*/
int xbps_transaction_update_packages(struct xbps_handle *xhp);