From: Andres Mejia Date: Thu, 2 Feb 2012 00:03:08 +0000 (-0500) Subject: Use proper format for bold in mediawiki. X-Git-Tag: v3.0.4~2^2~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4336b938c2c8e3f281a40c8c31de3cb09dd650c;p=thirdparty%2Flibarchive.git Use proper format for bold in mediawiki. SVN-Revision: 4221 --- diff --git a/doc/mdoc2mediawiki.awk b/doc/mdoc2mediawiki.awk index 508712f2d..a0ecc167c 100755 --- a/doc/mdoc2mediawiki.awk +++ b/doc/mdoc2mediawiki.awk @@ -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] "
" trailer listnext[listdepth] = "
"