Change 27332 by [EMAIL PROTECTED] on 2006/02/27 10:30:35

        Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and 
qr 
        From: Zsban Ambrus (via RT) <[EMAIL PROTECTED]>
        Date: Sat, 25 Feb 2006 05:11:03 -0800
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#513 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#513 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#512~27132~    2006-02-08 09:52:16.000000000 -0800
+++ perl/pod/perlfunc.pod       2006-02-27 02:30:35.000000000 -0800
@@ -228,9 +228,9 @@
 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 @@
     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.
End of Patch.

Reply via email to