summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:00:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:00:17 +0000
commitb54610ec3ea88d830ee9843b468ad8f396ef41ab (patch)
tree28cdc0bcf547a7b145eb264cc0c9a4b02919a747 /html.h
parent727efc61ff79f9a152dc0ec1ff6aae25907a32fb (diff)
downloadmandoc-b54610ec3ea88d830ee9843b468ad8f396ef41ab.tar.gz
Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -mdoc).
Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.h b/html.h
index 382fd594..8a85bdb1 100644
--- a/html.h
+++ b/html.h
@@ -137,7 +137,6 @@ void bufncat(struct html *, const char *, size_t);
void bufinit(struct html *);
void html_idcat(char *, const char *, int);
-void html_idcpy(char *, const char *, int);
__END_DECLS