summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-21 19:03:47 +0000
committerRoland McGrath <roland@gnu.org>1994-10-21 19:03:47 +0000
commit6ad708997853510f33c808abf0bb55a729cd9ead (patch)
treeaee597c87178b11cf48c9c5e75fca0423ab53edc /manual
parentb48c7a5cb1285060896ca71a06c296744e04bb2b (diff)
(Error Codes): Add EFTYPE.
Diffstat (limited to 'manual')
-rw-r--r--manual/errno.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 8e860aa2c3..87ac278dc0 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -673,6 +673,16 @@ 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
Function not implemented. Some functions have commands or options defined