Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1)
authorsemarie <semarie@openbsd.org>
Wed, 9 Oct 2024 07:22:13 +0000 (07:22 +0000)
committersemarie <semarie@openbsd.org>
Wed, 9 Oct 2024 07:22:13 +0000 (07:22 +0000)
can be used to verify the ordering of package names.

ok tb@

share/man/man7/packages-specs.7

index 8740448..d42c71b 100644 (file)
@@ -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 ,