summaryrefslogtreecommitdiffstatshomepage
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
commite31ba3ca2b454ee69e0708aa1fce28e3c3337584 (patch)
treed69e131442964c54ce9428745c7649af17392392 /html.h
parent3ed66df36c17c0acbbe4b0abf4000069483787ce (diff)
downloadmandoc-e31ba3ca2b454ee69e0708aa1fce28e3c3337584.tar.gz
mandoc-e31ba3ca2b454ee69e0708aa1fce28e3c3337584.tar.zst
mandoc-e31ba3ca2b454ee69e0708aa1fce28e3c3337584.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index 92dc5524..a776f466 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.6 2009/09/21 14:56:56 kristaps Exp $ */
+/* $Id: html.h,v 1.7 2009/09/24 09:50:31 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;