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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
# DP: fix typos and hyphens in manpage
--- a/dot-mkxlax
+++ b/dot-mkxlax
@@ -1,7 +1,7 @@
#
# .mkxlax - config file for mkxlax
#
-# Distriubition sample file.
+# Distribution sample file.
#
# tile: -group tilexlax -dx 510 -wrapx 1000 -wrapdy 345 -geometry +740-2
# use this layout by running: "mkxlax -layout tile"
--- a/mkxlax.man
+++ b/mkxlax.man
@@ -13,7 +13,7 @@ xterms.
.I Mkxlax
will start an xterm for each argument (send string) provided.
-Each xterm will have it's name hint (the `-name' option) set to
+Each xterm will have it's name hint (the `\-name' option) set to
xlax:sendString, where the sendString is the argument provided to
.I mkxlax.
The xterms will all be started with send events enabled (required for xlax).
@@ -53,11 +53,11 @@ If y is greater than this value, y wraps
.TP 8
.BI \-wrapdx " num"
If a wrap occurs, add this value to x. Typically this is used together with
-`-wrapy', so that when y returns to zero, x is shifted.
+`\-wrapy', so that when y returns to zero, x is shifted.
.TP 8
.BI \-wrapdy " num"
If a wrap occurs, add this value to y. Typically this is used together with
-`-wrapx', so that when x returns to zero, y is shifted.
+`\-wrapx', so that when x returns to zero, y is shifted.
.TP 8
.BI \-termsize " WIDTHxHEIGHT"
@@ -74,12 +74,12 @@ geometry for the xlax window (NOT the xt
X11 geometry, e.g. WIDTHxHEIGHT+XOFFSET+YOFFSET.
.TP 8
-.B \--
+.B \-\-
Ends option processing (in case a sendString needs to start with a dash).
.PP
If no options are given, the defaults are
-`-x 0 -y 0 -dx 20 -dy 50 -wrapy 750 -wrapdx 200'
+`\-x 0 \-y 0 \-dx 20 \-dy 50 \-wrapy 750 \-wrapdx 200'
It's possible to provide options that probably don't make any sense. The
EXAMPLES section shows a few reasonable usages.
@@ -93,7 +93,7 @@ For example:
.RS
.\" .LP
.nf
- tile: -group tilexlax -dx 510 -wrapx 1000 -wrapdy 345 -geometry +740-2
+ tile: \-group tilexlax \-dx 510 \-wrapx 1000 \-wrapdy 345 \-geometry +740\-2
\f1
.fi
.RE
@@ -104,14 +104,14 @@ file, you can then run:
.RS
.\" .LP
.nf
- mkxlax -layout tile host1 host2 ...
+ mkxlax \-layout tile host1 host2 ...
\f1
.fi
.RE
And all of the options associated with "tile" will apply. Note that the
config file will override any command-line options which are before
-the "-layout"; command-line options
-after the "-layout" will override those in the config file.
+the "\-layout"; command-line options
+after the "\-layout" will override those in the config file.
You can also list sendStrings after the options in the layout
configuration, so a frequently used list of strings can be accessed
@@ -138,7 +138,7 @@ commands.
.RS
.\" .LP
.nf
-example% mkxlax -group foo: host1 host2 host3
+example% mkxlax \-group foo: host1 host2 host3
\f1
.fi
.RE
@@ -147,7 +147,7 @@ To lay out tiled, by row:
.RS
.\" .LP
.nf
-example% mkxlax -dx 400 -wrapx 1000 -wrapdy 300 host1 host2 ...
+example% mkxlax \-dx 400 \-wrapx 1000 \-wrapdy 300 host1 host2 ...
\f1
.fi
.RE
@@ -156,7 +156,7 @@ To lay out tiled, by column:
.RS
.\" .LP
.nf
-example% mkxlax -dy 300 -wrapy 700 -wrapdx 400 host1 host2 ...
+example% mkxlax \-dy 300 \-wrapy 700 \-wrapdx 400 host1 host2 ...
\f1
.fi
.RE
--- a/xlax.man
+++ b/xlax.man
@@ -3,7 +3,7 @@
xlax - X window system program to send keyboard input to multiple windows
.SH SYNOPSIS
.B "xlax"
-[-find] [-prefix \fIstring\fP] [-\fItoolkit options\fP]
+[\-find] [\-prefix \fIstring\fP] [\-\fItoolkit options\fP]
.SH DESCRIPTION
.PP
.I Xlax
@@ -47,8 +47,8 @@ The "Paste" button sends the currently (
to all active windows.
The "Find xlax:" button searches all X11 windows for those with a
-class hint that begins with "xlax:" (or alternately, a string specifed
-by the user with the -prefix option). These windows are added automatically,
+class hint that begins with "xlax:" (or alternately, a string specified
+by the user with the \-prefix option). These windows are added automatically,
and their sendstring is automatically set to whatever follows "xlax:" (or
the alternate prefix value).
@@ -63,13 +63,13 @@ This starts up three xterms, and then xl
.RS
.\" .LP
.nf
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name xlax:string1 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name xlax:string1 &
[1] 555
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name xlax:string2 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name xlax:string2 &
[2] 556
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name xlax:string3 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name xlax:string3 &
[3] 557
-example% xlax -find
+example% xlax \-find
\f1
.fi
.RE
@@ -79,17 +79,17 @@ specify a different prefix:
.RS
.\" .LP
.nf
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name foo:string1 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name foo:string1 &
[1] 555
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name foo:string2 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name foo:string2 &
[2] 556
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name bar:string3 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name bar:string3 &
[3] 557
-example% xterm -xrm 'XTerm*allowSendEvents: true' -name bar:string3 &
+example% xterm \-xrm 'XTerm*allowSendEvents: true' \-name bar:string3 &
[4] 558
-example% xlax -prefix foo: -find &
+example% xlax \-prefix foo: \-find &
[5] 559
-example% xlax -prefix bar: -find &
+example% xlax \-prefix bar: \-find &
[6] 560
\f1
.fi
|