aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-24 13:39:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-24 13:39:37 +0000
commitd99e0a75f565996f4d42d4f40627fc4951d4e98c (patch)
tree816f35ad367695f4ea3cab31f94d125426119f5f /mandoc.c
parentac2ee6a683c48e758ae871419ea18b57aa82e14b (diff)
downloadmandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.tar.gz
mandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.tar.zst
mandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.zip
Strip out `\k' escape.
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandoc.c b/mandoc.c
index 41d4196a..78b2967d 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -1,4 +1,4 @@
-/* $Id: mandoc.c,v 1.31 2010/08/24 13:07:01 kristaps Exp $ */
+/* $Id: mandoc.c,v 1.32 2010/08/24 13:39:37 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -138,9 +138,9 @@ mandoc_special(char *p)
/* FALLTHROUGH */
case ('n'):
/* FALLTHROUGH */
+#endif
case ('k'):
/* FALLTHROUGH */
-#endif
case ('M'):
/* FALLTHROUGH */
case ('m'):