aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit23ae8ccb1b52134baac639bb4490d75fd11c858e (patch)
tree4072aac4dd10080d6a9f7726e2509ab0047eafcf /man.h
parentfcd36c026ba83fae0d9c59ba6543c993fac6c187 (diff)
downloadmandoc-23ae8ccb1b52134baac639bb4490d75fd11c858e.tar.gz
mandoc-23ae8ccb1b52134baac639bb4490d75fd11c858e.tar.zst
mandoc-23ae8ccb1b52134baac639bb4490d75fd11c858e.zip
Removed restriction on integer manual sections in -man.
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 ca61fae2..62c26289 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.29 2010/05/12 16:46:28 kristaps Exp $ */
+/* $Id: man.h,v 1.30 2010/05/15 15:54:39 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -74,7 +74,7 @@ enum man_type {
};
struct man_meta {
- int msec;
+ char *msec;
time_t date;
char *vol;
char *title;