X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Flchown.texi;h=595a05ce9527f73088f085eee7f15ec32f2181c3;hb=fbe6ced5d2fdadeeea4194725d05a52cf3b5ebd7;hp=0686bf3917adf2a4bfe23e28d86f4b15376a86d7;hpb=6bd102382341d268d2e99349abd4c21546a5993e;p=gnulib.git diff --git a/doc/posix-functions/lchown.texi b/doc/posix-functions/lchown.texi index 0686bf391..595a05ce9 100644 --- a/doc/posix-functions/lchown.texi +++ b/doc/posix-functions/lchown.texi @@ -13,6 +13,11 @@ Some platforms fail to detect trailing slash on non-directories, as in @code{lchown("link-to-file/",uid,gid)}: FreeBSD 7.2, Solaris 9. @item +Some platforms fail to update the change time when at least one +argument was not -1, but no ownership changes resulted. However, +without @code{lchmod}, the replacement only fixes this for non-symlinks: +OpenBSD 4.0. +@item This function is missing on some platforms; however, the replacement fails on symlinks if @code{chown} is supported, and fails altogether with @code{ENOSYS} otherwise: