summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
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 /mdoc.h
parent5410a79872e5e765de34d19df2959124707f5c9f (diff)
downloadmandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.tar.gz
mandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.tar.zst
mandoc-c744f48b5fc53bd65103347682c3cb21e22e93aa.zip
Added .Ap.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 2ba6d151..a9d96172 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.40 2009/03/08 18:02:36 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.41 2009/03/08 20:50:12 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -138,7 +138,8 @@
#define MDOC_Fr 104
#define MDOC_Ud 105
#define MDOC_Lb 106
-#define MDOC_MAX 107
+#define MDOC_Ap 107
+#define MDOC_MAX 108
/* What follows is a list of ALL possible macro arguments. */