]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spacing between lines for mediawiki pages.
authorAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 00:25:50 +0000 (19:25 -0500)
committerAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 00:25:50 +0000 (19:25 -0500)
SVN-Revision: 4223

doc/mdoc2mediawiki.awk

index 10c564a90e4718558172c9e98b011a67e425a7fb..cf3a551b7fb7571795576e164ff63a5214f73822 100755 (executable)
@@ -138,7 +138,7 @@ function splitwords(l, dest, n, o, w) {
 }
 
 ! /^\./ {
-  out = $0
+  out = $0 " "
   endline()
   next
 }