commit fa8c6cf3a3de3be4fbb2b6287c907d23011b5ac3 Author: Jared K. Smith jaredsmith@jaredsmith.net Date: Wed Mar 26 15:10:02 2014 -0400
Fix a typo and a mis-tagging when talking about entities
en-US/docbook.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/en-US/docbook.xml b/en-US/docbook.xml index 3a084d7..f347dc5 100644 --- a/en-US/docbook.xml +++ b/en-US/docbook.xml @@ -78,10 +78,10 @@ times in a document. Entities are usually defined early in the document using the following syntax: -<screen>>!ENTITY ENTITYNAME "value"></screen> +<screen><!ENTITY ENTITYNAME "value"></screen> Entities are then referred to in the document source with - <literal>&ENTITYNAME;</literal>. The + <literal>&</literal><replaceable>ENTITYNAME</replaceable><literal>;</literal>. The most common use of entities are for phrases like the current version of a product or the product name.
docs-commits@lists.fedoraproject.org