diff options
author | Stas Bekman <stas@stason.org> | 2001-11-30 21:23:34 +0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-30 04:38:34 +0000 |
commit | 3e6cdf982d6179fb2fddf7311afe230a29c47275 (patch) | |
tree | 9e19f4166d1e325bf828a4254a31b70920c21045 /pod/perliol.pod | |
parent | 2c6849273365be75a7ac83e5e330764cae283237 (diff) | |
download | perl-3e6cdf982d6179fb2fddf7311afe230a29c47275.tar.gz |
[patch pod/perliol.pod] s/SvPV/SvPV_nolen/
Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
p4raw-id: //depot/perl@13379
Diffstat (limited to 'pod/perliol.pod')
-rw-r--r-- | pod/perliol.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perliol.pod b/pod/perliol.pod index e51f309106..5a2438e6fa 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -383,7 +383,7 @@ thus equivalent to C<PerlIO_fdopen>. In this case I<nargs> will be zero. If I<nargs> is greater than zero then it gives the number of arguments passed to C<open>, otherwise it will be 1 if for example C<PerlIO_open> was called. -In simple cases SvPV(*args) is the pathname to open. +In simple cases SvPV_nolen(*args) is the pathname to open. Having said all that translation-only layers do not need to provide C<Open()> at all, but rather leave the opening to a lower level layer and wait to be "pushed". |