summaryrefslogtreecommitdiffstats
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
commit8747d57cb532849c7414532781921952821890ef (patch)
treec625b60ed28132927e965bcbc2515d35041f62ec /man.h
parent33f7ee51d3c8ff72c2d828a8d5be302ad73cbbe9 (diff)
downloadmandoc-8747d57cb532849c7414532781921952821890ef.tar.gz
Actions in place for prologue parsing.
Diffstat (limited to 'man.h')
-rw-r--r--man.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/man.h b/man.h
index 0fcffe43..6e66a969 100644
--- a/man.h
+++ b/man.h
@@ -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 {