aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
Diffstat (limited to 'man.h')
-rw-r--r--man.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/man.h b/man.h
index 739cf8ba..a7822585 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.33 2010/05/16 10:59:36 kristaps Exp $ */
+/* $Id: man.h,v 1.34 2010/05/17 10:50:32 joerg Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -55,6 +55,7 @@ enum mant {
MAN_Sp,
MAN_Vb,
MAN_Ve,
+ MAN_AT,
MAN_MAX
};