From: Fred Drake Date: Thu, 14 Jan 1999 21:44:56 +0000 (+0000) Subject: Adjust so that we are no longer using special entities for well-known X-Git-Tag: v1.5.2b2~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6038f54b745be53a155423f18cdb8502451974cd;p=python Adjust so that we are no longer using special entities for well-known names. These are too much of a pain for occaissional authors. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index fc825c8ed4..070dd52992 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -16,28 +16,30 @@ if [ "$1" ]; then shift 1 fi -grep -v '^$$' | sed ' -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 +sed ' +s||ABC|g +s||ASCII|g +s||C|g +s||C++|g +s||EOF|g +s||LaTeX|g +s||NULL|g +s||POSIX|g +s||Unix|g +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||ABC|g +s||ASCII|g +s||C|g +s||C++|g +s||EOF|g +s||LaTeX|g +s||NULL|g +s||POSIX|g +s||Unix|g +s||\\|g s||\≥|g s||\&hellip|g s||\≤|g