diff --git a/include/xbps_api.h b/include/xbps_api.h index 6862b83c..b446f748 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -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.