summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-29 22:29:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-29 22:29:36 +0000
commit4929bf7bc76235df307ee4ade0f6222410e8b46b (patch)
tree2ef7023a0940db572267040f96a32d4b2c3de6fe /pod/perldiag.pod
parent4b261d929a4c7cbf1234b17cb939dbdb2ff92731 (diff)
downloadperl-4929bf7bc76235df307ee4ade0f6222410e8b46b.tar.gz
fix pods to reflect newer canonical names for call_sv() etc.
p4raw-id: //depot/perl@5371
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 05e57c0761..f95c7d5920 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -576,7 +576,7 @@ so it was truncated to the string shown.
=item Callback called exit
-(F) A subroutine invoked from an external package via perl_call_sv()
+(F) A subroutine invoked from an external package via call_sv()
exited by calling exit.
=item Can't "goto" out of a pseudo block