diff options
author | Larry Shatzer <fugazi@zyx.net> | 2001-11-13 10:27:59 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-13 23:53:11 +0000 |
commit | 39ac7f1bebb4ca2b4cc30387546811c6740b1192 (patch) | |
tree | 916c393a625dd69021360180cbd1f5b6a751d700 /pod/perlapio.pod | |
parent | d09651054f608b613dc2d41d0267898bf3d676f8 (diff) | |
download | perl-39ac7f1bebb4ca2b4cc30387546811c6740b1192.tar.gz |
Message-Id: <20011113172759.E27768@zippy.zyx.net>
p4raw-id: //depot/perl@12982
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r-- | pod/perlapio.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 06e3d14e62..a2a5bf1e1d 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -111,12 +111,12 @@ The USE_PERLIO implementation is described in L<perliol>. =back -Because "perlio.h" is a thing layer (for efficiency) the semantics of these functions are -somewhat dependent on the the underlying implementation. Where these variations are -understood they are noted below. +Because "perlio.h" is a thing layer (for efficiency) the semantics of +these functions are somewhat dependent on the underlying implementation. +Where these variations are understood they are noted below. -Unless otherwise noted, functions return 0 on success, or a negative value (usually -C<EOF> which is usually -1) and set C<errno> on error. +Unless otherwise noted, functions return 0 on success, or a negative +value (usually C<EOF> which is usually -1) and set C<errno> on error. =over 4 |