summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-08 10:58:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-08 10:58:22 +0000
commit6caa80c1c85a575d90e6723b17b2adde9689ea71 (patch)
tree6d0e7925c87df945d37020801d33144390038ef3 /man_term.c
parent852674007b57dc92939539877a1e7ba2f05cd26d (diff)
downloadmandoc-6caa80c1c85a575d90e6723b17b2adde9689ea71.tar.gz
Remove `i' and `r' macro handlers. These macros, originally part of the
me package, aren't recognised by "groff -mandoc" so we don't need to do so either. Discussed on tech@ with schwarze@. While at it, remove references to `b' in man.7. As far as I know, this was never supported anyway.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/man_term.c b/man_term.c
index cbf5d1e1..5a0f67b4 100644
--- a/man_term.c
+++ b/man_term.c
@@ -126,11 +126,9 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_alternate, NULL, 0 }, /* IR */
{ pre_alternate, NULL, 0 }, /* RI */
{ NULL, NULL, MAN_NOTEXT }, /* na */
- { pre_I, NULL, 0 }, /* i */
{ pre_sp, NULL, MAN_NOTEXT }, /* sp */
{ pre_literal, NULL, 0 }, /* nf */
{ pre_literal, NULL, 0 }, /* fi */
- { NULL, NULL, 0 }, /* r */
{ NULL, NULL, 0 }, /* RE */
{ pre_RS, post_RS, 0 }, /* RS */
{ pre_ign, NULL, 0 }, /* DT */