diff options
author | paul@teton.kitebird.com <> | 2002-07-24 12:09:46 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-07-24 12:09:46 -0500 |
commit | 1f5573d81e871822a325009b98471143e2edfe45 (patch) | |
tree | a0436f1254f2ef9e08c23ef11fe9e29cbc6dc5fe /Docs | |
parent | b71b26d1a155399c226022c5e30c19529f2353b4 (diff) | |
download | mariadb-git-1f5573d81e871822a325009b98471143e2edfe45.tar.gz |
manual.texi fix typo
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 3bd9005f87d..8d9663bdbbf 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -14344,7 +14344,7 @@ flush-privileges} or @code{mysqladmin reload}.) Never use host name cache for faster name-ip resolution, but query DNS server on every connect instead. @xref{DNS}. -@item --skip-extrnal-locking (was --skip-locking) +@item --skip-external-locking (was --skip-locking) Don't use system locking. To use @code{isamchk} or @code{myisamchk} you must shut down the server. @xref{Stability}. Note that in MySQL Version 3.23 you can use @code{REPAIR} and @code{CHECK} to repair/check @code{MyISAM} |