From b24c9685c54e638498fc0fae346e9b2726cb937b Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 8 Apr 1997 22:47:09 +0000 Subject: [PATCH] chflags can get EOPNOTSUPP --- lib/libc/sys/chflags.2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.20.1