aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc744f48b5fc53bd65103347682c3cb21e22e93aa (patch)
treef4b63562c1373a7270f223f1d88350daedfd38c3 /argv.c
parent5410a79872e5e765de34d19df2959124707f5c9f (diff)
downloadmandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.tar.gz
mandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.tar.zst
mandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.zip
Added .Ap.
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.c b/argv.c
index 9499bd85..1aef6a86 100644
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.41 2009/03/08 12:46:38 kristaps Exp $ */
+/* $Id: argv.c,v 1.42 2009/03/08 20:50:12 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -207,6 +207,7 @@ static int mdoc_argflags[MDOC_MAX] = {
0, /* Fr */
0, /* Ud */
0, /* Lb */
+ 0, /* Ap */
};