From: Father Chrysostomos Date: Fri, 20 Jan 2012 01:19:30 +0000 (-0800) Subject: B.pm: wording tweaks X-Git-Tag: accepted/trunk/20130322.191538~1069 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b858c7146a3f2db0c4021b5e72a6dea54287185;p=platform%2Fupstream%2Fperl.git B.pm: wording tweaks --- diff --git a/ext/B/B.pm b/ext/B/B.pm index 94949e4..8bc967f 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 +See F. =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