diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-02-15 13:16:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-02-15 13:16:02 +0000 |
| commit | 2c404454ac74af8905fc05e486f807aa5c33dd9a (patch) | |
| tree | d42d8100a79f417f3867b6d7a7b7b7343070e814 | |
| parent | 9a536bfc65298a4acb838f5e707ef959ae3a8194 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/chflags.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 553a284f2423..224ccdf50a1e 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.2 8.3 (Berkeley) 5/2/95 +.\" $Id$ .\" .Dd May 2, 1995 .Dt CHFLAGS 2 @@ -154,6 +155,8 @@ The file resides on a read-only file system. 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 .Sh SEE ALSO .Xr chflags 1 , |
