From 6305cda4c47ca99e476682b0f851af4f7b6445c0 Mon Sep 17 00:00:00 2001 From: "arjen@fred.bitbike.com" <> Date: Fri, 26 Apr 2002 12:12:43 +1000 Subject: [PATCH] Zak's colspec script fixups. Zak's manual fixups. --- Docs/Support/colspec-fix.pl | 6 +++--- Docs/manual.texi | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Docs/Support/colspec-fix.pl b/Docs/Support/colspec-fix.pl index bba0d27858f..6c64edd1441 100755 --- a/Docs/Support/colspec-fix.pl +++ b/Docs/Support/colspec-fix.pl @@ -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 ]*(\s*)+)} {&rel2abs($1)}ges; diff --git a/Docs/manual.texi b/Docs/manual.texi index 40324ba22e2..4fa0f8ca4fb 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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