aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc0be1fbed2b6723c63c27df2ef9c35a42aed2502 (patch)
tree7e969bb62b1eba2e73474808534be7476ed51e94 /html.h
parentb3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d (diff)
downloadmandoc-c0be1fbed2b6723c63c27df2ef9c35a42aed2502.tar.gz
mandoc-c0be1fbed2b6723c63c27df2ef9c35a42aed2502.tar.zst
mandoc-c0be1fbed2b6723c63c27df2ef9c35a42aed2502.zip
Add support for `Sm' in -T[x]html -mdoc.
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 b9c5d3ff..b2f9e8c3 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.26 2010/07/13 23:53:20 schwarze Exp $ */
+/* $Id: html.h,v 1.27 2010/07/23 00:08:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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;