git: f7473c7e7768 - main - Indicate which port gpg.1 comes from.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Wed, 17 Aug 2022 17:24:22 UTC
The branch main has been updated by schweikh:

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

commit f7473c7e7768cfd6337bfb3b58d703289ea071d0
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-08-17 17:23:57 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-08-17 17:23:57 +0000

    Indicate which port gpg.1 comes from.
---
 usr.bin/enigma/enigma.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1
index 6176cae7aae1..a77af36a004c 100644
--- a/usr.bin/enigma/enigma.1
+++ b/usr.bin/enigma/enigma.1
@@ -86,7 +86,7 @@ there).
 For real encryption, refer to
 .Xr openssl 1 ,
 or
-.Xr gpg 1 Pq Pa security/gnupg1 .
+.Xr gpg 1 Pq Pa ports/security/gnupg1 .
 .Sh ENVIRONMENT
 .Bl -tag -offset indent -width ".Ev CrYpTkEy"
 .It Ev CrYpTkEy
@@ -109,7 +109,7 @@ enigma XXX < encrypted
 .Pp
 This displays the previously created file on the terminal.
 .Sh SEE ALSO
-.Xr gpg 1 ,
+.Xr gpg 1 Pq Pa ports/security/gnupg1 ,
 .Xr openssl 1 ,
 .Xr ps 1 ,
 .Xr getpass 3