Ticket #3051: prepare to 4.8.11 release.

Ticket #3052: fix man page "macro `\' not defined" warnings.

man --warnings doc/man/mc.1 >/dev/null

reported the following warning:

3114: warning: macro `\' not defined".

and indeed man page didn't look correct at the line starting with "Apply
escaping".

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Dmitry Smirnov 2013-08-04 12:47:19 +04:00 committed by Andrew Borodin
parent 80c2318890
commit 69de5b830f
3 changed files with 3 additions and 6 deletions

View File

@ -2949,8 +2949,7 @@ por segunda vez; con la primera Midnight Commander solo emite un pitido.
.PP .PP
Aplica escapes a los símbolos Aplica escapes a los símbolos
.BR ? ", " * " y " & .BR ? ", " * " y " &
(como (como \fB\\?\fR, \fB\\*\fR, \fB\\&\fR )
.BR \\? ", " \\* ", " \\& )
en los nombres de archivo para evitar su interpretación en expresiones en los nombres de archivo para evitar su interpretación en expresiones
regulares al realizar sustituciones en la línea de entrada. regulares al realizar sustituciones en la línea de entrada.
.\"NODE "Virtual File System" .\"NODE "Virtual File System"

View File

@ -3111,8 +3111,7 @@ for the second time, for the first time MC just beeps.
.PP .PP
Apply escaping of Apply escaping of
.BR ? ", " * " and " & .BR ? ", " * " and " &
symbols (as symbols (as \fB\\?\fR, \fB\\*\fR, \fB\\&\fR )
.BR \\? ", " \\* ", " \\& )
in filenames to disallow use them as metasymbols in regular expressions in filenames to disallow use them as metasymbols in regular expressions
when substitution is performed in the input line. when substitution is performed in the input line.

View File

@ -3404,8 +3404,7 @@ Midnight Commander поддерживает возможность одновр
.PP .PP
Используйте экранирование символов Используйте экранирование символов
.BR ? ", " * " и " & .BR ? ", " * " и " &
(как (как \fB\\?\fR, \fB\\*\fR, \fB\\&\fR )
.BR \\? ", " \\* ", " \\& )
в именах файлов, чтобы они не рассматривались как метасимволы в регулярных в именах файлов, чтобы они не рассматривались как метасимволы в регулярных
выражениях при подстановках в полях ввода. выражениях при подстановках в полях ввода.