diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-11 19:37:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-11 19:37:00 +0000 |
commit | b96c4feac3240b0841c9ecf67b07da0607aa27b5 (patch) | |
tree | 60b7e6d126c09cb88522d0f68c4e6410e0d6f9de /libmandoc.h | |
parent | 5e455d86a5a5d8a59d1be5988f9769217208b603 (diff) | |
download | mandoc-b96c4feac3240b0841c9ecf67b07da0607aa27b5.tar.gz |
Style message about legacy man(7) date format in mdoc(7) documents
and operating system dependent messages about missing or unexpected
Mdocdate; inspired by mdoclint(1).
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h index c0d71552..eb0a571c 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -45,7 +45,7 @@ void mandoc_vmsg(enum mandocerr, struct mparse *, int, int, const char *, ...) __attribute__((__format__ (__printf__, 5, 6))); char *mandoc_getarg(struct mparse *, char **, int, int *); -char *mandoc_normdate(struct mparse *, char *, int, int); +char *mandoc_normdate(struct roff_man *, char *, int, int); int mandoc_eos(const char *, size_t); int mandoc_strntoi(const char *, size_t, int); const char *mandoc_a2msec(const char*); |