summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:57:35 +0000
commitf4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c (patch)
tree11715948991bd99b0b0588a8fc1b0e1f465dc250 /mdoc.h
parent68fba3271bc79716f1743bd49dd75bbad59cb00d (diff)
downloadmandoc-f4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c.tar.gz
Added `Lp' macro.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index cdf755ea..be2a0123 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -139,7 +139,8 @@
#define MDOC_Ud 105
#define MDOC_Lb 106
#define MDOC_Ap 107
-#define MDOC_MAX 108
+#define MDOC_Lp 108
+#define MDOC_MAX 109
/* What follows is a list of ALL possible macro arguments. */