summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-11 19:56:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-11 19:56:14 +0000
commit9dd0605c9c0799b9c9940c6aa64dd4c529ca3508 (patch)
tree1f37cffc74b42276260d88ef7ee80a08a466bbdc /mdoc_macro.c
parent470c43c6c61a9f90ffe7e5f2c476503e50eb0aca (diff)
downloadmandoc-9dd0605c9c0799b9c9940c6aa64dd4c529ca3508.tar.gz
`An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 91ee2761..add06c9d 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -89,7 +89,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ blk_exp_close, MDOC_EXPLICIT }, /* El */
{ blk_full, MDOC_PARSED }, /* It */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ad */
- { in_line, MDOC_PARSED }, /* An */
+ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* An */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ar */
{ in_line_eoln, MDOC_CALLABLE }, /* Cd */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Cm */