Source: poppler Version: 0.24.5-2 Severity: minor Tags: patch Dear Maintainer,
* What led up to the situation? Checking the man page with a script * What was the outcome of this action? Saw some typographical mistakes ## Changes: Changed ".." to " ... " Reduced two word spaces to one Changed - between two numbers to \(en (en-dash), if it meant a range Changed " - " to " \(en ", if it meant a "dash" (pause, separation) Patch: --- pdfunite.1 2013-08-16 23:20:41.000000000 +0000 +++ pdfunite.1.new 2014-03-09 15:17:27.000000000 +0000 @@ -5,10 +5,10 @@ pdfunite \- Portable Document Format (PD .SH SYNOPSIS .B pdfunite [options] -.I PDF-sourcefile1..PDF-sourcefilen PDF-destfile +.I PDF-sourcefile1 ... PDF-sourcefilen PDF-destfile .SH DESCRIPTION .B pdfunite -merges several PDF (Portable Document Format) files in order of their occurence on command line to one PDF result file. +merges several PDF (Portable Document Format) files in order of their occurrence on command line to one PDF result file. .TP Neither of the PDF-sourcefile1 to PDF-sourcefilen should be encrypted. .SH OPTIONS @@ -27,7 +27,7 @@ pdfunite sample1.pdf sample2.pdf sample. .TP merges all pages from sample1.pdf and sample2.pdf (in that order) and creates sample.pdf .SH AUTHOR -The pdfunite software and documentation are copyright 1996-2004 Glyph & Cog, LLC -and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org +The pdfunite software and documentation are copyright 1996\(en2004 Glyph & Cog, LLC +and copyright 2005\(en2011 The Poppler Developers \(en http://poppler.freedesktop.org .SH "SEE ALSO" .BR pdfseparate (1), -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable') Architecture: i386 (i586) Kernel: Linux 3.2.53-rt75-1 Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash -- Bjarni I. Gislason -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

