mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* doc/mc.1.in: Fix troff warnings.
* doc/mcedit.1.in: Likewise.
This commit is contained in:
parent
5e9bd8980e
commit
dbe915be3c
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-04 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* doc/mc.1.in: Fix troff warnings.
|
||||||
|
* doc/mcedit.1.in: Likewise.
|
||||||
|
|
||||||
2001-09-03 Pavel Roskin <proski@gnu.org>
|
2001-09-03 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* doc/mc.1.in: Spellcheck.
|
* doc/mc.1.in: Spellcheck.
|
||||||
|
15
doc/mc.1.in
15
doc/mc.1.in
@ -174,7 +174,7 @@ Help Viewer
|
|||||||
and the
|
and the
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
Directory Tree.
|
Directory Tree.
|
||||||
."Directory Tree"
|
.\"Directory Tree"
|
||||||
.PP
|
.PP
|
||||||
The default auto repeat rate for the mouse buttons is 400
|
The default auto repeat rate for the mouse buttons is 400
|
||||||
milliseconds. This may be changed to other values by editing the
|
milliseconds. This may be changed to other values by editing the
|
||||||
@ -438,7 +438,8 @@ to depressing the '<' with the mouse.
|
|||||||
.B M-u
|
.B M-u
|
||||||
Moves to the next directory in the history, equivalent
|
Moves to the next directory in the history, equivalent
|
||||||
to depressing the '>' with the mouse.
|
to depressing the '>' with the mouse.
|
||||||
.BM-S-h, M-H
|
.PP
|
||||||
|
.B M-S-h, M-H
|
||||||
Displays the directory history, equivalent to depressing the 'v' with
|
Displays the directory history, equivalent to depressing the 'v' with
|
||||||
the mouse.
|
the mouse.
|
||||||
.PP
|
.PP
|
||||||
@ -2308,13 +2309,13 @@ will become "c.file" and so on. The source mask for this is
|
|||||||
.PP
|
.PP
|
||||||
.B "Case Conversions"
|
.B "Case Conversions"
|
||||||
.PP
|
.PP
|
||||||
You can also change the case of the filenames. If you use '\\u' or
|
You can also change the case of the filenames. If you use '\\u'
|
||||||
'\\l' in the target mask the next character will be converted to
|
or '\\l' in the target mask, the next character will be converted to
|
||||||
uppercase or lowercase correspondingly.
|
uppercase or lowercase correspondingly.
|
||||||
.PP
|
.PP
|
||||||
If you use '\\U' or '\\L' in the target mask the next characters will
|
If you use '\\U' or '\\L' in the target mask, the next characters will
|
||||||
be converted to uppercase or lowercase correspondingly up to the next
|
be converted to uppercase or lowercase correspondingly up to the
|
||||||
'\\E' or next '\\U', '\\L' or the end of the file name.
|
next '\\E' or next '\\U', '\\L' or the end of the file name.
|
||||||
.PP
|
.PP
|
||||||
The '\\u' and '\\l' are stronger than '\\U' and '\\L'.
|
The '\\u' and '\\l' are stronger than '\\U' and '\\L'.
|
||||||
.PP
|
.PP
|
||||||
|
@ -18,7 +18,7 @@ standalone X Window editor.
|
|||||||
.\".\"DONT_SPLIT"
|
.\".\"DONT_SPLIT"
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.I "\+number"
|
.I "+number"
|
||||||
Go to the line specified by number (do not insert
|
Go to the line specified by number (do not insert
|
||||||
a space between the "+" sign and the number).
|
a space between the "+" sign and the number).
|
||||||
.TP
|
.TP
|
||||||
@ -328,7 +328,7 @@ editmarked=black,cyan"
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
Most options can now be set from the editors options dialog
|
Most options can now be set from the editors options dialog
|
||||||
box. See the \fBOptions\fP menu. The following options are defined in
|
box. See the \fBOptions\fP menu. The following options are defined in
|
||||||
\fB.mc.ini\fP, and have obvious correspondences in the dialog box.
|
\fB~/.mc.ini\fP and have obvious counterparts in the dialog box.
|
||||||
You can modify them to change the editor behavior, by editing the file.
|
You can modify them to change the editor behavior, by editing the file.
|
||||||
Unless specified, a 1 sets the option to on, and a 0 sets it to
|
Unless specified, a 1 sets the option to on, and a 0 sets it to
|
||||||
off, as is usual.
|
off, as is usual.
|
||||||
|
Loading…
Reference in New Issue
Block a user