git: 825225e52f44 - main - For man page references found in ports, indicate the respective port.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Sun, 14 Aug 2022 13:03:54 UTC
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=825225e52f4474622d0a1b6412d9900cd8cda0b3

commit 825225e52f4474622d0a1b6412d9900cd8cda0b3
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-08-14 13:02:06 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-08-14 13:02:06 +0000

    For man page references found in ports, indicate the respective port.
---
 bin/ls/ls.1                   |  4 ++--
 bin/pax/pax.1                 |  2 +-
 bin/sh/sh.1                   | 10 +++++-----
 share/man/man7/security.7     |  2 +-
 share/termcap/termcap.5       |  4 ++--
 usr.bin/resizewin/resizewin.1 |  2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index ef412dd2927d..450985fcfb4f 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -678,7 +678,7 @@ The default
 .Dq Li cons25
 console has the proper capabilities,
 but to display the colors in an
-.Xr xterm 1 ,
+.Xr xterm 1 Pq Pa ports/x11/xterm ,
 for example,
 the
 .Ev TERM
@@ -881,7 +881,7 @@ specification.
 .Xr chmod 1 ,
 .Xr getfacl 1 ,
 .Xr sort 1 ,
-.Xr xterm 1 ,
+.Xr xterm 1 Pq Pa ports/x11/xterm ,
 .Xr localeconv 3 ,
 .Xr strftime 3 ,
 .Xr strmode 3 ,
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 2cc7a694a710..abfbacee78b3 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -800,7 +800,7 @@ option is also used, the resulting file may contain fewer
 .Ar bytes ,
 according to the compressibility of the archive contents.
 See
-.Xr zip 1
+.Xr zip 1 Pq Pa ports/archivers/zip
 if compressed volumes of predictable size are required.
 .Pp
 .Em Warning :
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 9b1968373ec9..7a30020f2f7f 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -214,7 +214,7 @@ Do not overwrite existing files with
 .Ql > .
 .It Fl E Li emacs
 Enable the built-in
-.Xr emacs 1
+.Xr emacs 1 Pq Pa ports/editors/emacs
 command line editor (disables the
 .Fl V
 option if it has been set;
@@ -359,8 +359,8 @@ This option only has a long name.
 Set
 .Dv O_VERIFY
 when sourcing files or loading profiles.
-See also
-.Xr mac_veriexec 4 .
+.\" See also
+.\" .Xr mac_veriexec 4 . TODO Does not exist; write it.
 .El
 .Pp
 The
@@ -378,7 +378,7 @@ to be enabled or disabled.
 For example, the following two invocations of
 .Nm
 both enable the built-in
-.Xr emacs 1
+.Xr emacs 1 Pq Pa ports/editors/emacs
 command line editor:
 .Bd -literal -offset indent
 set -E
@@ -2869,7 +2869,7 @@ will return the argument.
 .Xr chsh 1 ,
 .Xr echo 1 ,
 .Xr ed 1 ,
-.Xr emacs 1 ,
+.Xr emacs 1 Pq Pa ports/editors/emacs ,
 .Xr kill 1 ,
 .Xr printf 1 ,
 .Xr pwd 1 ,
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 0ebc61cfbd5c..49701bbe80f1 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -390,7 +390,7 @@ access, and get rid of
 .Pq Dq Li "chmod 000"
 any SUID binaries that nobody uses.
 A server with no display generally does not need an
-.Xr xterm 1
+.Xr xterm 1 Pq Pa ports/x11/xterm
 binary.
 SGID binaries can be almost as dangerous.
 If an intruder can break an SGID-kmem binary the
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5
index d983b388f746..0b086ae29618 100644
--- a/share/termcap/termcap.5
+++ b/share/termcap/termcap.5
@@ -1993,7 +1993,7 @@ only
 supports these capabilities.
 .Pp
 For the
-.Xr xterm 1
+.Xr xterm 1 Pq Pa ports/x11/xterm
 terminal emulator the traditional behavior in
 .Fx
 when exiting a pager such as
@@ -2116,7 +2116,7 @@ Hash database file containing terminal descriptions (see
 .Xr tset 1 ,
 .Xr ul 1 ,
 .Xr vi 1 ,
-.Xr xterm 1 ,
+.Xr xterm 1 Pq Pa ports/x11/xterm ,
 .Xr ncurses 3 ,
 .Xr printf 3 ,
 .Xr termcap 3 ,
diff --git a/usr.bin/resizewin/resizewin.1 b/usr.bin/resizewin/resizewin.1
index 70ad52eea49a..725c9417e2de 100644
--- a/usr.bin/resizewin/resizewin.1
+++ b/usr.bin/resizewin/resizewin.1
@@ -63,7 +63,7 @@ updates the kernel's window size to match the new size.
 is functionally similar to
 .Xr resize 1 ,
 which is part of the
-.Xr xterm 1
+.Xr xterm 1 Pq Pa ports/x11/xterm
 distribution.
 However,
 .Nm