Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87dfd3c

Browse files
committed
Handle output of \geq and \leq.
1 parent 0903f2a commit 87dfd3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/tools/sgmlconv/fixgenents.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ s|<NULL/>|\&NULL;|g
2323
s|<POSIX/>|\&POSIX;|g
2424
s|<UNIX/>|\&UNIX;|g
2525
s|<e/>|\&bsol;|g
26+
s|<geq/>|\&ge;|g
2627
s|<ldots/>|\&hellip|g
28+
s|<leq/>|\&le;|g
2729
s|---|\&mdash;|g
2830
' || exit $?

0 commit comments

Comments
 (0)