commit | 87dfd3cfbf902774ca824f23af67f25ad25a2b59 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Nov 30 14:36:26 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Nov 30 14:36:26 1998 +0000 |
tree | 688eba6169d645b1a8657436092b0fc98baf8444 | |
parent | 0903f2a36dfc8d6b737d48939ac6213cc5cfdfe0 [diff] [blame] |
Handle output of \geq and \leq.
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 8d5f121..117b415 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh
@@ -23,6 +23,8 @@ s|<POSIX/>|\&POSIX;|g s|<UNIX/>|\&UNIX;|g s|<e/>|\\|g +s|<geq/>|\≥|g s|<ldots/>|\&hellip|g +s|<leq/>|\≤|g s|---|\—|g ' || exit $?