summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 22:44:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 22:44:04 +0000
commit27830edd2010e265369c917a14f4a777ca6ba655 (patch)
tree545423b2746c6bb8f3e220f4ea5420f2ee42cfc9 /man_term.c
parenta8bb7c209207e9203564a03b9b8d4b662cff4e1e (diff)
downloadmandoc-27830edd2010e265369c917a14f4a777ca6ba655.tar.gz
Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the roff preprocessor.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/man_term.c b/man_term.c
index 52d67e88..7080db95 100644
--- a/man_term.c
+++ b/man_term.c
@@ -142,11 +142,6 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_sp, NULL, MAN_NOTEXT }, /* Sp */
{ pre_nf, NULL, 0 }, /* Vb */
{ pre_fi, NULL, 0 }, /* Ve */
- { pre_ign, NULL, MAN_NOTEXT }, /* de */
- { pre_ign, NULL, MAN_NOTEXT }, /* dei */
- { pre_ign, NULL, MAN_NOTEXT }, /* am */
- { pre_ign, NULL, MAN_NOTEXT }, /* ami */
- { NULL, NULL, 0 }, /* . */
};