From 1f282295ff1e7533e29cfd72b692c51fb48be667 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Wed, 12 Oct 2022 21:49:22 -0400 Subject: [PATCH] doc: update libpkgconf-pkg docs to match --- doc/libpkgconf-pkg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libpkgconf-pkg.rst b/doc/libpkgconf-pkg.rst index 0117df9..e3d083e 100644 --- a/doc/libpkgconf-pkg.rst +++ b/doc/libpkgconf-pkg.rst @@ -76,7 +76,7 @@ routines. :param char* a: The first version to compare in the pair. :param char* b: The second version to compare in the pair. - :return: -1 if the first version is greater, 0 if both versions are equal, 1 if the second version is greater. + :return: -1 if the first version is less than, 0 if both versions are equal, 1 if the second version is less than. :rtype: int .. c:function:: pkgconf_pkg_t *pkgconf_builtin_pkg_get(const char *name)