summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 15:53:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 15:53:47 +0000
commite13a760a95062f8150b57eeaae8629d5cfc8e58e (patch)
tree2b358a18e1f93a769728838deeda5313cba2c825 /mdoc_macro.c
parentaca1d4566422016e8bb9289b7961b31b0f166f44 (diff)
downloadmandoc-e13a760a95062f8150b57eeaae8629d5cfc8e58e.tar.gz
Noted that `Pa' can accept 0 arguments.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 41c83439..2def1606 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -748,6 +748,8 @@ in_line(MACRO_PROT_ARGS)
/* FALLTHROUGH */
case (MDOC_Lk):
/* FALLTHROUGH */
+ case (MDOC_Pa):
+ /* FALLTHROUGH */
case (MDOC_Ar):
nc = 1;
break;