remove trailing whitespace, untabify
[gnulib.git] / modules / chown
index 1d5d41b..9e479a5 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-chown() function: change ownership of a file.
+chown() function: change ownership of a file, following symlinks.
 
 Files:
 lib/chown.c
@@ -7,15 +7,20 @@ lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
+unistd
+sys_stat
 
 configure.ac:
 gl_FUNC_CHOWN
+gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-