diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-12 20:02:06 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-12 20:02:06 +0000 |
commit | 5034f64fe595930604a9cee98361a864a14df0fb (patch) | |
tree | 8ed2bfccc3570ab5bc2d93f804f180d6c8a0ff9d | |
parent | f46ea122362295d759ff2a538dfd9b29600626d9 (diff) |
add EFTYPE
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 3892834cd3c..0f16417d4bf 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -404,6 +404,8 @@ locks was reached. .It Er 78 ENOSYS Em "Function not implemented" . Attempted a system call that is not available on this system. +.It Er 79 EFTYPE Em "Inappropriate file type or format" . +The file contains invalid data or set to invalid modes. .Sh DEFINITIONS .Bl -tag -width Ds .It Process ID . |