From 7b7a4ab23b81a4c0c134dbd858a9770d94f16a74 Mon Sep 17 00:00:00 2001 From: semarie Date: Wed, 9 Oct 2024 07:22:13 +0000 Subject: [PATCH] Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1) can be used to verify the ordering of package names. ok tb@ --- share/man/man7/packages-specs.7 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/share/man/man7/packages-specs.7 b/share/man/man7/packages-specs.7 index 8740448432e..d42c71b237c 100644 --- a/share/man/man7/packages-specs.7 +++ b/share/man/man7/packages-specs.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages-specs.7,v 1.29 2022/03/31 17:27:23 naddy Exp $ +.\" $OpenBSD: packages-specs.7,v 1.30 2024/10/09 07:22:13 semarie Exp $ .\" .\" Copyright (c) 2001 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 31 2022 $ +.Dd $Mdocdate: October 9 2024 $ .Dt PACKAGES-SPECS 7 .Os .Sh NAME @@ -185,6 +185,9 @@ that are substantially different from formal The special character .Sq % is explicitly forbidden in formal package names and specs. +.Pp +.Xr pkg_check-version 1 +can be used to verify the ordering of package names. .Sh CONFLICTS Most conflicts between packages are handled on a package name basis. Unless the packages have been specially prepared, it is @@ -341,6 +344,7 @@ and so would check on .Qq toughluck-* . .Sh SEE ALSO .Xr pkg_add 1 , +.Xr pkg_check-version 1 , .Xr bsd.port.mk 5 , .Xr library-specs 7 , .Xr packages 7 , -- 2.20.1