summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2014-06-21 13:27:09 -0700
committerTim Kientzle <kientzle@acm.org>2014-06-21 13:27:09 -0700
commit0ef0a16288a907e888c29d7526fc65014fbeb5c4 (patch)
treefc520388818a7141fe28a6f087e18a68ea8cdecd /doc
parent67e429d809f91f604a139c770127bae2a89d43b6 (diff)
downloadlibarchive-0ef0a16288a907e888c29d7526fc65014fbeb5c4.tar.gz
Fix environment tables
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mdoc2wiki.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mdoc2wiki.awk b/doc/mdoc2wiki.awk
index f2a4301d..ff263d97 100755
--- a/doc/mdoc2wiki.awk
+++ b/doc/mdoc2wiki.awk
@@ -443,6 +443,8 @@ function splitwords(l, dest, n, o, w) {
addopen("'''")
w++
add(words[++w] "'''")
+ trailer = listnext[listdepth] "<dd>" trailer
+ listnext[listdepth] = "</dd>"
} else {
trailer = listnext[listdepth] "<dd>" trailer
listnext[listdepth] = "</dd>"