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
1288f453
Commit
1288f453
authored
Nov 12, 2004
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fill_help_tables.sh:
Recognize another Texinfo tag.
parent
d927503a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
scripts/fill_help_tables.sh
scripts/fill_help_tables.sh
+3
-0
No files found.
scripts/fill_help_tables.sh
View file @
1288f453
...
...
@@ -198,6 +198,7 @@ sub prepare_name
$a
=
~ s/
(
\@
tab
)
/
\t
/g
;
$a
=
~ s/
\@
item/ /g
;
$a
=
~ s/
\@
minus
\{\}
/-/g
;
$a
=
~ s/
\@
dots
\{\}
/.../g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
command
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
code
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
...
...
@@ -248,6 +249,7 @@ sub prepare_description
$a
=
~ s/
(
\@
tindex
\s
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
(
\@
c
\s
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
\@
minus
\{\}
/-/g
;
$a
=
~ s/
\@
dots
\{\}
/.../g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
command
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
code
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
...
...
@@ -280,6 +282,7 @@ sub prepare_example
$a
=
~ s/
(
^
\@
c for_help_topic
(
.
*
?
)
\n
)
//g
;
$a
=
~ s/
\@
var
\{
((
.|
\n
)
+?
)
\}
/
$1
/go
;
$a
=
~ s/
\@
dots
\{\}
/.../g
;
$a
=
~ s/
\\
/
\\\\
/g
;
$a
=
~ s/
(
\@
{)
/
{
/g
;
$a
=
~ s/
(
\@
})
/
}
/g
;
...
...
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