From 87dfd3cfbf902774ca824f23af67f25ad25a2b59 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 30 Nov 1998 14:36:26 +0000 Subject: [PATCH] Handle output of \geq and \leq. --- Doc/tools/sgmlconv/fixgenents.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 8d5f1219ef3..117b41516e2 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -23,6 +23,8 @@ s||\&NULL;|g s||\&POSIX;|g s||\&UNIX;|g s||\\|g +s||\≥|g s||\&hellip|g +s||\≤|g s|---|\—|g ' || exit $?