From: Stas Bekman Date: Fri, 8 Mar 2002 15:29:53 +0000 (+0800) Subject: pod markup fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b5bb84fb72e5f7783df85cab3747be50d885047;p=p5sagit%2Fp5-mst-13.2.git pod markup fixes Message-Id: p4raw-id: //depot/perl@15101 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index bfd11de..9af82a5 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -833,7 +833,7 @@ SV. The C and C arguments are used to associate a string with the magic, typically the name of a variable. C is stored in the -C field and if C is non-null and C >= 0 a malloc'd +C field and if C is non-null and C E= 0 a malloc'd copy of the name is stored in C field. The sv_magic function uses C to determine which, if any, predefined @@ -2386,15 +2386,15 @@ the Perl interpreter. =head1 AUTHORS Until May 1997, this document was maintained by Jeff Okamoto -. It is now maintained as part of Perl itself -by the Perl 5 Porters . +Eokamoto@corp.hp.comE. It is now maintained as part of Perl +itself by the Perl 5 Porters Eperl5-porters@perl.orgE. With lots of help and suggestions from Dean Roehrich, Malcolm Beattie, Andreas Koenig, Paul Hudson, Ilya Zakharevich, Paul Marquess, Neil Bowers, Matthew Green, Tim Bunce, Spider Boardman, Ulrich Pfeifer, Stephen McCamant, and Gurusamy Sarathy. -API Listing originally by Dean Roehrich . +API Listing originally by Dean Roehrich Eroehrich@cray.comE. Modifications to autogenerate the API listing (L) by Benjamin Stuhl.