From 224d010444ff10359e8d1c19e8739476b1e8f0f9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Oct 2009 15:08:09 +0000 Subject: 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). --- man_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index eb181655..059f2392 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.1 2009/09/21 14:56:57 kristaps Exp $ */ +/* $Id: man_html.c,v 1.2 2009/10/03 15:08:09 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -17,6 +17,7 @@ #include #include +#include #include #include "html.h" -- cgit v1.2.3-56-ge451