From: Paul Fenwick Date: Mon, 31 Mar 2008 22:53:04 +0000 (+1100) Subject: Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f126b98bb2f44e908254b68f6e0b22c259cd058e;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown Message-ID: <47F0D0A0.8010801@perltraining.com.au> p4raw-id: //depot/perl@33651 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3e107c9..3a0d103 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5114,6 +5114,10 @@ It's also a more insistent form of close because it also disables the file descriptor in any forked copies in other processes. +Returns C<1> for success. In the case of error, returns C if +the first argument is not a valid filehandle, or returns C<0> and sets +C<$!> for any other failure. + =item sin EXPR X X X X