diff options
author | 2017-05-05 13:17:04 +0000 | |
---|---|---|
committer | 2017-05-05 13:17:04 +0000 | |
commit | 644b390b9489f095c08e2ee294f32b9461273182 (patch) | |
tree | 442fd84036dfe2370262754055d6d084379a1adc /usr.bin/mandoc/man_html.c | |
parent | Remove /* FALLTHROUGH */ that isn't (and shouldn't). (diff) | |
download | wireguard-openbsd-644b390b9489f095c08e2ee294f32b9461273182.tar.xz wireguard-openbsd-644b390b9489f095c08e2ee294f32b9461273182.zip |
move .ll to the roff modules
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r-- | usr.bin/mandoc/man_html.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c index 7346cf2e7b6..fc6d9ed59bf 100644 --- a/usr.bin/mandoc/man_html.c +++ b/usr.bin/mandoc/man_html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: man_html.c,v 1.92 2017/05/05 02:06:17 schwarze Exp $ */ +/* $OpenBSD: man_html.c,v 1.93 2017/05/05 13:17:04 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -105,7 +105,6 @@ static const struct htmlman __mans[MAN_MAX - MAN_TH] = { { NULL, NULL }, /* EE */ { man_UR_pre, NULL }, /* UR */ { NULL, NULL }, /* UE */ - { man_ign_pre, NULL }, /* ll */ }; static const struct htmlman *const mans = __mans - MAN_TH; |