Package: xpdf / 3.04-13

manpage-formatting.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Subject: xpdf.1: Some formatting improvements in the manual
Date: Mon, 19 Feb 2018 20:38:54 +0000
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890842

--- a/doc/xpdf.1	2017-11-25 00:15:13.000000000 +0000
+++ b/doc/xpdf.1	2018-02-19 01:56:29.000000000 +0000
@@ -39,7 +39,8 @@ You can also start xpdf without opening
 xpdf
 .RE
 .PP
-Various compressed formats (gz, bz2, xz, and Z) are also supported, for example::
+Various compressed formats (gz, bz2, xz, and Z) are also supported,
+for example::
 .PP
 .RS
 xpdf file.pdf.gz
@@ -124,7 +125,7 @@ Enable or disable vector anti-aliasing.
 .BI \-ps " PS-file"
 Set the default file name for PostScript output (i.e., the name which
 will appear in the print dialog).  This can also be of the form
-\'|command' to pipe the PostScript through a command.
+\'| command' to pipe the PostScript through a command.
 .RB "[config file: " psFile ]
 .TP
 .BI \-paper " size"
@@ -218,7 +219,7 @@ Open multiple pdf files:
 etc.  NOTE: The list of files is terminated once an argument starting with
 a dash is encountered.  In order to view file names starting with
 a dash, simply append "./".
-.BI \-m
+.B \-m
 may be used multiple times.
 .PP
 Several other standard X options and resources will work as expected:
@@ -278,8 +279,8 @@ Find a text string.
 .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.
@@ -693,7 +694,7 @@ The external command string will often c
 command must be quoted in the xpdfrc file:
 .nf

-    bind x "run(ls -l)"
+    bind x "run(ls \-l)"

 .fi
 .TP
@@ -829,7 +830,7 @@ The default key bindings are as follows:
     bind alt-f          any         toggleFullScreenMode
     bind ctrl-l         any         redraw
     bind ctrl-w         any         closeWindowOrQuit
-    bind ?              any         about
+    bind ?\&              any         about
     bind q              any         quit
     bind Q              any         quit

@@ -892,9 +893,10 @@ Error related to PDF permissions.
 99
 Other error.
 .SH AUTHOR
-The xpdf software and documentation are copyright 1996-2014 Glyph &
+The xpdf software and documentation are copyright 1996\(en2014 Glyph &
 Cog, LLC.
 .SH "SEE ALSO"
+.ad l
 .BR pdftops (1),
 .BR pdftotext (1),
 .BR pdftohtml (1),