summaryrefslogtreecommitdiffstats
path: root/mandoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mandoc.c b/mandoc.c
index fd1423b7..e0a181c4 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -109,6 +109,9 @@ mandoc_special(char *p)
case ('\''):
term = '\'';
break;
+ case ('0'):
+ i++;
+ /* FALLTHROUGH */
default:
len = 1;
p--;