Change 33651 by [EMAIL PROTECTED] on 2008/04/06 14:57:40
Subject: Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
From: Paul Fenwick <[EMAIL PROTECTED]>
Date: Mon, 31 Mar 2008 22:53:04 +1100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlfunc.pod#595 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#595 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#594~33650~ 2008-04-06 07:53:02.000000000 -0700
+++ perl/pod/perlfunc.pod 2008-04-06 07:57:40.000000000 -0700
@@ -5114,6 +5114,10 @@
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>
End of Patch.