projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da0045b
)
Use pod formatting instead of ASCII emphasis
Perl 5 Porters [Mon, 17 Jun 1996 06:11:53 +0000 (06:11 +0000)]
pod/perlguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
07509bc
..
d849fe1
100644
(file)
--- 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);