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 43a71bfb..1e7a3a2d 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.46 2010/12/05 16:14:16 kristaps Exp $ */
+/* $Id: man.h,v 1.47 2010/12/06 15:31:19 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -55,6 +55,7 @@ enum mant {
MAN_PD,
MAN_AT,
MAN_in,
+ MAN_ft,
MAN_MAX
};