aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
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 4373f8e6..6d9f3ced 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.51 2011/01/12 10:43:22 kristaps Exp $ */
+/* $Id: man.h,v 1.52 2011/02/06 21:44:36 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -67,7 +67,8 @@ enum man_type {
MAN_BLOCK,
MAN_HEAD,
MAN_BODY,
- MAN_TBL
+ MAN_TBL,
+ MAN_EQN
};
/*