aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/out.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 /out.c
parentac2ee6a683c48e758ae871419ea18b57aa82e14b (diff)
downloadmandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.tar.gz
mandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.tar.zst
mandoc-d99e0a75f565996f4d42d4f40627fc4951d4e98c.zip
Strip out `\k' escape.
Diffstat (limited to 'out.c')
-rw-r--r--out.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/out.c b/out.c
index 6e1dadae..c365d9db 100644
--- a/out.c
+++ b/out.c
@@ -1,4 +1,4 @@
-/* $Id: out.c,v 1.26 2010/08/24 13:07:01 kristaps Exp $ */
+/* $Id: out.c,v 1.27 2010/08/24 13:39:37 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -220,6 +220,8 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t *sz)
break;
}
break;
+ case ('k'):
+ /* FALLTHROUGH */
case ('M'):
/* FALLTHROUGH */
case ('m'):