summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:50:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:50:31 +0000
commit7781128d46665331fdbd9893a256257e88eaf96d (patch)
tree2e1e8ed81202c43bef356b75ea9f2f2cd86440d6 /html.h
parenta9dec6b72054a997078fb8d026d5a990639857dd (diff)
downloadmandoc-7781128d46665331fdbd9893a256257e88eaf96d.tar.gz
Added Bf, Pf, etc. to -Thtml.
Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index a95181e0..1298a0a5 100644
--- a/html.h
+++ b/html.h
@@ -82,6 +82,7 @@ struct html {
int flags;
#define HTML_NOSPACE (1 << 0)
#define HTML_NEWLINE (1 << 1)
+#define HTML_IGNDELIM (1 << 2)
struct tagq tags;
struct ordq ords;
void *symtab;