From: Rafael Garcia-Suarez Date: Mon, 10 Jul 2006 17:07:43 +0000 (+0000) Subject: Typo found by Craig Berry X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64d9b66bdb9ad44af714dc1a53e635097801af44;p=p5sagit%2Fp5-mst-13.2.git Typo found by Craig Berry p4raw-id: //depot/perl@28531 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 7e4f20b..616ff2f 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2744,7 +2744,7 @@ they either use the native implementation, or Perl's own implementation Do not use sprintf() or vsprintf() If you really want just plain byte strings, use my_snprintf() -and my_vnsprintf() instead, which will try to use snprintf() and +and my_vsnprintf() instead, which will try to use snprintf() and vsnprintf() if those safer APIs are available. If you want something fancier than a plain byte string, use SVs and Perl_sv_catpvf(). @@ -3303,11 +3303,10 @@ activity as well, and probably sooner than you'd think. =back -If you can do these things, you've started on the long road to Perl porting. +If you can do these things, you've started on the long road to Perl porting. Thanks for wanting to help make Perl better - and happy hacking! =head1 AUTHOR This document was written by Nathan Torkington, and is maintained by the perl5-porters mailing list. -