summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-23 00:08:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-23 00:08:57 +0000
commita41b969da761feea5444b03064068a11e9fd23d6 (patch)
treec602960e0d19e9af540c4a1e0fe232224e033aec /html.h
parentf64bbf4dd52ba1784bd58528b49c64503687d995 (diff)
downloadmandoc-a41b969da761feea5444b03064068a11e9fd23d6.tar.gz
Add support for `Sm' in -T[x]html -mdoc.
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 0a6cc33f..72ead3cb 100644
--- a/html.h
+++ b/html.h
@@ -113,6 +113,7 @@ struct html {
#define HTML_IGNDELIM (1 << 1)
#define HTML_KEEP (1 << 2)
#define HTML_PREKEEP (1 << 3)
+#define HTML_NONOSPACE (1 << 4)
struct tagq tags;
struct ordq ords;
void *symtab;