Package: xpdf-reader
Version: 3.00-14
Severity: normal

*** Please type your report below this line ***
Hi!

Manpage of xpdf will be shown only partly, last line of manpage viewer
shows:
"Manual page xpdf.1 line 117/155 (END)"

The problem seems to be that \' will be not interpreted as
an quoted apostrophe but as an escape sequence (ASCII character 0x27).
(Please see groff manual.)

Attached patch removes backslashes before apostrophes and ensures, that
an apostrophe is not the first character in a line.

Please consider to apply it after further testing.

Kindly regads,
Erik Schanze


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-7-hz100
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xpdf depends on:
ii  xpdf-common                   3.00-14    Portable Document Format (PDF) 
sui
ii  xpdf-reader                   3.00-14    Portable Document Format (PDF) 
sui
ii  xpdf-utils                    3.00-14    Portable Document Format (PDF) 
sui

xpdf recommends no packages.


Freundlich grüßend,

Erik


-- 
 www.ErikSchanze.de *********************************************
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
      * Linux-Info-Tag in Dresden, am 29. Oktober 2005          *
             Info: http://www.linux-info-tag.de                 *
--- xpdf.1	2005-07-30 22:00:49.000000000 +0200
+++ xpdf.patched.1	2005-07-30 22:02:49.000000000 +0200
@@ -15,7 +15,7 @@
 .SH DESCRIPTION
 .B Xpdf
 is a viewer for Portable Document Format (PDF) files.  (These are also
-sometimes also called \'Acrobat' files, from the name of Adobe's PDF
+sometimes also called 'Acrobat' files, from the name of Adobe's PDF
 software.)  Xpdf runs under the X Window System on UNIX, VMS, and
 OS/2.
 .PP
@@ -34,7 +34,7 @@
 xpdf file.pdf 18
 .RE
 .PP
-You can also give a named destination, prefixed with \'+' in place of
+You can also give a named destination, prefixed with '+' in place of
 the page number.
 .PP
 You can also start xpdf without opening any files:
@@ -96,8 +96,8 @@
 .TP
 .BI \-z " zoom"
 Set the initial zoom factor.  A number specifies a zoom percentage,
-where 100 means 72 dpi.You may also specify \'page', to fit the page
-to the window size, or \'width', to fit the page width to the window
+where 100 means 72 dpi.You may also specify 'page', to fit the page
+to the window size, or 'width', to fit the page width to the window
 width.
 .RB "[config file: " initialZoom "; or X resource: " xpdf.initialZoom ]
 .TP
@@ -117,7 +117,7 @@
 .TP
 .BI \-ps " PS-file"
 Set the default file name for PostScript output.  This can also be of
-the form \'|command' to pipe the PostScript through a command.
+the form '|command' to pipe the PostScript through a command.
 .RB "[config file: " psFile ]
 .TP
 .BI \-paper " size"
@@ -223,12 +223,12 @@
 .RB "[X resource: " xpdf*fontList ]
 .PP
 The color and font options only affect the user interface elements,
-not the PDF display (the \'paper').
+not the PDF display (the 'paper').
 .PP
 The following X resources do not have command line option equivalents:
 .TP
 .B xpdf.viKeys
-Enables the \'h', \'l', \'k' and \'j' keys for left, right, up, and
+Enables the 'h', 'l', 'k' and 'j' keys for left, right, up, and
 down scrolling.
 .SH CONTROLS
 .SS On-screen controls, at the bottom of the xpdf window
@@ -242,7 +242,7 @@
 .B "dashed left/right arrow buttons"
 Move backward or forward along the history path.
 .TP
-.B "\'Page' entry box"
+.B "'Page' entry box"
 Move to a specific page number.  Click in the box to activate it, type
 the page number, then hit return.
 .TP
@@ -255,17 +255,17 @@
 .B "print button"
 Bring up a dialog for generating a PostScript file.  The dialog has
 options to set the pages to be printed and the PostScript file name.
-The file name can be \'-' for stdout or \'|command' to pipe the
-PostScript through a command, e.g., \'|lpr'.
+The file name can be '-' for stdout or '|command' to pipe the
+PostScript through a command, e.g., '|lpr'.
 .TP
-.B "\'?' button"
-Bring up the \'about xpdf' window.
+.B "'?' button"
+Bring up the 'about xpdf' window.
 .TP
 .B "link info"
-The space between the \'?' and \'Quit' buttons is used to show the URL
+The space between the '?' and 'Quit' buttons is used to show the URL
 or external file name when the mouse is over a link.
 .TP
-.B "\'Quit' button"
+.B "'Quit' button"
 Quit xpdf.
 .PP
 .SS Menu
@@ -315,9 +315,9 @@
 .PP
 .SS Links
 Clicking on a hyperlink will jump to the link's destination.  A link
-to another PDF document will make xpdf load that document.  A
-\'launch' link to an executable program will display a dialog, and if
-you click \'ok', execute the program.  URL links call an external
+to another PDF document will make xpdf load that document.  A 'launch'
+link to an executable program will display a dialog, and if
+you click 'ok', execute the program.  URL links call an external
 command (see the
 .B WEB BROWSERS
 section below).
@@ -437,7 +437,7 @@
 .PP
 When you click on a URL link in a PDF file, xpdf will execute the
 command specified by the urlCommand config file option, replacing an
-occurrence of \'%s' with the URL.  For example, to call netscape with
+occurrence of '%s' with the URL.  For example, to call netscape with
 the URL, add this line to your config file:
 .PP
 .RS
@@ -451,8 +451,8 @@
 xpdf -remote myServer file.pdf
 .RE
 .PP
-If there is currently no xpdf running in server mode with the name
-\'myServer', a new xpdf window will be opened.  If another command:
+If there is currently no xpdf running in server mode with the name 'myServer',
+a new xpdf window will be opened.  If another command:
 .PP
 .RS
 xpdf -remote myServer another.pdf 9

Attachment: pgplrlbQDINV1.pgp
Description: PGP signature

Reply via email to