Add <!ENTITY rel.current CDATA "2.2.6"> to handbook.sgml, from
r1.83 of doc/handbook/handbook.sgml
This commit is contained in:
parent
457b40e56b
commit
6a33e87af9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3735
4 changed files with 10 additions and 0 deletions
|
@ -641,3 +641,7 @@ for example,
|
|||
62. Do step 60, but for version 1.8 of doc/handbook/lists.sgml. Call
|
||||
the transformed file mailing-lists.ent, and add an ENTITY line for
|
||||
it to handbook.sgml
|
||||
|
||||
63. Add <!ENTITY rel.current CDATA "2.2.6"> to handbook.sgml, from
|
||||
r1.83 of doc/handbook/handbook.sgml.
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
|
||||
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
|
||||
|
||||
<!ENTITY rel.current CDATA "2.2.6">
|
||||
]>
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
|
||||
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
|
||||
|
||||
<!ENTITY rel.current CDATA "2.2.6">
|
||||
]>
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
|
||||
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
|
||||
|
||||
<!ENTITY rel.current CDATA "2.2.6">
|
||||
]>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue