aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-22 09:10:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-22 09:10:37 +0000
commitd4a1266d3a6d5e702649566d2ecf12989540e02d (patch)
treeaad257c2562206a82084cf5c798b1ea15d08d988 /man.h
parent4569d232fe6387ebaffede22a904a733d699030f (diff)
downloadmandoc-d4a1266d3a6d5e702649566d2ecf12989540e02d.tar.gz
mandoc-d4a1266d3a6d5e702649566d2ecf12989540e02d.tar.zst
mandoc-d4a1266d3a6d5e702649566d2ecf12989540e02d.zip
Added `UC' libman macro (has no effect).
Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used.
Diffstat (limited to 'man.h')
-rw-r--r--man.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/man.h b/man.h
index ab66b8ed..8611125e 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.19 2009/08/20 11:51:07 kristaps Exp $ */
+/* $Id: man.h,v 1.20 2009/08/22 09:10:38 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -49,7 +49,8 @@
#define MAN_RE 27
#define MAN_RS 28
#define MAN_DT 29
-#define MAN_MAX 30
+#define MAN_UC 30
+#define MAN_MAX 31
enum man_type {
MAN_TEXT,