summaryrefslogtreecommitdiffstatshomepage
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
commit3211a3293d4f68feb48e68fc3014d6831c1b44e3 (patch)
treef6bb6ebeda945d354143c9f47fe7839393a6c792 /html.h
parentcdff20f6d7e19ed09c4c123178ff9c16bdef9aa9 (diff)
downloadmandoc-3211a3293d4f68feb48e68fc3014d6831c1b44e3.tar.gz
mandoc-3211a3293d4f68feb48e68fc3014d6831c1b44e3.tar.zst
mandoc-3211a3293d4f68feb48e68fc3014d6831c1b44e3.zip
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.h b/html.h
index 3775edb9..fd3939d0 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.16 2009/10/28 05:08:17 kristaps Exp $ */
+/* $Id: html.h,v 1.17 2009/10/28 08:00:18 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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