updated man's mc.1, ru/mc.1.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
Ilia Maslakov 2010-06-09 19:59:22 +00:00
parent c46e2925e1
commit e320916e54
2 changed files with 36 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.\"TOPICS "Topics:"
.TH MC 1 "August 2009" "MC Version 4.7.0\-pre1" "GNU Midnight Commander"
.TH MC 1 "June 2010" "MC Version 4.7.3" "GNU Midnight Commander"
.\"SKIP_SECTION"
.SH "NAME"
mc \- Visual shell for Unix\-like systems.
@ -3970,6 +3970,22 @@ contents of the selected directory.
This variable holds the lifetime of a directory cache entry in seconds. The
default value is 900 seconds.
.TP
.I clipbord_store
This variable contains path (with options) to the external clipboard
utility like 'xclip' to read text into X selection from file.
For example:
.PP
.nf
clipbord_store=xclip \-i
.TP
.I clipbord_paste
This variable contains path (with options) to the external clipboard
utility like 'xclip' to print the selection to standard out.
For example:
.PP
.nf
clipbord_store=xclip \-o
.TP
.I autodetect_codeset
This option allows use the `enca' command to autodetect codeset of text files
in internal viewer and editor. List of valid values can be obtain by the

View File

@ -1,6 +1,6 @@
.\"TOPICS "Разделы помощи:"
.\" TODO: Перевести раздел EXTernal File System
.TH MC 1 "Сентябрь 2009" "MC Version 4.7.0-pre2" "GNU Midnight Commander"
.TH MC 1 "Июнь 2010" "MC Version 4.7.3" "GNU Midnight Commander"
.\"SKIP_SECTION"
.SH "НАИМЕНОВАНИЕ"
mc \- Визуальная оболочка для Unix\-подобных систем.
@ -4266,6 +4266,24 @@ mc.ext\&.
Если эта переменная включена (по умолчанию она отключена), то при
просмотре в одной из панелей структуры дерева каталогов во второй панели
автоматически будет отображаться список файлов выбранного каталога.
.TP
.I clipbord_store
Эта переменная позволяет назначить внешнюю программу (с параметрами) для
работы с буфером обмена, такую как 'xclip', для вставки данных в системный
буфер обмена.
Например:
.PP
.nf
clipbord_store=xclip \-i
.TP
.I clipbord_paste
Эта переменная позволяет назначить внешнюю программу (с параметрами) для
работы с буфером обмена, такую как 'xclip', для получения данных из системного
буфера обмена.
Например:
.PP
.nf
clipbord_store=xclip \-o
.PP
.I autodetect_codeset
.IP