This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #19343] perlfunc.pod patch for stat() and lstat()
authorDave Paris <unknown>
Sun, 22 Dec 2002 05:15:14 +0000 (05:15 +0000)
committerhv <hv@crypt.org>
Mon, 30 Dec 2002 03:19:17 +0000 (03:19 +0000)
From: Dave Paris (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>

p4raw-id: //depot/perl@18373

pod/perlfunc.pod

index 2496f83..bd21291 100644 (file)
@@ -2539,7 +2539,8 @@ See also L</exp> for the inverse operation.
 Does the same thing as the C<stat> function (including setting the
 special C<_> filehandle) but stats a symbolic link instead of the file
 the symbolic link points to.  If symbolic links are unimplemented on
-your system, a normal C<stat> is done.
+your system, a normal C<stat> is done.  For much more detailed
+information, please see the documentation for C<stat>.
 
 If EXPR is omitted, stats C<$_>.
 
@@ -5309,7 +5310,8 @@ and the S_IF* functions are
     S_ISENFMT($mode) S_ISWHT($mode)
 
 See your native chmod(2) and stat(2) documentation for more details
-about the S_* constants.
+about the S_* constants.  To get status info for a symbolic link
+instead of the target file behind the link, use the C<lstat> function.
 
 =item study SCALAR