aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-11 00:39:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-11 00:39:58 +0000
commit5625aa32a7011e20289ada22bc5924810dc97ce0 (patch)
treeb4ebe9ad8a6222d508f317142ec6706cc0c1f992 /mdoc.h
parent0bb92cdf676a4f8a32b2066037b9f54b3f587f9e (diff)
downloadmandoc-5625aa32a7011e20289ada22bc5924810dc97ce0.tar.gz
mandoc-5625aa32a7011e20289ada22bc5924810dc97ce0.tar.zst
mandoc-5625aa32a7011e20289ada22bc5924810dc97ce0.zip
Expanded perfect htab to use 27 * 26 * 3 space.
Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 069d9e3a..73d6b284 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.45 2009/03/09 14:19:59 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.46 2009/03/11 00:39:58 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -144,7 +144,10 @@
#define MDOC_Lp 108
#define MDOC_Lk 109
#define MDOC_Mt 110
-#define MDOC_MAX 111
+#define MDOC_Brq 111
+#define MDOC_Bro 112
+#define MDOC_Brc 113
+#define MDOC_MAX 114
/* What follows is a list of ALL possible macro arguments. */