Commit a4a8427d authored by unknown's avatar unknown

manual.texi typos


Docs/manual.texi:
  typos
parent 39649090
...@@ -13948,8 +13948,8 @@ MySQL. ...@@ -13948,8 +13948,8 @@ MySQL.
Some of the examples use the table @code{shop} to hold the price of each Some of the examples use the table @code{shop} to hold the price of each
article (item number) for certain traders (dealers). Supposing that each article (item number) for certain traders (dealers). Supposing that each
trader has a single fixed price per article, then (@code{item}, trader has a single fixed price per article, then (@code{article},
@code{trader}) is a primary key for the records. @code{dealer}) is a primary key for the records.
Start the command line tool @code{mysql} and select a database: Start the command line tool @code{mysql} and select a database:
...@@ -14158,7 +14158,7 @@ splitting of the concatenated column in the client. ...@@ -14158,7 +14158,7 @@ splitting of the concatenated column in the client.
@subsection Using user variables @subsection Using user variables
You can use MySQL user variables to remember results without You can use MySQL user variables to remember results without
having to store them in a temporary variables in the client. having to store them in temporary variables in the client.
@xref{Variables}. @xref{Variables}.
For example, to find the articles with the highest and lowest price you For example, to find the articles with the highest and lowest price you
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment