File: 0001-mupdf_manpage.patch

package info (click to toggle)
mupdf 1.25.1%2Bds1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,644 kB
  • sloc: ansic: 270,937; python: 20,709; java: 6,916; javascript: 1,865; makefile: 1,130; xml: 550; sh: 430; cpp: 325; cs: 313; awk: 10; sed: 7; lisp: 3
file content (36 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (2)
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
From: Kan-Ru Chen <koster@debian.org>
Date: Sat, 20 Sep 2014 11:08:32 +0800
Subject: mupdf_manpage

---
 docs/man/mupdf.1 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/man/mupdf.1 b/docs/man/mupdf.1
index b827e38..4b2ea55 100644
--- a/docs/man/mupdf.1
+++ b/docs/man/mupdf.1
@@ -176,6 +176,9 @@ Reload file.
 .B p
 Toggle presentation mode.
 .TP
+.B P
+Displays the current page number temporarily.
+.TP
 .B c
 Toggle between color and grayscale rendering.
 .TP
@@ -213,6 +216,13 @@ Quit.
 Sending a \fBSIGHUP\fR signal to the mupdf process will also cause the viewed
 file to be reloaded automatically, for use in e.g.\& build scripts.
 
+.SH ENVIRONMENT
+
+.TP
+.B BROWSER
+When \fBmupdf\fR opens a link it first uses BROWSER to browse the link
+and falls back to "xdg-open" if BROWSER is not defined.
+
 .SH SEE ALSO
 .BR mutool (1).