Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2780 05/06/14 14:26:02 paul@stripped +1 -0
manual.texi:
Revise descriptions of typographical conventions to not
actually specify "bold," "italic,", etc. because the style
might depend on the output format.
Docs/manual.texi
1.2997 05/06/14 14:24:52 paul@stripped +31 -31
Revise descriptions of typographical conventions to not
actually specify "bold," "italic,", etc. because the style
might depend on the output format.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.2996/Docs/manual.texi 2005-06-14 02:38:43 -05:00
+++ 1.2997/Docs/manual.texi 2005-06-14 14:24:52 -05:00
@@ -319,37 +319,37 @@
@cindex typographical conventions
@cindex conventions, typographical
-@table @asis
-@item @code{constant}
-Constant-width font is used for command names and options; SQL statements;
-database, table, and column names; C and Perl code; and environment variables.
-Example: ``To see how @command{mysqladmin} works, invoke it with the
-@code{--help} option.''
-
-@c @item @strong{@code{constant bold}}
-@c Bold constant-width font is used to indicate input that you type in examples.
-
-@item @var{constant italic}
-Italic constant-width font is used to indicate variable input for which you
-should substitute a value of your own choosing.
-
-@item @file{filename}
-Constant-width font with surrounding quotes is used for filenames and
-pathnames. Example: ``The distribution is installed under the
-@file{/usr/local/} directory.''
-
-@item @samp{c}
-Constant-width font with surrounding quotes is also used to indicate
-character sequences. Example: ``To specify a wildcard, use the @samp{%}
-character.''
-
-@item @emph{italic}
-Italic font is used for emphasis, @emph{like this}.
-
-@item @strong{boldface}
-Boldface font is used in table headings and to convey
-@strong{especially strong emphasis}.
-@end table
+@itemize @bullet
+
+@item
+@code{Text in this style} is used for SQL statements; database, table, and
+column names; C and Perl code; and environment variables. Example: ``To
+reload the grant tables, use the @code{FLUSH PRIVILEGES} statement.''
+
+@c @item
+@c @strong{@code{Text in this style}} is used to indicate input
+@c that you type in examples.
+
+@item
+@var{Text in this style} is used for variable input for which you should
+substitute a value of your own choosing.
+
+@item
+Flenames and directory names are written like this: ``The global
+@file{my.cnf} file is located in the @file{/etc} directory.''
+
+@item
+Character sequences are written like this: ``To specify a wildcard, use the
+@samp{%} character.''
+
+@item
+@emph{Text in this style} is used for emphasis.
+
+@item
+@strong{Text in this style} is used in table headings and to convey
+especially strong emphasis.
+
+@end itemize
When commands are shown that are meant to be executed from within a particular
program, the program is indicated by a prompt shown before the command. For
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2780) | paul | 14 Jun |