From dd38ab7583fb0f850a4be59c1f45261bc1ecf318 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Aug 2000 04:17:40 -0500 Subject: Fix "dosen't" for someone who mailed us. :) Docs/manual.texi: Fix "dosen't" dbug/monty.doc: Fix "dosen't" isam/isamchk.c: Fix "dosen't" libmysql/libmysql.c: Fix "dosen't" sql-bench/server-cfg.sh: Fix "dosen't" sql/sql_base.cc: Fix "dosen't" sql/sql_test.cc: Fix "dosen't" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- dbug/monty.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbug') diff --git a/dbug/monty.doc b/dbug/monty.doc index c96f0742b26..f6d8bdff9cd 100644 --- a/dbug/monty.doc +++ b/dbug/monty.doc @@ -1,11 +1,11 @@ Some extra options to DBUG_PUSH: -O,logfile - As "o,logfile", but do a close and reopen each time anything - is written to the logfile. This is neaded when one expects - the program to crash anywhere, in which case one dosen't +O,logfile - As in "o,logfile", but do a close and reopen each time anything + is written to the logfile. This is needed when one expects + the program to crash anywhere, in which case one doesn't (at least in MSDOS) get a full log-file. -If one wants a logfile with a ': in the filename, one can get it by +If one wants a logfile with a ':' in the filename, one can get it by giving a double ':'. (As in "O,c::\tmp\log") DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the -- cgit v1.2.1