summaryrefslogtreecommitdiffstats
path: root/man_macro.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_macro.c
parent2d627d830fbf25aceab34e2105f73213f8294fd2 (diff)
downloadmandoc-cd208154160c314b92ccdae3cea9a52982cd7c65.tar.gz
Add support for .AT. Properly implement .UC. Add regress tests.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index 4a65a66b..a3394a11 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -81,6 +81,7 @@ const struct man_macro __man_macros[MAN_MAX] = {
{ in_line_eoln, MAN_NSCOPED }, /* Sp */
{ in_line_eoln, 0 }, /* Vb */
{ in_line_eoln, 0 }, /* Ve */
+ { in_line_eoln, 0 }, /* AT */
};
const struct man_macro * const man_macros = __man_macros;