diff options
author | SHIRAKATA Kentaro <argrath@ub32.org> | 2013-04-23 17:34:07 +0900 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-04-23 20:00:51 -0400 |
commit | f321be7e68d63f48424096568e313ccad2b06211 (patch) | |
tree | a7cace2a8666ca0f04566808fdd931f4c0893cd7 /pod/perliol.pod | |
parent | 617b0ec97dba4848d15439fac520f7269975cf65 (diff) | |
download | perl-f321be7e68d63f48424096568e313ccad2b06211.tar.gz |
POD nitpicks.
Also, rebreak some verbatim lines to avoid porting error.
Update known_pod_issues.dat.
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 767fabdd7f..a1ac2f0f33 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -685,7 +685,7 @@ Returns 0 on end-of-file, 1 if not end-of-file, -1 on error. Return error indicator. C<PerlIOBase_error()> is normally sufficient. -Returns 1 if there is an error (usually when C<PERLIO_F_ERROR> is set, +Returns 1 if there is an error (usually when C<PERLIO_F_ERROR> is set), 0 otherwise. =item Clearerr |