From: Tim Kientzle Date: Sat, 21 Jun 2014 20:27:09 +0000 (-0700) Subject: Fix environment tables X-Git-Tag: v3.1.900a~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef0a16288a907e888c29d7526fc65014fbeb5c4;p=thirdparty%2Flibarchive.git Fix environment tables --- diff --git a/doc/mdoc2wiki.awk b/doc/mdoc2wiki.awk index f2a4301d8..ff263d974 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] "
" trailer + listnext[listdepth] = "
" } else { trailer = listnext[listdepth] "
" trailer listnext[listdepth] = "
"