diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 15:08:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 15:08:09 +0000 |
commit | 54bada649de2dc93dd974dabdb3c9a3c732571f5 (patch) | |
tree | c6232a3224f4c599fc64f935d85a38c77758952c /man_html.c | |
parent | 30fcd4b7eb064dd0029d7fc6e60afc9b973015cb (diff) | |
download | mandoc-54bada649de2dc93dd974dabdb3c9a3c732571f5.tar.gz |
Element tag buffer is now part of struct html.
buffmt() can be called in sequence.
Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats).
Added -oman=FMT -Thtml option for `Xr' manual links.
Removed -obase=URI -Thtml option (obsolete).
Diffstat (limited to 'man_html.c')
-rw-r--r-- | man_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include <sys/types.h> #include <sys/queue.h> +#include <stdio.h> #include <stdlib.h> #include "html.h" |