[ID 19990709.002] [DOCUMENTATION PATCH] perldiag
authorRobert Spier <rspier@pobox.com>
Thu, 27 Jul 2000 09:49:35 +0000 (05:49 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 27 Jul 2000 14:19:10 +0000 (14:19 +0000)
Message-ID: <14720.15855.787664.424783@rls.cx>

p4raw-id: //depot/perl@6455

pod/perldiag.pod

index baa088c..9522c1f 100644 (file)
@@ -261,9 +261,9 @@ open(), or did it in another package.
 
 (S malloc) An internal routine called free() on something that had never
 been malloc()ed in the first place. Mandatory, but can be disabled by
-setting environment variable C<PERL_BADFREE> to 1.
+setting environment variable C<PERL_BADFREE> to 0.
 
-This message can be quite often seen with DB_File on systems with "hard"
+This message can be seen quite often with DB_File on systems with "hard"
 dynamic linking, like C<AIX> and C<OS/2>. It is a bug of C<Berkeley DB>
 which is left unnoticed if C<DB> uses I<forgiving> system malloc().