docs/85928: [patch] typo in ftp-primer (en_US.ISO8859-1)
Pierre Riteau
kineox at gmail.com
Fri Sep 9 22:00:33 UTC 2005
>Number: 85928
>Category: docs
>Synopsis: [patch] typo in ftp-primer (en_US.ISO8859-1)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 09 22:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Pierre Riteau
>Release: none (error seen on the online doc)
>Organization:
>Environment:
>Description:
In the fdp-primer document, in the chapter sgml-markup, < and > entites are used but they are in a CDATA section, so the tag is not displayed correctly. I may add that there are a huge number of the same mistakes in the french (fr_FR.ISO8859-1) translation of fdp-primer. I have not made a patch for this one.
>How-To-Repeat:
Read http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup.html#AEN1203
>Fix:
--- chapter.sgml.orig 2005-09-09 23:30:54.000000000 +0200
+++ chapter.sgml 2005-09-09 23:44:47.000000000 +0200
@@ -302,7 +302,7 @@
<dt>Term 3</dt>
- <dd>Paragraph 1 of definition 3. Note that the <p>
+ <dd>Paragraph 1 of definition 3. Note that the <p>
element is not required in the single paragraph case.</dd>
</dl>]]></programlisting>
</example>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list