Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9ee3bf9e
Commit
9ee3bf9e
authored
20 years ago
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fill_help_tables.sh:
Handle some additional Texinfo tags that were being missed.
parent
f9a51b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
scripts/fill_help_tables.sh
scripts/fill_help_tables.sh
+7
-0
No files found.
scripts/fill_help_tables.sh
View file @
9ee3bf9e
...
...
@@ -197,6 +197,9 @@ sub prepare_name
$a
=
~ s/
(
\@
node
(
.
*
?
)
\n
)
/ /g
;
$a
=
~ s/
(
\@
tab
)
/
\t
/g
;
$a
=
~ s/
\@
item/ /g
;
$a
=
~ s/
\@
minus
\{\}
/-/g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
command
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
code
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
strong
\{
(
.+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
samp
\{
(
.+?
)
\}
/
$1
/go
;
...
...
@@ -244,6 +247,9 @@ sub prepare_description
$a
=
~ s/
(
\@
item
)
/ /g
;
$a
=
~ s/
(
\@
tindex
\s
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
(
\@
c
\s
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
\@
minus
\{\}
/-/g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
command
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
code
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
strong
\{
(
.+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
samp
\{
(
.+?
)
\}
/
$1
/go
;
...
...
@@ -273,6 +279,7 @@ sub prepare_example
$a
=
~ s/
(
^
\@
c for_help_topic
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\\
/
\\\\
/g
;
$a
=
~ s/
(
\@
{)
/
{
/g
;
$a
=
~ s/
(
\@
})
/
}
/g
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment