summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-19 17:19:30 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-19 17:19:47 -0800
commit8b858c7146a3f2db0c4021b5e72a6dea54287185 (patch)
tree1f206621b9981db58419080675921d07c0e71515 /ext
parentba6222d7854effd37eb38c5908ab4c84bfb09745 (diff)
downloadperl-8b858c7146a3f2db0c4021b5e72a6dea54287185.tar.gz
B.pm: wording tweaks
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 94949e4d39..8bc967f300 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -893,7 +893,8 @@ If you're working with globs at runtime, and need to disambiguate
=head2 B::IO Methods
-B::IO objects derive from IO objects and you will get more information there.
+B::IO objects derive from IO objects and you will get more information from
+the IO object itself.
For example:
@@ -944,13 +945,13 @@ A character symbolizing the type of IO Handle.
=item IoFLAGS
-See F<perliol.h>
+See F<perliol.h>.
=item IsSTD
Takes one argument ( 'stdin' | 'stdout' | 'stderr' ) and returns true
if the IoIFP of the object is equal to the handle whose name was
-passed as argument. i.e. $io->IsSTD('stderr') is true if
+passed as argument; i.e., $io->IsSTD('stderr') is true if
IoIFP($io) == PerlIO_stderr().
=back