]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Error Codes): Add EFTYPE.
authorRoland McGrath <roland@gnu.org>
Fri, 21 Oct 1994 19:03:47 +0000 (19:03 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 21 Oct 1994 19:03:47 +0000 (19:03 +0000)
manual/errno.texi

index 8e860aa2c32e5193698f7764f0d359cef863f92e..87ac278dc0f7f1aead22e89b52434793290d3906 100644 (file)
@@ -672,6 +672,16 @@ see @ref{File Locks}.
 This error never occurs in the GNU system.
 @end deftypevr
 
+@comment errno.h
+@comment BSD: Inappropriate file type or format
+@deftypevr Macro int EFTYPE
+Inappropriate file type or format.  The file was the wrong type for the
+operation, or a data file had the wrong format.
+
+On some systems @code{chmod} returns this error if you try to set the
+sticky bit on a non-directory file; @pxref{Setting Permissions}.
+@end deftypevr
+
 @comment errno.h
 @comment POSIX.1: Function not implemented
 @deftypevr Macro int ENOSYS