mirror of https://github.com/MidnightCommander/mc
add "Whole words" into man page.
add "Whole words" into the russian man. Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
156b79609c
commit
358871ef0c
|
@ -1233,6 +1233,9 @@ means you have to escape characters with a special meaning to egrep with "\\",
|
|||
e.g. if you search for "strcmp (" you will have to input "strcmp \\("
|
||||
(without the double quotes).
|
||||
.PP
|
||||
Option \"Whole words\" Allow select only those files containing matches that
|
||||
form whole words. Like grep -w
|
||||
.PP
|
||||
You can start the search by pressing the OK button.
|
||||
During the search you can stop from the Stop button and continue from
|
||||
the Start button.
|
||||
|
|
|
@ -1364,6 +1364,10 @@ Midnight Commander создает дерево путем просмотра т
|
|||
найти строку "strcmp (", необходимо указать шаблон поиска в виде "strcmp
|
||||
\\(" (без двойных кавычек).
|
||||
.PP
|
||||
Опция \"Только целые слова\" устанавливает, что шаблон поиска
|
||||
соответствует только целым словам (например, если указано \"foo\",
|
||||
не будет найдено слово \"foobar\").
|
||||
.PP
|
||||
Для того, чтобы начать поиск, нажмите экранную кнопку <Дальше> (<Ok>).
|
||||
Во время поиска его можно приостановить кнопкой <Приостановить>
|
||||
(<Suspend>) и продолжить по кнопке <Продолжить> (<Continue>).
|
||||
|
|
Loading…
Reference in New Issue