summaryrefslogtreecommitdiffstats
path: root/man.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.c
parent2d627d830fbf25aceab34e2105f73213f8294fd2 (diff)
downloadmandoc-cd208154160c314b92ccdae3cea9a52982cd7c65.tar.gz
Add support for .AT. Properly implement .UC. Add regress tests.
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.c b/man.c
index 16cf5ec6..2ed27575 100644
--- a/man.c
+++ b/man.c
@@ -62,7 +62,7 @@ const char *const __man_macronames[MAN_MAX] = {
"RI", "na", "i", "sp",
"nf", "fi", "r", "RE",
"RS", "DT", "UC", "PD",
- "Sp", "Vb", "Ve",
+ "Sp", "Vb", "Ve", "AT",
};
const char * const *man_macronames = __man_macronames;