Add lchown to POSIX.pod
Daniel Frederick Crisman [Wed, 16 Dec 2009 19:28:20 +0000 (14:28 -0500)]
ext/POSIX/POSIX.pod

index 7263d0a..5a2137c 100644 (file)
@@ -703,6 +703,14 @@ signals to processes (often to terminate them), see L<perlfunc/kill>.
 (For returning absolute values of long integers.)
 labs() is C-specific, see L<perlfunc/abs> instead.
 
+=item lchown
+
+This is identical to the C function, except the order of arguments is
+consistent with Perl's builtin C<chown()> with the added restriction
+of only one path, not an list of paths.  Does the same thing as the 
+C<chown()> 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<ldexp()>