Skip to content

Commit f48496b

Browse files
PeterMartinitonycoz
authored andcommitted
Fix reference to chmod portability in chown
1 parent 3238b14 commit f48496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ On POSIX systems, you can detect this condition this way:
972972
use POSIX qw(sysconf _PC_CHOWN_RESTRICTED);
973973
$can_chown_giveaway = not sysconf(_PC_CHOWN_RESTRICTED);
974974

975-
Portability issues: L<perlport/chmod>.
975+
Portability issues: L<perlport/chown>.
976976

977977
=item chr NUMBER
978978
X<chr> X<character> X<ASCII> X<Unicode>

0 commit comments

Comments
 (0)