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).
|