diff options
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 |