summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 10:50:32 +0000
committerJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 10:50:32 +0000
commitcd208154160c314b92ccdae3cea9a52982cd7c65 (patch)
treeee80635d271cdff276deb89dbf4eb8f40e9b7b30 /man_term.c
parent2d627d830fbf25aceab34e2105f73213f8294fd2 (diff)
downloadmandoc-cd208154160c314b92ccdae3cea9a52982cd7c65.tar.gz
Add support for .AT. Properly implement .UC. Add regress tests.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index e76f9b16..26d11549 100644
--- a/man_term.c
+++ b/man_term.c
@@ -142,6 +142,7 @@ 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, 0 }, /* AT */
};