summaryrefslogtreecommitdiffstats
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
commitc161c4dd10ba225a35fed081c68ad54b6fa225cb (patch)
tree28e06ba8294d742e777d6d782fa436e9d84b1e5c /out.c
parent600f607aef5b555ce32a82f81cefbe0ecdf8b6b1 (diff)
downloadmandoc-c161c4dd10ba225a35fed081c68ad54b6fa225cb.tar.gz
Strip out `\k' escape.
Diffstat (limited to 'out.c')
-rw-r--r--out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/out.c b/out.c
index 7ec42e68..d1a9e79d 100644
--- a/out.c
+++ b/out.c
@@ -220,6 +220,8 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t *sz)
break;
}
break;
+ case ('k'):
+ /* FALLTHROUGH */
case ('M'):
/* FALLTHROUGH */
case ('m'):