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). --- html.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index a776f466..555aac27 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.7 2009/09/24 09:50:31 kristaps Exp $ */ +/* $Id: html.h,v 1.8 2009/10/03 15:08:09 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -87,7 +87,10 @@ struct html { struct ordq ords; void *symtab; char *base; + char *base_man; char *style; + char buf[BUFSIZ]; + size_t buflen; }; void print_gen_doctype(struct html *); -- cgit v1.2.3