summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2002-03-08 23:29:53 +0800
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-08 09:11:40 +0000
commit9b5bb84fb72e5f7783df85cab3747be50d885047 (patch)
tree73304df55bac8b78e301d5b7892df75ce364c1dc /pod
parent7b3221675748eb1b7f48c9946ecdddd1f19e8610 (diff)
downloadperl-9b5bb84fb72e5f7783df85cab3747be50d885047.tar.gz
pod markup fixes
Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org> p4raw-id: //depot/perl@15101
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index bfd11dec74..9af82a54cc 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -833,7 +833,7 @@ SV.
The C<name> and C<namlen> arguments are used to associate a string with
the magic, typically the name of a variable. C<namlen> is stored in the
-C<mg_len> field and if C<name> is non-null and C<namlen> >= 0 a malloc'd
+C<mg_len> field and if C<name> is non-null and C<namlen> E<gt>= 0 a malloc'd
copy of the name is stored in C<mg_ptr> field.
The sv_magic function uses C<how> 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
-<okamoto@corp.hp.com>. It is now maintained as part of Perl itself
-by the Perl 5 Porters <perl5-porters@perl.org>.
+E<lt>okamoto@corp.hp.comE<gt>. It is now maintained as part of Perl
+itself by the Perl 5 Porters E<lt>perl5-porters@perl.orgE<gt>.
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 <roehrich@cray.com>.
+API Listing originally by Dean Roehrich E<lt>roehrich@cray.comE<gt>.
Modifications to autogenerate the API listing (L<perlapi>) by Benjamin
Stuhl.