I have a fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2. The problem is when any PDF is created, the result is two duplicate documents concatenated together. http://sourceforge.net/p/sox/bugs/261/
The cause was a bug in pdfroff. The solution is to use groff's internal PDF builder instead. So, instead of this: pdfroff -t -man -Tps sox.1 > sox.pdf Use this: groff -t -man -Tpdf sox.1 > sox.pdf So, how do I proceed? Do I submit a merge request through git or post a patch to this list? -- Kevin Conder ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel