Package: mupdf
Version: 1.14.0+ds1-2
Severity: minor
Tags: patch

Dear Maintainer,

  I found some formatting and textual defects:

1) Remove a superfluous escape character

/home/bg/git/groff/build/../tmac/an-old.tmac:385: backtrace: macro 'B'
troff: <mupdf.1>:131: warning: escape character ignored before '+'

####

2) Change '-' (\-) to '\(en' (en-dash) for a numeric range.

mupdf.1:122:.B [0-9]m
mupdf.1:125:.B [0-9]t
mupdf.1:212:MuPDF is Copyright 2006-2017 Artifex Software, Inc.

#####

3) Add a comma (or \&) after "e.g." and "i.e.", or use English words
(man-pages(7) [package "manpages"]).

199:file to be reloaded automatically, for use in e.g. build scripts.

#####

4) Wrong distance between sentences or protect the indicator.

a) Separate the sentences and subordinate clauses; each begins on a new
line.  See man-pages(7) [package "manpages"] and "info groff".

Or

b) Adjust space between sentences (two spaces),

c) or protect the indicator by adding "\&" after it.

The "indicator" is an "end-of-sentence character" (.!?).

45:(off) and 8 (best). The default value is 8.
48:Sets the full-page tint using hexadecimal color syntax. The default value
67:A left click on a hyper link follows the link. In presentation mode
74:Pan the page. Panning beyond the bottom or top
78:Select text in an area. On X11, the selected text
87:Pan page up or down. Does not change page
117:Mark current page for snap back. Up to 256 pages can be marked.
199:file to be reloaded automatically, for use in e.g. build scripts.

#####

  The patch is in the attachment.

-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.10-2 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages mupdf depends on:
ii  libc6            2.27-8
ii  libfreetype6     2.9.1-3
ii  libharfbuzz0b    2.1.1-1+b1
ii  libjbig2dec0     0.15-2
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  libopenjp2-7     2.3.0-1
ii  libssl1.1        1.1.1a-1
ii  libx11-6         2:1.6.7-1
ii  libxext6         2:1.3.3-1+b2
ii  zlib1g           1:1.2.11.dfsg-1

mupdf recommends no packages.

Versions of packages mupdf suggests:
pn  mupdf-tools  <none>

-- no debconf information

-- 
Bjarni I. Gislason
--- mupdf.1     2018-11-04 00:13:26.000000000 +0000
+++ mupdf.1.new 2018-12-06 00:34:22.000000000 +0000
@@ -26,8 +26,6 @@ and various image formats such as
 .B GIF,
 and
 .B TIFF.
-.PP
-
 .SH OPTIONS
 A description of each of the supported options is included below.
 
@@ -42,11 +40,12 @@ The default value is 72.
 .TP
 .B \-A bits
 Changes the anti-aliasing quality, specified as a number of bits between 0
-(off) and 8 (best). The default value is 8.
+(off) and 8 (best).
+The default value is 8.
 .TP
 .B \-C RRGGBB
-Sets the full-page tint using hexadecimal color syntax. The default value
-is FFFAF0.
+Sets the full-page tint using hexadecimal color syntax.
+The default value is FFFAF0.
 .TP
 .B \-W width
 Page width in points for EPUB layout.
@@ -64,18 +63,20 @@ User style sheet for EPUB layout.
 
 .TP
 .B Left mouse button click
-A left click on a hyper link follows the link. In presentation mode
-advances to the next page.
+A left click on a hyper link follows the link.
+In presentation mode advances to the next page.
 .TP
 .B Right mouse button click
 In presentation mode goes back to the previous page.
 .TP
 .B Left mouse button drag
-Pan the page. Panning beyond the bottom or top
+Pan the page.
+Panning beyond the bottom or top
 edge will go to the next or previous page.
 .TP
 .B Right mouse button drag
-Select text in an area. On X11, the selected text
+Select text in an area.
+On X11, the selected text
 can be pasted in another application with a middle click.
 Press
 .B Ctrl+C
@@ -84,8 +85,8 @@ On Windows, the selected text will autom
 to the clipboard.
 .TP
 .B Scroll wheel
-Pan page up or down. Does not change page
-when reaching the bottom or top edge.
+Pan page up or down.
+Does not change page when reaching the bottom or top edge.
 .TP
 .B Shift + Scroll wheel
 Pan page left or right.
@@ -114,21 +115,22 @@ Go to page 123.
 Go to the first or last page.
 .TP
 .B m
-Mark current page for snap back. Up to 256 pages can be marked.
+Mark current page for snap back.
+Up to 256 pages can be marked.
 .TP
 .B t
 Pop back to the latest mark.
 .TP
-.B [0-9]m
+.B [0\(en9]m
 Save the current page number in the numbered register.
 .TP
-.B [0-9]t
+.B [0\(en9]t
 Go to the page saved in the numbered register.
 
 .PP
 Zooming and rotating:
 .TP
-.B \+, \-
+.B +, \-
 Zoom in or out.
 .TP
 .B W, H
@@ -196,7 +198,7 @@ Quit.
 .TP
 .B SIGHUP
 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.
+file to be reloaded automatically, for use in e.g.\& build scripts.
 
 .SH ENVIRONMENT
 
@@ -209,4 +211,4 @@ and falls back to "xdg-open" if BROWSER
 .BR mutool (1).
 
 .SH AUTHOR
-MuPDF is Copyright 2006-2017 Artifex Software, Inc.
+MuPDF is Copyright 2006\(en2017 Artifex Software, Inc.

Reply via email to