git: 788fae3a3f - main - Fix a typo
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=788fae3a3f6d78d4333e51af2a2acd8f153e6def commit 788fae3a3f6d78d4333e51af2a2acd8f153e6def Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2021-05-05 08:14:05 +0000 Commit: Mateusz Piotrowski <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"