diff options
author | Zsban Ambrus <unknown> | 2006-02-24 21:11:03 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-02-27 10:30:35 +0000 |
commit | 2b191d539426a03a8efd04e7a058708ee109afe5 (patch) | |
tree | db1a16b1ee6ba4287202b236cb0cf54a8432fd67 /pod | |
parent | 76f523e8bec03e7faa578eb06107658a02645d75 (diff) | |
download | perl-2b191d539426a03a8efd04e7a058708ee109afe5.tar.gz |
[perl #38633] doc patch: perlfunc "new" section lacks lock and qr
From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
p4raw-id: //depot/perl@27332
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 47177a227c..0646de6b56 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -228,9 +228,9 @@ C<gmtime>, C<localtime>, C<time>, C<times> X<perl5> C<abs>, C<bless>, C<chomp>, C<chr>, C<exists>, C<formline>, C<glob>, -C<import>, C<lc>, C<lcfirst>, C<map>, C<my>, C<no>, C<our>, C<prototype>, -C<qx>, C<qw>, C<readline>, C<readpipe>, C<ref>, C<sub*>, C<sysopen>, C<tie>, -C<tied>, C<uc>, C<ucfirst>, C<untie>, C<use> +C<import>, C<lc>, C<lcfirst>, C<lock>, C<map>, C<my>, C<no>, C<our>, +C<prototype>, C<qr>, C<qw>, C<qx>, C<readline>, C<readpipe>, C<ref>, +C<sub>*, C<sysopen>, C<tie>, C<tied>, C<uc>, C<ucfirst>, C<untie>, C<use> * - C<sub> was a keyword in perl4, but in perl5 it is an operator, which can be used in expressions. @@ -3557,7 +3557,7 @@ of values, as follows: I A unsigned integer value. (This 'integer' is _at_least_ 32 bits wide. Its exact size depends on what a local C compiler calls 'int'.) - + n An unsigned short (16-bit) in "network" (big-endian) order. N An unsigned long (32-bit) in "network" (big-endian) order. v An unsigned short (16-bit) in "VAX" (little-endian) order. |