From f5d84e8339356dda43933f175e041add8471f17f Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Sun, 2 Oct 2022 08:11:17 +0300 Subject: [PATCH] changed order for readability --- include/xbps.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbps.h.in b/include/xbps.h.in index 8bf31ade..fda5ab64 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -1233,9 +1233,9 @@ int xbps_transaction_update_pkg(struct xbps_handle *xhp, const char *pkgname, bo * @return 0 on success, otherwise an errno value. * @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. + * @retval EINVAL Any other error ocurred in the process. */ int xbps_transaction_update_packages(struct xbps_handle *xhp);