aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-05 08:14:05 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-05 08:19:40 +0000
commit788fae3a3f6d78d4333e51af2a2acd8f153e6def (patch)
tree7a5861c580a709af5a9bb49dfada06c5927eb3c3
parent23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4 (diff)
downloaddoc-788fae3a3f6d78d4333e51af2a2acd8f153e6def.tar.gz
doc-788fae3a3f6d78d4333e51af2a2acd8f153e6def.zip
Fix a typo
-rw-r--r--documentation/content/en/books/porters-handbook/security/_index.adoc3
1 files changed, 2 insertions, 1 deletions
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.