summaryrefslogtreecommitdiffstats
path: root/mdoc.7
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.7
parent470c43c6c61a9f90ffe7e5f2c476503e50eb0aca (diff)
downloadmandoc-9dd0605c9c0799b9c9940c6aa64dd4c529ca3508.tar.gz
`An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.75
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index 33e2d849..0497368f 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -393,7 +393,7 @@ then the macro accepts an arbitrary number of arguments.
.It \&.Os Ta \&No Ta \&No Ta n
.It \&.Pp Ta \&No Ta \&No Ta 0
.It \&.Ad Ta Yes Ta Yes Ta n
-.It \&.An Ta \&No Ta Yes Ta n
+.It \&.An Ta Yes Ta Yes Ta n
.It \&.Ar Ta Yes Ta Yes Ta n
.It \&.Cd Ta Yes Ta \&No Ta >0
.It \&.Cm Ta Yes Ta Yes Ta n
@@ -479,7 +479,8 @@ compatibility with these systems.
.Bl -dash -compact
.\" LIST-ITEM
.It
-.Sq \&.Fo
+.Sq \&.An ,
+.Sq \&.Fo ,
and
.Sq \&.St
historically weren't always callable. Both are now correctly callable.