From c5eef08759955d39d6689ddb2f5c37888248a4d3 Mon Sep 17 00:00:00 2001 From: Daniel Frederick Crisman Date: Wed, 16 Dec 2009 14:28:20 -0500 Subject: Add lchown to POSIX.pod --- ext/POSIX/POSIX.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 7263d0a62a..5a2137cfb0 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 -- cgit v1.2.1