summaryrefslogtreecommitdiffstatshomepage
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
commitf47e03b373e587439a46f9d3b3c6f332e025b778 (patch)
tree8f43e2252d24f232ff9132509a0e0f960d8b8a41 /mdoc_macro.c
parent0d31fe8e373641961cf6174f5eda01fafe311ad3 (diff)
downloadmandoc-f47e03b373e587439a46f9d3b3c6f332e025b778.tar.gz
mandoc-f47e03b373e587439a46f9d3b3c6f332e025b778.tar.zst
mandoc-f47e03b373e587439a46f9d3b3c6f332e025b778.zip
`An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index e918a648..151c023d 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.9 2009/06/10 20:18:43 kristaps Exp $ */
+/* $Id: mdoc_macro.c,v 1.10 2009/06/11 19:56:14 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 */