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").