From fb70f21989016f7cfdae966b4a1cede67d2ae4c3 Mon Sep 17 00:00:00 2001
From: unknown <paul@central.snake.net>
Date: Thu, 27 Sep 2001 12:31:59 -0500
Subject: [PATCH] manual.texi	typo fixes.

Docs/manual.texi:
  typo fixes.
---
 Docs/manual.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Docs/manual.texi b/Docs/manual.texi
index 8b51e73f9a2..46e7ffcf6c7 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -17191,7 +17191,7 @@ knowing your 'scrambled' password is enough to be able to connect to
 the MySQL server!
 @end itemize
 
-MySQL users and they privileges are normally created with the
+MySQL users and their privileges are normally created with the
 @code{GRANT} command. @xref{GRANT}.
 
 When you login to a MySQL server with a command line client you
@@ -17217,13 +17217,14 @@ mysql -u monty -p database_name
 
 Note that in the last example the password is @strong{NOT} 'database_name'.
 
-If you want to use the @code{-p} option to supply a password you should do like this:
+If you want to use the @code{-p} option to supply a password you should do so
+like this:
 
 @example
 mysql -u monty -pguess database_name
 @end example
 
-On some system the library call that MySQL uses to prompt for a
+On some systems, the library call that MySQL uses to prompt for a
 password will automatically cut the password to 8 characters. Internally
 MySQL doesn't have any limit for the length of the password.
 
-- 
2.30.9