]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix environment tables
authorTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 20:27:09 +0000 (13:27 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 20:27:09 +0000 (13:27 -0700)
doc/mdoc2wiki.awk

index f2a4301d8b75fb12c02f2ced08595f599f9561ff..ff263d974b8ebd9da498d2568e623507ddd7f31a 100755 (executable)
@@ -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>"