summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-24 05:52:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-24 05:52:13 +0000
commit24ca6b6c497fdd0db41b4dcd4172e20ee02df76e (patch)
treebebe03b1d2de824ceb91acd5b9459a6a55476df8 /mdoc.h
parent1dd07b15a1d771e23ba0d050538a2e13f10239f6 (diff)
downloadmandoc-24ca6b6c497fdd0db41b4dcd4172e20ee02df76e.tar.gz
Added `%U' to -mdoc (doesn't render in a nice way yet).
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 a6deac65..553a425a 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -149,7 +149,8 @@
#define MDOC__Q 117
#define MDOC_br 118
#define MDOC_sp 119
-#define MDOC_MAX 120
+#define MDOC__U 120
+#define MDOC_MAX 121
/* What follows is a list of ALL possible macro arguments. */