diff options
Diffstat (limited to 'accessibility/xzoom/fixmanpage.diff')
-rw-r--r-- | accessibility/xzoom/fixmanpage.diff | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/accessibility/xzoom/fixmanpage.diff b/accessibility/xzoom/fixmanpage.diff new file mode 100644 index 000000000000..b0f11620e54b --- /dev/null +++ b/accessibility/xzoom/fixmanpage.diff @@ -0,0 +1,89 @@ +diff -Naur xzoom-0.3.orig/debian/manpage/xzoom.1 xzoom-0.3.orig.patched/debian/manpage/xzoom.1 +--- xzoom-0.3.orig/debian/manpage/xzoom.1 2020-06-22 18:56:07.000000000 -0400 ++++ xzoom-0.3.orig.patched/debian/manpage/xzoom.1 2020-06-24 02:07:37.340848752 -0400 +@@ -1,5 +1,5 @@ + .\" Text automatically generated by txt2man +-.TH xzoom 1 "22 Jun 2020" "xzoom-0.3-26" "magnify part of X display" ++.TH xzoom 1 "24 Jun 2020" "xzoom-0.3-26" "magnify part of X display" + .SH NAME + \fBxzoom \fP- magnify part of X display, with real-time updates + \fB +@@ -23,7 +23,7 @@ + (optionally different \fImagnification\fP for X and Y axes) or rotate or mirror + the image. + .PP +-Use commands to change rotation, zoom or mirror the image. ++Use COMMANDS (see below) to change rotation, zoom, or mirror the image. + .SH OPTIONS + .TP + .B +@@ -33,16 +33,16 @@ + .B + \fB-mag\fP <\fImagnification\fP [ \fImagnification\fP ]> + What \fImagnification\fP to use. If two +-number arguments are supplied the first is used for X magnications and the ++number arguments are supplied the first is used for X magnication and the + second is used for Y \fImagnification\fP. Magnification should be greater than 0. + .TP + .B + \fB-geometry\fP <geometry> +-Size and position \fBxzoom\fP's window. ++Size and position of \fBxzoom\fP's window. + .TP + .B + \fB-source\fP <geometry> +-Size and position the initial source area which is ++Size and position of the initial source area which is + magnified. The dimensions of this area are multiplied by the \fImagnification\fP + to get the size of \fBxzoom\fP's window. If these dimensions are given separately + (by use of \fB-geometry\fP) then an error is reported. +@@ -82,11 +82,11 @@ + .TP + .B + w +-Next '+' or '-' only change width scaling. ++Next '+' or '-' only changes width scaling. + .TP + .B + h +-Next '+' or '-' only change height scaling. ++Next '+' or '-' only changes height scaling. + .TP + .B + d +@@ -100,7 +100,7 @@ + .B + Arrow keys + Scroll the zoomed area 1 pixel in the direction of the arrow. +-if the control key is pressed the zoomed area will scroll 10 ++If the control key is pressed the zoomed area will scroll 10 + pixels. + .TP + .B +@@ -109,7 +109,7 @@ + button inside \fBxzoom\fP's window and then move it (keep the button + pressed) to the place which you want to see magnified. + .PP +-Xzoom allow you to resize it's window at any time. ++Xzoom allows you to resize its window at any time. + .PP + When \fBxzoom\fP is iconified it simply waits to get deiconified. + .SH EXAMPLES +@@ -120,14 +120,14 @@ + .TP + .B + \fBxzoom\fP \fB-mag\fP 2 \fB-geometry\fP 800x400 +-# Open \fBxzoom\fP with \fImagnification\fP 2 and windows size 800x400. ++# Open \fBxzoom\fP with \fImagnification\fP 2 and window size 800x400. + .TP + .B + \fBxzoom\fP -\fIx\fP + # Open display flipping right and left. + .SH SEE ALSO +-\fBxmag\fP(1), \fBxzoom\fP help page. ++\fBxmag\fP(1) + .SH AUTHORS + \fBxzoom\fP was written by Itai Nahshon. + .PP +-This manual page was written by Daniel Lenharo de Souza <lenharo@debian.org> for the Debian project (but may be used by others). ++This manual page was written by Daniel Lenharo de Souza <lenharo@debian.org> for the Debian project (but may be used by others). It was cleaned up slightly by B. Watson <yalhcru@gmail.com> for the SlackBuilds.org project. |