summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_macro.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-05-05 13:17:04 +0000
committerschwarze <schwarze@openbsd.org>2017-05-05 13:17:04 +0000
commit644b390b9489f095c08e2ee294f32b9461273182 (patch)
tree442fd84036dfe2370262754055d6d084379a1adc /usr.bin/mandoc/man_macro.c
parentRemove /* FALLTHROUGH */ that isn't (and shouldn't). (diff)
downloadwireguard-openbsd-644b390b9489f095c08e2ee294f32b9461273182.tar.xz
wireguard-openbsd-644b390b9489f095c08e2ee294f32b9461273182.zip
move .ll to the roff modules
Diffstat (limited to 'usr.bin/mandoc/man_macro.c')
-rw-r--r--usr.bin/mandoc/man_macro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_macro.c b/usr.bin/mandoc/man_macro.c
index 6371e385cba..a1304c0f373 100644
--- a/usr.bin/mandoc/man_macro.c
+++ b/usr.bin/mandoc/man_macro.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man_macro.c,v 1.80 2017/05/05 02:06:17 schwarze Exp $ */
+/* $OpenBSD: man_macro.c,v 1.81 2017/05/05 13:17:04 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2012-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -74,7 +74,6 @@ const struct man_macro __man_macros[MAN_MAX - MAN_TH] = {
{ in_line_eoln, MAN_BSCOPE }, /* EE */
{ blk_exp, MAN_BSCOPE }, /* UR */
{ blk_close, MAN_BSCOPE }, /* UE */
- { in_line_eoln, 0 }, /* ll */
};
const struct man_macro *const man_macros = __man_macros - MAN_TH;