-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmc.1.in.diff
275 lines (259 loc) · 6.48 KB
/
mc.1.in.diff
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
--- mc.git/doc/man/mc.1.in 2009-09-23 21:50:02.000000000 +0200
+++ mc.src/doc/man/mc.1.in 2009-09-27 13:49:45.000000000 +0200
@@ -79,7 +79,7 @@
If the section [Lines] is not filled, the symbol for the pseudographics
frame is a space, otherwise the frame characters are taken from follow params.
-.B You can redefine follow variables:
+.B You can redefine the following variables:
.TP
.B lefttop
left\-top corner
@@ -457,16 +457,16 @@
and change to the selected directory.
.TP
.B + \ (plus)
-this is used to select (tag) a group of files.The Midnight Commander
+this is used to select (tag) a group of files. The Midnight Commander
will prompt for a selection options. When
.I Files only
-checkbox is on, than files only will be selected. If
+checkbox is on, only files will be selected. If
.I Files only
is off, as files as directories will be selected.
When
.I Shell Patterns
checkbox is on, the regular expression is much like the filename globbing
-in the shell (* standing for zero or more characters and ? standing
+in the shell (* standing for zero or more characters and ? standing
for one character). If
.I Shell Patterns
is off, then the tagging of files is done with normal regular
@@ -1079,7 +1079,7 @@
This is used to select (tag) a group of files. The Midnight Commander
will prompt for a selection options. When
.I Files only
-checkbox is on, than files only will be selected. If
+checkbox is on, only files will be selected. If
.I Files only
is off, as files as directories will be selected.
When
@@ -1856,7 +1856,7 @@
the color defined by the
.I selected
keyword. If the file type highlighting is enabled, file names are colored
-according to rules described in /etc/mc/filehighlight.ini file. See
+according to rules described in @prefix@/etc/mc/filehighlight.ini file. See
.\"LINK2"
Filenames Highlight
.\"Filenames Highlight"
@@ -2463,7 +2463,7 @@
.PP
When
.I Files only
-checkbox is on, than files only will be selected. If
+checkbox is on, only files will be selected. If
.I Files only
is off, as files as directories will be selected.
When
@@ -3193,25 +3193,23 @@
.IP
.br
1) command line option
-.BR \-S
-.BR \<skin\>
+.B \-S \<skin\>
or
-.BR \-\-skin=\<skin\>
+.B \-\-skin=\<skin\>
.br
2) Environment variable
-.BR MC_SKIN
+.B MC_SKIN
.br
3) In config file parameter
-.BR skin
+.B skin
in section
-.BR \[Midhight
-.BR Commander\]
+.B \[Midnight Commander\]
.br
4) File
-.BR /etc/mc/skins/default.ini
+.B @prefix@/etc/mc/skins/default.ini
.br
5) File
-.BR @prefix@/share/mc/skins/default.ini
+.B @prefix@/share/mc/skins/default.ini
.PP
Command line option, environment variable and parameter in config file may
@@ -3219,13 +3217,13 @@
or without it). Search of skin\-file will occur in (to the first one found):
.IP
1)
-.BR ~/.mc/skins/
+.B ~/.mc/skins/
.br
2)
-.BR /etc/mc/skins/
+.B @prefix@/etc/mc/skins/
.br
3)
-.BR @prefix@/share/mc/skins/
+.B @prefix@/share/mc/skins/
.br
.PP
@@ -3252,14 +3250,14 @@
.SH " Description of section and parameters"
Section
-.BR [skin]
+.B [skin]
contain metainfo for skin\-file. Paramter
.I description
contain short text about skin.
.PP
Section
-.BR [filehighlight]
+.B [filehighlight]
contain descriptions of color pairs for filenames highlighting.
Name of parameters must be equal to names of sections into
filehighlight.ini file.
@@ -3271,7 +3269,7 @@
.PP
Section
-.BR [core]
+.B [core]
describes the elements that are used everywhere.
.TP
.I _default_
@@ -3298,7 +3296,7 @@
.PP
Section
-.BR [dialog]
+.B [dialog]
describes the elements that are placed on dialog windows (except error dialogs).
.TP
.I _default_
@@ -3315,7 +3313,7 @@
.PP
Section
-.BR [error]
+.B [error]
describes the elements that are placed on error dialog windows
.TP
.I _default_
@@ -3329,7 +3327,7 @@
.PP
Section
-.BR [menu]
+.B [menu]
describes the elements that are placed on menu. This section describes
system menu (called by F9) and user-defined menus (called by F2 in panels
and by F11 in editor).
@@ -3351,7 +3349,7 @@
.PP
Section
-.BR [help]
+.B [help]
describes the elements that are placed on help window.
.TP
.I _default_
@@ -3359,12 +3357,12 @@
.TP
.I helpitalic
Color pair for element with
-.BR italic
+.B italic
attribute
.TP
.I helpbold
Color pair for element with
-.BR bold
+.B bold
attribute
.TP
.I helplink
@@ -3375,15 +3373,15 @@
.PP
Section
-.BR [editor]
-describes the colors of elements plased in editor.
+.B [editor]
+describes the colors of elements placed in editor.
.TP
.I _default_
Default color for this section. Used [core]._default_ if not specified
.TP
.I editbold
Color pair for element with
-.BR bold
+.B bold
attribute
.TP
.I editmarked
@@ -3397,22 +3395,22 @@
.PP
Section
-.BR [viewer]
-describes the colors of elements plased in viewer.
+.B [viewer]
+describes the colors of elements placed in viewer.
.TP
.I viewunderline
Color pair for element with
-.BR underline
+.B underline
attribute
.\"NODE " Skins colors"
.SH " Color pair definitions"
Any parameter in skin\-file contain definition of color pair.
.PP
-Color pairs described as two color separated by ';'. First color
+Color pairs described as two colors separated by ';'. First color
sets the foreground color, second color sets background color.
One of the colors may be omitted, in this case color will be
-taken from default color pair (global color pair or
+taken from default color pair (global color pair or
from default color pair of this section).
.PP
Example:
@@ -3421,9 +3419,9 @@
[core]
# green on black
_default_=green;black
- # green(default) on blue
+ # green (default) on blue
selected=;blue
- # yellow on black(default)
+ # yellow on black (default)
marked=yellow;
.fi
@@ -3437,8 +3435,8 @@
.\"NODE " Skins lines"
.SH " Draw lines"
Lines sets in section
-.BR [Lines]
-into skin\-file. By default used single lines, but you may redefine
+.B [Lines]
+into skin\-file. By default single lines are used, but you may redefine
to usage of any utf\-8 symbols (like to lines, for example).
.PP
.I WARNING!!!
@@ -3534,7 +3532,7 @@
.nf
\- FILE (all files)
\- FILE_EXE
-\- DIR (all directoryes)
+\- DIR (all directories)
\- LINK_DIR
\- LINK (all links except stale link)
\- HARDLINK
@@ -3701,8 +3699,8 @@
.fi
.PP
-This means that ctrl+alt+left send \\e[[1;6D esc sequence
-and mc interprets "\\e[[1;6D" as C\-A\-Left.
+This means that ctrl+alt+left sends a \\e[[1;6D escape sequence
+and therefore Midnight Commander interprets "\\e[[1;6D" as Ctrl\-Alt\-Left.
.PP
The