]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spacing for .Dv macros.
authorAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 23:10:08 +0000 (18:10 -0500)
committerAndres Mejia <amejia004@gmail.com>
Thu, 2 Feb 2012 23:10:08 +0000 (18:10 -0500)
SVN-Revision: 4230

doc/mdoc2mediawiki.awk

index 119eee0a3bd403044ecd3620a4c2151985097fed..22a036f67b3a36cff6c4e57f2189bb4fb955de2c 100755 (executable)
@@ -340,6 +340,8 @@ function splitwords(l, dest, n, o, w) {
        add(words[w])
     } else if(match(words[w],"^Dv$")) {
       linecmd()
+      l = wtail()
+      add(l " ")
     } else if(match(words[w],"^Em|Ev$")) {
       add(".IR")
     } else if(match(words[w],"^Pq$")) {