diff --git a/doc/man/mc.1.in b/doc/man/mc.1.in index 7a31f0635..5c94ed1d3 100644 --- a/doc/man/mc.1.in +++ b/doc/man/mc.1.in @@ -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 diff --git a/doc/man/ru/mc.1.in b/doc/man/ru/mc.1.in index 34bdf2431..c1c2d5338 100644 --- a/doc/man/ru/mc.1.in +++ b/doc/man/ru/mc.1.in @@ -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