summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2html/strdefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man2html/strdefs.c b/man2html/strdefs.c
index 8515b82..e97bcab 100644
--- a/man2html/strdefs.c
+++ b/man2html/strdefs.c
@@ -133,6 +133,7 @@ static STRDEF standardchar[] = {
{ V('u','l'), 1, "_", NULL },
{ V('>','='), 1, ">", NULL },
{ V('<','='), 1, "&lt;", NULL },
+ { V('d','q'), 1, "\"", NULL }, /* groff \(dq quote */
{ 0, 0, NULL, NULL }
};