Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
authorPaul Fenwick <pjf@perltraining.com.au>
Mon, 31 Mar 2008 22:53:04 +0000 (09:53 +1100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 6 Apr 2008 14:57:40 +0000 (14:57 +0000)
Message-ID: <47F0D0A0.8010801@perltraining.com.au>

p4raw-id: //depot/perl@33651

pod/perlfunc.pod

index 3e107c9..3a0d103 100644 (file)
@@ -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<undef> if
+the first argument is not a valid filehandle, or returns C<0> and sets
+C<$!> for any other failure.
+
 =item sin EXPR
 X<sin> X<sine> X<asin> X<arcsine>