From: Daniel Frederick Crisman Date: Wed, 16 Dec 2009 19:28:20 +0000 (-0500) Subject: Add lchown to POSIX.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5eef08759955d39d6689ddb2f5c37888248a4d3;p=p5sagit%2Fp5-mst-13.2.git Add lchown to POSIX.pod --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 7263d0a..5a2137c 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -703,6 +703,14 @@ signals to processes (often to terminate them), see L. (For returning absolute values of long integers.) labs() is C-specific, see L instead. +=item lchown + +This is identical to the C function, except the order of arguments is +consistent with Perl's builtin C with the added restriction +of only one path, not an list of paths. Does the same thing as the +C function but changes the owner of a symbolic link instead +of the file the symbolic link points to. + =item ldexp This is identical to the C function C