diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-01-29 08:46:25 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-30 00:56:47 +0000 |
commit | 11e1c8f2799d09ead03e234a9f91269f8b6b179b (patch) | |
tree | e5829a4fc048b11cb9f6a06f89563fda35bf3230 /pod/perlapio.pod | |
parent | 565c2591423801356441fb78477c26068ed4f07c (diff) | |
download | perl-11e1c8f2799d09ead03e234a9f91269f8b6b179b.tar.gz |
pod problems in io
Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
p4raw-id: //depot/perl@8593
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r-- | pod/perlapio.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 6f0c96cb17..06e3d14e62 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -136,7 +136,7 @@ There may be an implementation limit on the number of open handles, which may be lower than the limit on the number of open files - C<errno> may not be set when C<NULL> is returned if this limnit is exceeded. -=item B<PerlIO_reopen(path,mode,f) +=item B<PerlIO_reopen(path,mode,f)> While this currently exists in all three implementations perl itself does not use it. I<As perl does not use it, it is not well tested.> @@ -389,7 +389,7 @@ Do not use this - use PerlIO_fast_gets. Obscure - set count of bytes in the buffer. Deprecated. Only usable if PerlIO_canset_cnt() returns true. -Currently used in only doio.c to force count < -1 to -1. +Currently used in only doio.c to force count less than -1 to -1. Perhaps should be PerlIO_set_empty or similar. This call may actually do nothing if "count" is deduced from pointer and a "limit". @@ -433,9 +433,9 @@ B<ptype> is perl's charcter for the kind of IO: =over 8 -=item '<' read +=item 'E<lt>' read -=item '>' write +=item 'E<gt>' write =item '+' read/write @@ -468,7 +468,6 @@ recursively call PerlIO and be a problem. PerlIO_debug writes to the file named by $ENV{'PERLIO_DEBUG'} typical use might be - Bourne shells: PERLIO_DEBUG=/dev/tty ./perl somescript some args |