Use pod formatting instead of ASCII emphasis
Perl 5 Porters [Mon, 17 Jun 1996 06:11:53 +0000 (06:11 +0000)]
pod/perlguts.pod

index 07509bc..d849fe1 100644 (file)
@@ -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<already-existing> SV, there are five routines:
 
     void  sv_setiv(SV*, IV);
     void  sv_setnv(SV*, double);