]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Use proper format for bold in mediawiki.
authorAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 00:03:08 +0000 (19:03 -0500)
committerAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 00:03:08 +0000 (19:03 -0500)
SVN-Revision: 4221

doc/mdoc2mediawiki.awk

index 508712f2d87e8f0a37fbc54309f467fad1293880..a0ecc167c0e79905c88d0b20856d59ecf72ab812 100755 (executable)
@@ -401,9 +401,9 @@ function splitwords(l, dest, n, o, w) {
          # Suppress trailer
          w++
        } else if(match(words[w+1],"^Pa$|^Ev$")) {
-         addopen("*")
+         addopen("'''")
          w++
-         add(words[++w] "*")
+         add(words[++w] "'''")
        } else {
          trailer = listnext[listdepth] "<dd>" trailer
          listnext[listdepth] = "</dd>"