diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-13 13:46:01 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-13 13:46:01 +0000 |
commit | 235da7c5d95a45aeb36edcb7ca10db413e9977ff (patch) | |
tree | 99e877751164c4d9df618bc70bd0e95dadce07c9 /lib/libc | |
parent | 575c21f380478b6554f6ec5aa55431f9897a8f9b (diff) | |
download | FreeBSD-src-235da7c5d95a45aeb36edcb7ca10db413e9977ff.zip FreeBSD-src-235da7c5d95a45aeb36edcb7ca10db413e9977ff.tar.gz |
Much more correct EFTYPE description.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chmod.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index a429944..ff0b131 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -192,7 +192,9 @@ points outside the process's allocated address space. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. .It Bq Er EFTYPE -An attempt was made to set the sticky bit upon an executable. +The effective user ID is not the super-user, the mode includes the sticky bit +.Dv ( S_ISVTX ) , +and path does not refer to a directory. .El .Pp The |