summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:50:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:50:12 +0000
commit68fba3271bc79716f1743bd49dd75bbad59cb00d (patch)
tree374e9c51e1783cab9b88a0aa6ae06738835e24a0 /argv.c
parent946b90960143fc668d4b43c0acd0f2b0918fe14c (diff)
downloadmandoc-68fba3271bc79716f1743bd49dd75bbad59cb00d.tar.gz
Added .Ap.
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.c b/argv.c
index 61f9e06b..1bd1bd4c 100644
--- a/argv.c
+++ b/argv.c
@@ -207,6 +207,7 @@ static int mdoc_argflags[MDOC_MAX] = {
0, /* Fr */
0, /* Ud */
0, /* Lb */
+ 0, /* Ap */
};