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
6305cda4
Commit
6305cda4
authored
Apr 26, 2002
by
arjen@fred.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Zak's colspec script fixups.
Zak's manual fixups.
parent
04428585
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Docs/Support/colspec-fix.pl
Docs/Support/colspec-fix.pl
+3
-3
Docs/manual.texi
Docs/manual.texi
+4
-4
No files found.
Docs/Support/colspec-fix.pl
View file @
6305cda4
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
use
strict
;
use
strict
;
my
$table_width
=
12.75
;
#
cm
my
$table_width
=
12.75
;
# Specify the max width of the table in
cm
my
$gutter_width
=
0.55
;
# 2 m
m
my
$gutter_width
=
0.55
;
# Specify the width of the gutters in c
m
my
$str
=
join
'',
<>
;
my
$str
=
join
'',
<>
;
# Push stdin (or file)
$str
=~
s{([\t ]*(<colspec colwidth=\".+?\" />\s*)+)}
$str
=~
s{([\t ]*(<colspec colwidth=\".+?\" />\s*)+)}
{&rel2abs($1)}ges
;
{&rel2abs($1)}ges
;
...
...
Docs/manual.texi
View file @
6305cda4
...
@@ -231,8 +231,8 @@ security bug in @code{MySQL Server}, you should send an e-mail to
...
@@ -231,8 +231,8 @@ security bug in @code{MySQL Server}, you should send an e-mail to
@menu
@menu
* Manual-info:: About This Manual
* Manual-info:: About This Manual
* What-is:: What Is MySQL
?
* What-is:: What Is MySQL
* What is MySQL AB:: What Is MySQL AB
?
* What is MySQL AB:: What Is MySQL AB
* Licensing and Support:: MySQL Support and Licensing
* Licensing and Support:: MySQL Support and Licensing
* MySQL 4.0 In A Nutshell:: MySQL 4.0 In A Nutshell
* MySQL 4.0 In A Nutshell:: MySQL 4.0 In A Nutshell
* MySQL Information Sources:: MySQL Information Sources
* MySQL Information Sources:: MySQL Information Sources
...
@@ -396,7 +396,7 @@ alternatives are listed within braces (@samp{@{} and @samp{@}}):
...
@@ -396,7 +396,7 @@ alternatives are listed within braces (@samp{@{} and @samp{@}}):
@node What-is, What is MySQL AB, Manual-info, Introduction
@node What-is, What is MySQL AB, Manual-info, Introduction
@section What Is MySQL
?
@section What Is MySQL
@cindex MySQL, defined
@cindex MySQL, defined
@cindex MySQL, introduction
@cindex MySQL, introduction
...
@@ -947,7 +947,7 @@ year values).
...
@@ -947,7 +947,7 @@ year values).
@node What is MySQL AB, Licensing and Support, What-is, Introduction
@node What is MySQL AB, Licensing and Support, What-is, Introduction
@section What Is MySQL AB
?
@section What Is MySQL AB
@cindex MySQL AB, defined
@cindex MySQL AB, defined
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