From fee4349ed8aa469fb99c644701f52ed7f468213e Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 22 Feb 2016 17:42:49 +0300 Subject: [PATCH] Find File: describe "Content" input field. Signed-off-by: Andrew Borodin --- doc/man/mc.1.in | 3 +++ doc/man/ru/mc.1.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/man/mc.1.in b/doc/man/mc.1.in index 7d43301d3..470e390b5 100644 --- a/doc/man/mc.1.in +++ b/doc/man/mc.1.in @@ -1419,6 +1419,9 @@ for. It is interpeted as a shell pattern or as a regular expression depending on the state of the "Using shell patterns" checkbox. An empty value is valid and matches any file name. .PP +The "Content" input field contains a string to search for within the +files. Leave this field empty to disable searching file contents. +.PP Option "Whole words" allows select only those files containing matches that form whole words. Like grep \-w. .PP diff --git a/doc/man/ru/mc.1.in b/doc/man/ru/mc.1.in index 5ec60c88c..915059212 100644 --- a/doc/man/ru/mc.1.in +++ b/doc/man/ru/mc.1.in @@ -1505,6 +1505,9 @@ Midnight Commander создает дерево путем просмотра т правилам, что и в командной оболочке, либо как регулярное выражение. Пустое поле также допустимо и соответствует любому имени. .PP +Поле "Содержимое" позволяет задать текст, который надо найти. Если это поле +пусто, то поиск по содержимому файлов производиться не будет. +.PP Опция "Только целые слова" устанавливает, что шаблон поиска соответствует только целым словам (например, если указано "foo", не будет найдено слово "foobar").