[perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
Iain Spoon Truskett [Tue, 22 Jul 2003 02:59:13 +0000 (02:59 +0000)]
From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>

p4raw-id: //depot/perl@20190

pod/perlfunc.pod

index 4010d4e..129d506 100644 (file)
@@ -5993,7 +5993,7 @@ string of octal digits.  See also L</oct>, if all you have is a string.
 
 Undefines the value of EXPR, which must be an lvalue.  Use only on a
 scalar value, an array (using C<@>), a hash (using C<%>), a subroutine
-(using C<&>), or a typeglob (using <*>).  (Saying C<undef $hash{$key}>
+(using C<&>), or a typeglob (using C<*>).  (Saying C<undef $hash{$key}>
 will probably not do what you expect on most predefined variables or
 DBM list values, so don't do that; see L<delete>.)  Always returns the
 undefined value.  You can omit the EXPR, in which case nothing is