Skip to content

Commit c166331

Browse files
committed
Handle SGML variant as well as XML variant. SGML is *much* more
likely to be used.
1 parent 65e164f commit c166331

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/tools/sgmlconv/fixgenents.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,17 @@ s|<e/>|\&bsol;|g
2929
s|<geq/>|\&ge;|g
3030
s|<ldots/>|\&hellip|g
3131
s|<leq/>|\&le;|g
32+
s|<ABC>|\&ABC;|g
33+
s|<ASCII>|\&ASCII;|g
34+
s|<C>|\&C;|g
35+
s|<Cpp>|\&Cpp;|g
36+
s|<EOF>|\&EOF;|g
37+
s|<NULL>|\&NULL;|g
38+
s|<POSIX>|\&POSIX;|g
39+
s|<UNIX>|\&UNIX;|g
40+
s|<e>|\&bsol;|g
41+
s|<geq>|\&ge;|g
42+
s|<ldots>|\&hellip|g
43+
s|<leq>|\&le;|g
3244
s|---|\&mdash;|g
3345
' || exit $?

0 commit comments

Comments
 (0)