mirror of https://github.com/MidnightCommander/mc
Cleanups and format small fixes in EN and RU man pages.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
4124e9e6de
commit
a5fe9d1d6c
|
@ -324,43 +324,44 @@ the input lines in the query dialogs.
|
|||
Hotkey bindings may be read from external file (keymap\-file).
|
||||
A keymap\-file is searched on the following algorithm (to the first one found):
|
||||
.IP
|
||||
.BR
|
||||
.br
|
||||
1) command line option
|
||||
.BR \-K
|
||||
.BR \<keymap\>
|
||||
.B \-K \<keymap\>
|
||||
or
|
||||
.BR \-\-keymap=\<keymap\>
|
||||
.BR
|
||||
.B \-\-keymap=\<keymap\>
|
||||
.br
|
||||
2) Environment variable
|
||||
.BR MC_KEYMAP
|
||||
.BR
|
||||
3) In config file parameter
|
||||
.BR keymap
|
||||
.B MC_KEYMAP
|
||||
.br
|
||||
3) Parameter
|
||||
.B keymap
|
||||
in section
|
||||
.BR [Midnight\-Commander]
|
||||
.BR
|
||||
.B [Midnight\-Commander]
|
||||
of config file.
|
||||
.br
|
||||
4) File
|
||||
.BR ~/.local/share/mc/mc.keymap
|
||||
.BR
|
||||
.B ~/.local/share/mc/mc.keymap
|
||||
.br
|
||||
5) File
|
||||
.BR @sysconfdir@/mc/mc.keymap
|
||||
.B @sysconfdir@/mc/mc.keymap
|
||||
.br
|
||||
6) File
|
||||
.BR @prefix@/share/mc/mc.keymap
|
||||
.B @prefix@/share/mc/mc.keymap
|
||||
.PP
|
||||
Command line option, environment variable and parameter in config file may
|
||||
contain the absolute path to the keymap\-file (with the extension \.keymap
|
||||
or without it). Search of keymap\-file will occur in (to the first one found):
|
||||
.IP
|
||||
.br
|
||||
1)
|
||||
.BR ~/.local/share
|
||||
.BR
|
||||
.B ~/.local/share/mc
|
||||
.br
|
||||
2)
|
||||
.BR @sysconfdir@/mc/
|
||||
.BR
|
||||
.B @sysconfdir@/mc/
|
||||
.br
|
||||
3)
|
||||
.BR @prefix@/share/mc/
|
||||
.BR
|
||||
.B @prefix@/share/mc/
|
||||
|
||||
.\"NODE " Miscellaneous Keys"
|
||||
.SH " Miscellaneous Keys"
|
||||
Here are some keys which don't fall into any of the other categories:
|
||||
|
@ -3546,10 +3547,11 @@ or
|
|||
2) Environment variable
|
||||
.B MC_SKIN
|
||||
.br
|
||||
3) In config file parameter
|
||||
3) Parameter
|
||||
.B skin
|
||||
in section
|
||||
.B [Midnight\-Commander]
|
||||
in config file.
|
||||
.br
|
||||
4) File
|
||||
.B @sysconfdir@/mc/skins/default.ini
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue