diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-21 08:47:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-21 08:47:32 +0000 |
commit | 4c11337c0371dac743b0b266e8ebc6f347fa0cd9 (patch) | |
tree | 1c9da5c0f5c768cc5ea9e7fa25e05adb6b5dc4be /lib | |
parent | eae154c7dcbb63935731f10277d6aa4e40e86a6c (diff) | |
download | perl-4c11337c0371dac743b0b266e8ebc6f347fa0cd9.tar.gz |
Tweak the section name to agree with the change #21295.
p4raw-link: @21295 on //depot/perl: eae154c7dcbb63935731f10277d6aa4e40e86a6c
p4raw-id: //depot/perl@21296
Diffstat (limited to 'lib')
-rw-r--r-- | lib/PerlIO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 9d1fa27f48..c7b9f1312b 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -226,7 +226,7 @@ This can be used to see the effect of/bugs in the various layers e.g. For the various value of PERLIO see L<perlrun/PERLIO>. -=head2 Querying the layers of filehandle +=head2 Querying the layers of filehandles The following returns the B<names> of the PerlIO layers on a filehandle. |