summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-08 22:47:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-08 22:47:10 +0000
commit9601ba712cd5aa6fbad7938daeda1d10e3578e6e (patch)
treee1fd57cbc5ab6d8f4da92acc318790dc16143327 /lib/libc/sys
parent832ccaf549d0b508e6228d6f6aed127196763958 (diff)
chflags can get EOPNOTSUPP
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/chflags.26
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2
index 9346d54e5ab..d52519ea43b 100644
--- a/lib/libc/sys/chflags.2
+++ b/lib/libc/sys/chflags.2
@@ -117,6 +117,9 @@ Too many symbolic links were encountered in translating the pathname.
.It Bq Er EPERM
The effective user ID does not match the owner of the file and
the effective user ID is not the super-user.
+.It Bq Er EOPNOTSUPP
+The named file resides on a file system that does not support file
+flags.
.It Bq Er EROFS
The named file resides on a read-only file system.
.It Bq Er EFAULT
@@ -139,6 +142,9 @@ refers to a socket, not to a file.
.It Bq Er EPERM
The effective user ID does not match the owner of the file and
the effective user ID is not the super-user.
+.It Bq Er EOPNOTSUPP
+The named file resides on a file system that does not support file
+flags.
.It Bq Er EROFS
The file resides on a read-only file system.
.It Bq Er EIO