remove trailing blanks
[gnulib.git] / doc / posix-functions / chown.texi
1 @node chown
2 @section @code{chown}
3 @findex chown
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/chown.html}
6
7 Gnulib module: chown
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 When passed an argument of -1, some implementations really set the owner
13 user/group id of the file to this value, rather than leaving that id of the
14 file alone.
15 @item
16 When applied to a symbolic link, some implementations don't dereference
17 the symlink, i.e.@: they behave like @code{lchown}.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on some platforms:
24 mingw.
25 @end itemize