Skip to content

Commit cff03df

Browse files
committed
fix markup
replace table .TS ... .TE by example block .EX ... .EE Signed-off-by: Igor Zhuravlov <zhuravlov.ip@ya.ru>
1 parent f8b5ce3 commit cff03df

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

doc/man/mcedit.1.in

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -471,33 +471,30 @@ programming less prone to error, not to make code look pretty.
471471
Text sequences interpreted by
472472
.B mcedit
473473
are listed below:
474-
.TS
475-
tab(@), center;
476-
c c c.
477-
mcedit@PCRE2 equiv.@notes
478-
_
479-
[a\-c]@\\[a\-c\\]@no special meaning of [ ]
480-
\\[a\-c\\]@(a|\-|c)*@no special meaning of \-
481-
{a\-c}@\\{a\-c\\}@no special meaning of { }
482-
\\{a\-c\\}@[ac\-]@no special meaning of \-
483-
\.@\\\.@
484-
(@\\(@
485-
)@\\)@
486-
*@\.*@
487-
+@[^ \\t]*@
488-
?@\\?@
489-
\\*@\\*@
490-
\\+@\\+@
491-
^@\\^@
492-
$@\\$@
493-
|@\\|@
494-
\\s@[ ]@single space
495-
\\t@\\t@
496-
\\n@\\n@
497-
.TE
474+
.EX
475+
mcedit PCRE2's equiv.
476+
[a\-c] \(rs[a\-c\(rs] (no special meaning of [ ])
477+
\(rs[a\-c\(rs] (a|\-|c)* (no special meaning of \- )
478+
{a\-c} \(rs{a\-c\(rs} (no special meaning of { })
479+
\(rs{a\-c\(rs} [ac\-] (no special meaning of \- )
480+
\&. \(rs.
481+
( \(rs(
482+
) \(rs)
483+
* .*
484+
+ [^ \(rst]*
485+
? \(rs?
486+
\(rs* \(rs*
487+
\(rs+ \(rs+
488+
^ \(rs^
489+
$ \(rs$
490+
| \(rs|
491+
\(rss [ ] (space only)
492+
\(rst \(rst
493+
\(rsn \(rsn
494+
.EE
498495
.PP
499496
The syntax highlighting can be toggled using Ctrl\-s shortcut.
500-
Pressing C-s twice effectively reloads the syntax file, so you
497+
Pressing C\-s twice effectively reloads the syntax file, so you
501498
don't have to exit the editor, or
502499
.B mc
503500
itself, to test your syntax modifications.

0 commit comments

Comments
 (0)