diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml index 01f262b2b9..631110fea7 100644 --- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml @@ -332,11 +332,22 @@ There is a new copy of my primer for contributors to the FreeBSD Documentation Project available at - + <URL:http://people.FreeBSD.org/~nik/primer/index.html> Comments appreciated. N]]> + + Keep in mind that < and + & still are recognized as special + characters in pre-formatted text. This is why the example + shown had to use &lt; instead of + <. For consistency, + &gt; was used in place of + >, too. Watch out for the special characters + that may appear in text copied from a plain-text source, + e.g., an e-mail message or program code. +