aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
Diffstat (limited to 'man.h')
-rw-r--r--man.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/man.h b/man.h
index cc26bc5f..0ca0c187 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.3 2009/03/25 15:17:49 kristaps Exp $ */
+/* $Id: man.h,v 1.4 2009/03/25 16:07:36 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -51,10 +51,10 @@ enum man_type {
struct man_meta {
int msec;
- char *vol;
time_t date;
+ char *vol;
char *title;
- char *os;
+ char *source;
};
struct man_node {