From c166331cd3b5c33c69220e82678b47f983b333d2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 10 Dec 1998 04:56:00 +0000 Subject: [PATCH] Handle SGML variant as well as XML variant. SGML is *much* more likely to be used. --- Doc/tools/sgmlconv/fixgenents.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 0503d7bfee3..fc825c8ed45 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -29,5 +29,17 @@ s||\\|g s||\≥|g s||\&hellip|g s||\≤|g +s||\&ABC;|g +s||\&ASCII;|g +s||\&C;|g +s||\&Cpp;|g +s||\&EOF;|g +s||\&NULL;|g +s||\&POSIX;|g +s||\&UNIX;|g +s||\\|g +s||\≥|g +s||\&hellip|g +s||\≤|g s|---|\—|g ' || exit $?