aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 14:03:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 14:03:54 +0000
commitd43a3b25e58b22f878cf000f42454792b509cd9d (patch)
treef725f25c5608192f76806b2200ac2124e11c1c92 /man.h
parentedebd366803524ac2fde5ebf8a576ea4c29dabc3 (diff)
downloadmandoc-d43a3b25e58b22f878cf000f42454792b509cd9d.tar.gz
mandoc-d43a3b25e58b22f878cf000f42454792b509cd9d.tar.zst
mandoc-d43a3b25e58b22f878cf000f42454792b509cd9d.zip
Allow bad -man dates to flow verbatim into the front-ends. Noted by
Ulrich Spoerlein.
Diffstat (limited to 'man.h')
-rw-r--r--man.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/man.h b/man.h
index c6976f3a..6f8fa013 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.35 2010/05/17 22:11:42 kristaps Exp $ */
+/* $Id: man.h,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -71,6 +71,7 @@ enum man_type {
struct man_meta {
char *msec;
time_t date;
+ char *rawdate;
char *vol;
char *title;
char *source;