Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 21:29:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 275935] en/articles/committers-guide typo in GnuPG section (5.2.6.1)
Message-ID:  <bug-275935-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275935

            Bug ID: 275935
           Summary: en/articles/committers-guide typo in GnuPG section
                    (5.2.6.1)
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Books & Articles
          Assignee: doc@FreeBSD.org
          Reporter: ler@FreeBSD.org

verity-tag should be verify-tag

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc
b/documentation/content/en/articles/committers-guide/_index.adoc
index 6caa7d6bf4..1523830f2c 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -672,7 +672,7 @@ For example, to encrypt for the subkey `DEADBEEF`, use
`DEADBEEF!`.

 Commit signatures can be verified by running either `git verify-commit <co=
mmit
hash>`, or `git log --show-signature`.

-Tag signatures can be verified with `git verity-tag <tag name>`, or `git t=
ag
-v <tag name>`.
+Tag signatures can be verified with `git verify-tag <tag name>`, or `git t=
ag
-v <tag name>`.

 ////
 Commented out for now until we decide what to do.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275935-9>