summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-17 06:11:53 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-17 06:11:53 +0000
commit8e449b390d9e49d234abebfc50f0caf32906c5ed (patch)
treecc87d9f2f65b5c719bf04a451ad4a801edd15262 /pod/perlguts.pod
parentda0045b73af6f5045157329d7b4c4fa626e86868 (diff)
downloadperl-8e449b390d9e49d234abebfc50f0caf32906c5ed.tar.gz
Use pod formatting instead of ASCII emphasis
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod2
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);