summaryrefslogtreecommitdiff
path: root/pod/perlclib.pod
diff options
context:
space:
mode:
authorRichard Soderberg <p5-authors@crystalflame.net>2001-09-04 08:16:47 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-05 11:51:24 +0000
commit328bf3738a02f1c1bfa010034ca56aee254f8a25 (patch)
tree4084b6101b3fa3619566f4261c878a3cd68d14b0 /pod/perlclib.pod
parentfa03377f212c69c47ab6514076e52611d288ed57 (diff)
downloadperl-328bf3738a02f1c1bfa010034ca56aee254f8a25.tar.gz
Re: sv_catpvfn and sv_setpvfn
Message-Id: <200109042216.PAA17858@oregonnet.com> p4raw-id: //depot/perl@11876
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r--pod/perlclib.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod
index f80a7142f0..80e6194d1f 100644
--- a/pod/perlclib.pod
+++ b/pod/perlclib.pod
@@ -127,7 +127,7 @@ instead of raw C<char *> strings:
strncat(dt, src) sv_catpvn(sv, s)
sprintf(s, fmt, ...) sv_setpvf(sv, fmt, ...)
-Note also the existence of C<sv_catpvf> and C<sv_catpvfn>, combining
+Note also the existence of C<sv_catpvf> and C<sv_vcatpvfn>, combining
concatenation with formatting.
=head2 Character Class Tests