diff options
author | des <des@FreeBSD.org> | 1999-02-14 13:58:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-02-14 13:58:18 +0000 |
commit | fe07f4870451301093bcd9d4d6049f9482f65331 (patch) | |
tree | aad7b1b08b840ca4df590108de31b1b7838bbcbb /lib/libc/sys/chflags.2 | |
parent | e158dd910e85016b8e7804f839754e22e78dea7c (diff) | |
download | FreeBSD-src-fe07f4870451301093bcd9d4d6049f9482f65331.zip FreeBSD-src-fe07f4870451301093bcd9d4d6049f9482f65331.tar.gz |
Mention that chflags can fail with EOPNOTSUPP.
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 3305b3a..553a284 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -133,6 +133,8 @@ points outside the process's allocated address space. An .Tn I/O error occurred while reading from or writing to the file system. +.It Bq Er EOPNOTSUPP +The underlying file system does not support file flags. .El .Pp .Fn Fchflags |