summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 10:56:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 10:56:57 +0000
commit72e26562c1fc079294e29413bc0fc473e7be3bef (patch)
tree2a32a18c956c409bc6579655ba945ef4ebdb1180 /mdoc.h
parent7fafcb2c03b038694a5b491d804a46d7436cc167 (diff)
downloadmandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.tar.gz
mandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.tar.zst
mandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.zip
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 578e1f86..3c260c86 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.65 2009/07/12 20:50:08 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.66 2009/07/17 10:56:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -147,7 +147,9 @@
#define MDOC_En 115
#define MDOC_Dx 116
#define MDOC__Q 117
-#define MDOC_MAX 118
+#define MDOC_br 118
+#define MDOC_sp 119
+#define MDOC_MAX 120
/* What follows is a list of ALL possible macro arguments. */