summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 15:54:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 15:54:39 +0000
commitb9297c29623c1e4db9a654cff80d1ac016fdbaee (patch)
tree2f593f482089d568f7cf7614873b114e88046755 /man.h
parented04d894e573be8a07ec7f68bb5245f83ce49beb (diff)
downloadmandoc-b9297c29623c1e4db9a654cff80d1ac016fdbaee.tar.gz
Removed restriction on integer manual sections in -man.
Diffstat (limited to 'man.h')
-rw-r--r--man.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.h b/man.h
index 8744efe9..944003a5 100644
--- a/man.h
+++ b/man.h
@@ -74,7 +74,7 @@ enum man_type {
};
struct man_meta {
- int msec;
+ char *msec;
time_t date;
char *vol;
char *title;