summaryrefslogtreecommitdiffstats
path: root/mandoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mandoc.c b/mandoc.c
index 20bd5c88..0ec1d573 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -59,6 +59,8 @@ mandoc_special(const char *p)
/* FALLTHROUGH */
case (':'):
/* FALLTHROUGH */
+ case ('c'):
+ return(2);
case ('e'):
return(2);
case ('f'):