aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 09:14:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 09:14:50 +0000
commit02379e543c459cb8556393d0ab5fda334edab0d7 (patch)
treee2c0ae80fd57b42975341ea1741bd86884b3cafc /man.h
parent7c67b43d407196d43169cf857b1412fca26b1ad5 (diff)
downloadmandoc-02379e543c459cb8556393d0ab5fda334edab0d7.tar.gz
mandoc-02379e543c459cb8556393d0ab5fda334edab0d7.tar.zst
mandoc-02379e543c459cb8556393d0ab5fda334edab0d7.zip
Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).
Diffstat (limited to 'man.h')
-rw-r--r--man.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/man.h b/man.h
index f17964bb..c4f0f583 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.17 2009/08/13 11:45:29 kristaps Exp $ */
+/* $Id: man.h,v 1.18 2009/08/19 09:14:50 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -46,7 +46,9 @@
#define MAN_nf 24
#define MAN_fi 25
#define MAN_r 26
-#define MAN_MAX 27
+#define MAN_RE 27
+#define MAN_RS 28
+#define MAN_MAX 29
enum man_type {
MAN_TEXT,