We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35097c commit 27a0538Copy full SHA for 27a0538
sv.c
@@ -10430,14 +10430,15 @@ Perl_newSVpvf_nocontext(const char *const pat, ...)
10430
/*
10431
=for apidoc newSVpvf
10432
=for apidoc_item newSVpvf_nocontext
10433
+=for apidoc_item vnewSVpvf
10434
10435
These each create a new SV and initialize it with the string formatted like
10436
C<sv_catpvf>.
10437
10438
__PLAIN_vs_NOCONTEXT_wording__(newSVpvf)
10439
-=for apidoc vnewSVpvf
10440
-Like C<L</newSVpvf>> but the arguments are a C<va_list>.
+The arguments to C<vnewSVpvf> are specified as a C<va_list>. The arguments to
10441
+the remaining forms are specified as a sprintf-style list of arguments.
10442
10443
=cut
10444
*/
0 commit comments