diff options
author | jcole@jcole.burghcom.com <> | 2000-08-16 04:17:40 -0500 |
---|---|---|
committer | jcole@jcole.burghcom.com <> | 2000-08-16 04:17:40 -0500 |
commit | 3eaa2494efe181bb28f1a1089b07020f06395950 (patch) | |
tree | 7ad9b8d424c187f5ba17b2254da1700d55874094 /dbug | |
parent | 7d0072ebeb3d5bbfa420f4d3cef3ec3c2ed7e069 (diff) | |
download | mariadb-git-3eaa2494efe181bb28f1a1089b07020f06395950.tar.gz |
Fix "dosen't" for someone who mailed us. :)
Diffstat (limited to 'dbug')
-rw-r--r-- | dbug/monty.doc | 8 |
1 files changed, 4 insertions, 4 deletions
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 |