mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Update documentation: added description of "Stable symlinks" checkbox in copy/move dialogs
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
45e793199a
commit
40e8896bd6
@ -2509,6 +2509,16 @@ will be converted to have initial upper case and otherwise lower case.
|
|||||||
.PP
|
.PP
|
||||||
You can also use '\\' as a quote character. For example, '\\\\' is
|
You can also use '\\' as a quote character. For example, '\\\\' is
|
||||||
a backslash and '\\*' is an asterisk.
|
a backslash and '\\*' is an asterisk.
|
||||||
|
.PP
|
||||||
|
.B Stable symlinks
|
||||||
|
.PP
|
||||||
|
commands Midnight Commander, that it should change symlinks in the target,
|
||||||
|
so that they'll point to the same location as it did before. With absolute
|
||||||
|
symbolic links this does nothing, but if you have a relative one, it will
|
||||||
|
recompute its value, adding necessary ../ and other directory parts and making
|
||||||
|
the value as short as possible (most modern filesystems keep short symlinks
|
||||||
|
inside inodes and thus don't waste much disk space).
|
||||||
|
|
||||||
.\"NODE "Select/Unselect Files"
|
.\"NODE "Select/Unselect Files"
|
||||||
.SH "Select/Unselect Files"
|
.SH "Select/Unselect Files"
|
||||||
The dialog of group of files and directories selection or uselection.
|
The dialog of group of files and directories selection or uselection.
|
||||||
|
@ -2803,6 +2803,11 @@ shell. В маске приемника разрешается использо
|
|||||||
Символ '\\' в масках используется для отмены специальной интерпретации
|
Символ '\\' в масках используется для отмены специальной интерпретации
|
||||||
отдельных символов. Например, '\\\\' означает просто backslash и '\\*'
|
отдельных символов. Например, '\\\\' означает просто backslash и '\\*'
|
||||||
означает просто звездочку (asterisk).
|
означает просто звездочку (asterisk).
|
||||||
|
.PP
|
||||||
|
"Изменять относительные ссылки" (Stable Symlinks) указывает, что
|
||||||
|
Midnight Commander, должен изменять символические ссылки. Скопированные
|
||||||
|
символические ссылки будут указывать на то же расположение, что и
|
||||||
|
оригинальная ссылка, при этом дописываются необходимые ../ и другие каталоги
|
||||||
.\"NODE "Select/Unselect Files"
|
.\"NODE "Select/Unselect Files"
|
||||||
.SH "Select/Unselect Files"
|
.SH "Select/Unselect Files"
|
||||||
Диалоговое окно параметров отметки группы файлов по заданному шаблону.
|
Диалоговое окно параметров отметки группы файлов по заданному шаблону.
|
||||||
|
Loading…
Reference in New Issue
Block a user