summaryrefslogtreecommitdiffstats
path: root/man2html
diff options
context:
space:
mode:
Diffstat (limited to 'man2html')
-rw-r--r--man2html/strdefs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/man2html/strdefs.c b/man2html/strdefs.c
index 3ed0e85..24f84a7 100644
--- a/man2html/strdefs.c
+++ b/man2html/strdefs.c
@@ -137,6 +137,10 @@ static STRDEF standardchar[] = {
{ V('>','='), 1, ">", NULL },
{ V('<','='), 1, "&lt;", NULL },
{ V('d','q'), 1, "&quot;", NULL }, /* groff \(dq quote */
+ { V('-','>'), 1, "&rarr;", NULL },
+ { V('<','-'), 1, "&larr;", NULL },
+ { V('u','a'), 1, "&uarr;", NULL },
+ { V('d','a'), 1, "&darr;", NULL },
{ 0, 0, NULL, NULL }
};