From: Perl 5 Porters Date: Mon, 17 Jun 1996 06:11:53 +0000 (+0000) Subject: Use pod formatting instead of ASCII emphasis X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e449b390d9e49d234abebfc50f0caf32906c5ed;p=p5sagit%2Fp5-mst-13.2.git Use pod formatting instead of ASCII emphasis --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 07509bc..d849fe1 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -39,7 +39,7 @@ The four routines are: SV* newSVpv(char*, int); SV* newSVsv(SV*); -To change the value of an *already-existing* SV, there are five routines: +To change the value of an I SV, there are five routines: void sv_setiv(SV*, IV); void sv_setnv(SV*, double);