mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
Zak's colspec script fixups.
Zak's manual fixups.
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
use strict;
|
||||
|
||||
my $table_width = 12.75; # cm
|
||||
my $gutter_width = 0.55; # 2 mm
|
||||
my $table_width = 12.75; # Specify the max width of the table in cm
|
||||
my $gutter_width = 0.55; # Specify the width of the gutters in cm
|
||||
|
||||
my $str = join '', <>;
|
||||
my $str = join '', <>; # Push stdin (or file)
|
||||
|
||||
$str =~ s{([\t ]*(<colspec colwidth=\".+?\" />\s*)+)}
|
||||
{&rel2abs($1)}ges;
|
||||
|
@@ -231,8 +231,8 @@ security bug in @code{MySQL Server}, you should send an e-mail to
|
||||
|
||||
@menu
|
||||
* Manual-info:: About This Manual
|
||||
* What-is:: What Is MySQL?
|
||||
* What is MySQL AB:: What Is MySQL AB?
|
||||
* What-is:: What Is MySQL
|
||||
* What is MySQL AB:: What Is MySQL AB
|
||||
* Licensing and Support:: MySQL Support and Licensing
|
||||
* MySQL 4.0 In A Nutshell:: MySQL 4.0 In A Nutshell
|
||||
* MySQL Information Sources:: MySQL Information Sources
|
||||
@@ -396,7 +396,7 @@ alternatives are listed within braces (@samp{@{} and @samp{@}}):
|
||||
|
||||
|
||||
@node What-is, What is MySQL AB, Manual-info, Introduction
|
||||
@section What Is MySQL?
|
||||
@section What Is MySQL
|
||||
|
||||
@cindex MySQL, defined
|
||||
@cindex MySQL, introduction
|
||||
@@ -947,7 +947,7 @@ year values).
|
||||
|
||||
|
||||
@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
|
||||
|
||||
|
Reference in New Issue
Block a user