xbps_api.h: fix descr in xbps_cmpver().

This commit is contained in:
Juan RP 2011-07-22 18:05:21 +02:00
parent 32be850c9d
commit 59ddc58187

View File

@ -318,9 +318,9 @@ int xbps_configure_packages(void);
* Compares package version strings.
*
* The package version is defined by:
* ${VERSION}[_${REVISION}][:${EPOCH}].
* ${VERSION}[_${REVISION}].
*
* ${EPOCH} supersedes ${VERSION} supersedes ${REVISION}.
* ${VERSION} supersedes ${REVISION}.
*
* @param[in] pkg1 a package version string.
* @param[in] pkg2 a package version string.