]> granicus.if.org Git - python/commitdiff
Handle output of \geq and \leq.
authorFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 14:36:26 +0000 (14:36 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 14:36:26 +0000 (14:36 +0000)
Doc/tools/sgmlconv/fixgenents.sh

index 8d5f1219ef3db10a60c7fc1305f84bb06d06a554..117b41516e22c085db929caec59d715acdd369bb 100755 (executable)
@@ -23,6 +23,8 @@ s|<NULL/>|\&NULL;|g
 s|<POSIX/>|\&POSIX;|g
 s|<UNIX/>|\&UNIX;|g
 s|<e/>|\&bsol;|g
+s|<geq/>|\&ge;|g
 s|<ldots/>|\&hellip|g
+s|<leq/>|\&le;|g
 s|---|\&mdash;|g
 ' || exit $?