Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 08:19:29 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 788fae3a3f - main - Fix a typo
Message-ID:  <202105050819.1458JTOi015725@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=788fae3a3f6d78d4333e51af2a2acd8f153e6def

commit 788fae3a3f6d78d4333e51af2a2acd8f153e6def
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-05 08:14:05 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-05-05 08:19:40 +0000

    Fix a typo
---
 documentation/content/en/books/porters-handbook/security/_index.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/security/_index.adoc b/documentation/content/en/books/porters-handbook/security/_index.adoc
index ea1856a504..052d619bf5 100644
--- a/documentation/content/en/books/porters-handbook/security/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/security/_index.adoc
@@ -127,7 +127,8 @@ Now consider a realistic VuXML entry:
 
 The tag names are supposed to be self-explanatory so we shall take a closer look only at fields which needs to be filled in:
 
-<.> This is the top-level tag of a VuXML entry. It has a mandatory attribute, `vid`, specifying a universally unique identifier (UUID) for this entry (in quotes). Generate a UUID for each new VuXML entry (and do not forget to substitute it for the template UUID unless writing the entry from scratch). use man:uuidgen[1] to generate a VuXML UUID.
+<.> This is the top-level tag of a VuXML entry. It has a mandatory attribute, `vid`, specifying a universally unique identifier (UUID) for this entry (in quotes). Generate a UUID for each new VuXML entry (and do not forget to substitute it for the template UUID unless writing the entry from scratch).
+Use man:uuidgen[1] to generate a VuXML UUID.
 
 <.> This is a one-line description of the issue found.
 



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