diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 14:27:43 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 14:27:43 +0200 |
commit | 2e5b50041f3643ca27385b211da60add40857ec8 (patch) | |
tree | 007b639121f34694ea11eca58bfe48f7bc4d73dc /util.c | |
parent | 4bd8fafa9f9185d83cee6991ca49c6ac9b8782a4 (diff) | |
download | perl-2e5b50041f3643ca27385b211da60add40857ec8.tar.gz |
A few docs nits after the few last commits
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5475,11 +5475,11 @@ Perl_free_global_struct(pTHX_ struct perl_vars *plvarsp) * the default implementation, unless -DPERL_MEM_LOG_NOIMPL is also * given, and you supply your own implementation. * - * The default implementation reads a single envar; PERL_MEM_LOG, + * The default implementation reads a single env var, PERL_MEM_LOG, * expecting one or more of the following: * * \d+ - fd fd to write to : must be 1st (atoi) - * 'm' - memlog was PERL_MEM_LOG=1 + * 'm' - memlog was PERL_MEM_LOG=1 * 's' - svlog was PERL_SV_LOG=1 * 't' - timestamp was PERL_MEM_LOG_TIMESTAMP=1 * |