diff options
-rwxr-xr-x | Doc/tools/sgmlconv/fixgenents.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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|<NULL/>|\&NULL;|g s|<POSIX/>|\&POSIX;|g s|<UNIX/>|\&UNIX;|g s|<e/>|\\|g +s|<geq/>|\≥|g s|<ldots/>|\&hellip|g +s|<leq/>|\≤|g s|---|\—|g ' || exit $? |