summaryrefslogtreecommitdiffstats
path: root/accessibility/xzoom/fixmanpage.diff
blob: 50c433ddb38b8ee681bc4ef46b56bcdc7d801519 (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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	2023-09-07 01:22:37.176597776 -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 "06 Sep 2023" "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 \fImagnification\fP 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
@@ -94,13 +94,17 @@
 10 and 0 ms.
 .TP
 .B
+g
+Toggle the grid on and off (default: off).
+.TP
+.B
 q
 Quit.
 .TP
 .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 +113,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 +124,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 <urchlay@slackware.uk> for the SlackBuilds.org project.