Added authors.ent. This is v1.93 of doc/handbook/authors.sgml, with

these changes;

 1. Remove '<tt>' and '</tt>'.

 2. Search/replace

      \s-+<htmlurl url='mailto:\([^']+\)'\s-+name='[^']+'>

    with

       <email>\1</email>

    (there's a leading space before <email>)

Added an ENTITY line to handbook.sgml to use the new entities.
This commit is contained in:
Nik Clayton 1998-11-03 23:35:41 +00:00
parent 3494b32030
commit 8572d2aff8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3732
8 changed files with 1128 additions and 0 deletions

View file

@ -617,3 +617,21 @@ for example,
59. Add similar local variables (but not sgml-declaration or
sgml-parent-document to handbook.sgml.
60. Added authors.ent. This is v1.93 of doc/handbook/authors.sgml, with
these changes;
1. Remove '<tt>' and '</tt>'.
2. Search/replace
\s-+<htmlurl url='mailto:\([^']+\)'\s-+name='[^']+'>
with
<email>\1</email>
(there's a leading space before <email>)
Added an ENTITY line to handbook.sgml to use the new entities.