From a4319b6585357ce1e34bbeb7a2690dbf204c9090 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 13 Dec 2006 13:46:01 +0000 Subject: [PATCH] Much more correct EFTYPE description. --- lib/libc/sys/chmod.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index a429944ade35..ff0b13150431 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