diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-06-17 06:11:53 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-06-17 06:11:53 +0000 |
commit | 8e449b390d9e49d234abebfc50f0caf32906c5ed (patch) | |
tree | cc87d9f2f65b5c719bf04a451ad4a801edd15262 /pod/perlguts.pod | |
parent | da0045b73af6f5045157329d7b4c4fa626e86868 (diff) | |
download | perl-8e449b390d9e49d234abebfc50f0caf32906c5ed.tar.gz |
Use pod formatting instead of ASCII emphasis
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 07509bcc04..d849fe106f 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<already-existing> SV, there are five routines: void sv_setiv(SV*, IV); void sv_setnv(SV*, double); |