diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-02-14 14:16:44 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-02-14 14:16:44 +0000 |
commit | 683811530cf1b45295d9ec431bc74aea6286906b (patch) | |
tree | 10954eb5038c481814c70d08201ae09c46a2fef8 | |
parent | 68b4d8c1a2d6e51ba50cd4522e76ba17ba26abe6 (diff) |
Notes
-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 3305b3a2aef5..553a284f2423 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 |