-
Notifications
You must be signed in to change notification settings - Fork 580
Minor doc fix in perlfunc #13473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Noticed today that 'chown' in perlfunc references portability issues And my perl -V for the spam gods: perl -V Characteristics of this binary (from libperl): |
From [email protected]0001-Fix-reference-to-chmod-portability-in-chown.patchFrom f063d92c0719281f0e42ae478d298e07d7213fa9 Mon Sep 17 00:00:00 2001
From: Peter Martini <[email protected]>
Date: Mon, 16 Dec 2013 18:01:23 -0500
Subject: [PATCH] Fix reference to chmod portability in chown
---
pod/perlfunc.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 0a57090..0bffdfc 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -972,7 +972,7 @@ On POSIX systems, you can detect this condition this way:
use POSIX qw(sysconf _PC_CHOWN_RESTRICTED);
$can_chown_giveaway = not sysconf(_PC_CHOWN_RESTRICTED);
-Portability issues: L<perlport/chmod>.
+Portability issues: L<perlport/chown>.
=item chr NUMBER
X<chr> X<character> X<ASCII> X<Unicode>
--
1.8.1.2
|
The RT System itself - Status changed from 'new' to 'open' |
@tonycoz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#120806 (status was 'resolved')
Searchable as RT120806$
The text was updated successfully, but these errors were encountered: