aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 16:07:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 16:07:36 +0000
commitbd26da950b7144cb234ef8d0864173a897d2fd28 (patch)
treecd40d8e822f8edde6f380f6063d093ac0b8be1dd /man.h
parentc1e7dc6253e70fb184882bdb155d380f00698ce9 (diff)
downloadmandoc-bd26da950b7144cb234ef8d0864173a897d2fd28.tar.gz
mandoc-bd26da950b7144cb234ef8d0864173a897d2fd28.tar.zst
mandoc-bd26da950b7144cb234ef8d0864173a897d2fd28.zip
Actions in place for prologue parsing.
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 {