Browse Source

Performed a RegExp mass replacement in the manual pages of

    ([^\\])-([A-z])

with

    \1\\\-\2

to fix improperly escaped dashes (minus signs).

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Yury V. Zaytsev 14 years ago
parent
commit
8a692f9682
2 changed files with 15 additions and 14 deletions
  1. 2 2
      doc/man/es/mc.1.in
  2. 13 12
      doc/man/mc.1.in

+ 2 - 2
doc/man/es/mc.1.in

@@ -3633,8 +3633,8 @@ También se pueden usar
 Por ejemplo:
 Por ejemplo:
 
 
 .nf
 .nf
-    ctrl-alt-right=\\e[[1;6C
-    ctrl-alt-left=\\e[[1;6D
+    ctrl\-alt\-right=\\e[[1;6C
+    ctrl\-alt\-left=\\e[[1;6D
 .fi
 .fi
 
 
 .PP
 .PP

+ 13 - 12
doc/man/mc.1.in

@@ -91,7 +91,7 @@ left\-top corner
 right\-top corner
 right\-top corner
 .TP
 .TP
 .B centertop
 .B centertop
-center-top cross
+center\-top cross
 .TP
 .TP
 .B centerbottom
 .B centerbottom
 center\-bottom cross
 center\-bottom cross
@@ -2920,7 +2920,7 @@ indent and ispell.
 Sections:
 Sections:
 .IP
 .IP
 .\"LINK2"
 .\"LINK2"
-Options of editor in ini-file
+Options of editor in ini\-file
 .\"Internal File Editor / options"
 .\"Internal File Editor / options"
 .PP
 .PP
 The editor is very easy to use and requires no tutoring. To see what
 The editor is very easy to use and requires no tutoring. To see what
@@ -2981,9 +2981,10 @@ binary files, you should set
 to 7 bits in the options menu to keep the spacing clean.
 to 7 bits in the options menu to keep the spacing clean.
 
 
 .\"NODE "Internal File Editor / options"
 .\"NODE "Internal File Editor / options"
-.SH "Options of editor in ini-file"
-In this section described some options in ini-file.
-Options placed in '[Midnight Commander]' section
+.SH "Options of editor in ini\-file"
+
+Some editor options of ini\-file are described in this section.
+Options are placed in '[Midnight Commander]' section
 .TP
 .TP
 .I editor_wordcompletion_collect_entire_file
 .I editor_wordcompletion_collect_entire_file
 Search autocomplete candidates in entire of file or just from
 Search autocomplete candidates in entire of file or just from
@@ -3636,7 +3637,7 @@ Color of hotkeys in focused element
 Section
 Section
 .B [menu]
 .B [menu]
 describes the elements that are placed in menu. This section describes
 describes the elements that are placed in menu. This section describes
-system menu (called by F9) and user-defined menus (called by F2 in panels
+system menu (called by F9) and user\-defined menus (called by F2 in panels
 and by F11 in editor).
 and by F11 in editor).
 .TP
 .TP
 .I _default_
 .I _default_
@@ -3760,10 +3761,10 @@ Descriptions of parameters
 .BR [Lines] :
 .BR [Lines] :
 .TP
 .TP
 .I lefttop
 .I lefttop
-left-top line fragment.
+left\-top line fragment.
 .TP
 .TP
 .I righttop
 .I righttop
-right-top line fragment.
+right\-top line fragment.
 .TP
 .TP
 .I centertop
 .I centertop
 down branch of horizontal line
 down branch of horizontal line
@@ -3772,10 +3773,10 @@ down branch of horizontal line
 up branch of horizontal line
 up branch of horizontal line
 .TP
 .TP
 .I leftbottom
 .I leftbottom
-left-bottom line fragment
+left\-bottom line fragment
 .TP
 .TP
 .I rightbottom
 .I rightbottom
-right-bottom line fragment
+right\-bottom line fragment
 .TP
 .TP
 .I leftmiddle
 .I leftmiddle
 right branch of vertical line
 right branch of vertical line
@@ -4026,8 +4027,8 @@ Also now you can use
 For example:
 For example:
 
 
 .nf
 .nf
-    ctrl-alt-right=\\e[[1;6C
-    ctrl-alt-left=\\e[[1;6D
+    ctrl\-alt\-right=\\e[[1;6C
+    ctrl\-alt\-left=\\e[[1;6D
 .fi
 .fi
 
 
 .PP
 .PP