Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03268f commit 4c5e533Copy full SHA for 4c5e533
1 file changed
Doc/tools/sgmlconv/fixgenents.sh
@@ -22,4 +22,7 @@ s|<EOF/>|\&EOF;|g
22
s|<NULL/>|\&NULL;|g
23
s|<POSIX/>|\&POSIX;|g
24
s|<UNIX/>|\&UNIX;|g
25
+s|<e/>|\\|g
26
+s|<ldots/>|\&hellip|g
27
+s|---|\—|g
28
' || exit $?
0 commit comments