summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 14:52:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 14:52:16 +0000
commitfb2492a98c627cb31a5ce400bab597e1ff751da4 (patch)
tree22b69a7d17cf6d996059bd6a2ea9e0343e28495e /mdoc.h
parent5e2df6c48c6edf1da80c40d4f2b353e8447cf0db (diff)
downloadmandoc-fb2492a98c627cb31a5ce400bab597e1ff751da4.tar.gz
In-progress move from -T[x]html using DIVs for its lists to using DL,
OL, and UL. Issue raised by Will Backman, solution proposed by schwarze@.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 0e494f83..bcdb793c 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -283,7 +283,8 @@ enum mdoc_list {
LIST_inset,
LIST_item,
LIST_ohang,
- LIST_tag
+ LIST_tag,
+ LIST_MAX
};
/*