From 97db203822d68090a9625f4cd1942e350bb35a2d Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Sun, 2 Oct 2022 08:02:25 +0300 Subject: [PATCH] update xbps_transaction_update_packages(3) doc --- include/xbps.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xbps.h.in b/include/xbps.h.in index 7cb1bf59..8bf31ade 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -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);