aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9cec32b191bc0a490e538c0974b0b1aaf7d747a7 (patch)
tree492c0af00f36c3b9455fd0142d7171f5f5629158 /man_term.c
parent2c217d985cd43cfa1b9b2155e4189511d8f122ae (diff)
downloadmandoc-9cec32b191bc0a490e538c0974b0b1aaf7d747a7.tar.gz
mandoc-9cec32b191bc0a490e538c0974b0b1aaf7d747a7.tar.zst
mandoc-9cec32b191bc0a490e538c0974b0b1aaf7d747a7.zip
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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/man_term.c b/man_term.c
index 0f6b4c03..49ded282 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.67 2010/05/15 20:51:40 kristaps Exp $ */
+/* $Id: man_term.c,v 1.68 2010/05/15 22:44:04 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 }, /* . */
};