diff options
author | David Landgren <david@landgren.net> | 2007-09-28 22:42:56 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-04 14:28:34 +0000 |
commit | 353c650532037e4006fbdb2176350717f320f7c3 (patch) | |
tree | d168025606b4a4daf862755b087c4ba3b29e97b5 /pod/perliol.pod | |
parent | 94fcd414575e04d8b809003ba7bca1216090abff (diff) | |
download | perl-353c650532037e4006fbdb2176350717f320f7c3.tar.gz |
POD cleanups
Message-ID: <46FD4B30.9070802@landgren.net>
p4raw-id: //depot/perl@32026
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 3798a9705a..136faa6b6e 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -246,7 +246,7 @@ representing open (allocated) handles. For example the first three slots in the table correspond to C<stdin>,C<stdout> and C<stderr>. The table in turn points to the current "top" layer for the handle - in this case an instance of the generic buffering layer "perlio". That layer in turn -points to the next layer down - in this case the lowlevel "unix" layer. +points to the next layer down - in this case the low-level "unix" layer. The above is roughly equivalent to a "stdio" buffered stream, but with much more flexibility: |