diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2003-12-10 14:51:19 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2003-12-10 14:51:19 +0000 |
| commit | e5615aff5e78c48a8e7787041a89b7487a2c6f96 (patch) | |
| tree | 8f04a902cc65b6e30574187f7941012aaa173177 /lib/libc | |
| parent | 73800b9b5f2334790150c2a8e627c35fd7ef068f (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/open.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 2c8070b7873e..06c770ec44a9 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -245,6 +245,9 @@ operation was interrupted by a signal. or .Dv O_EXLOCK is specified but the underlying filesystem does not support locking. +.It Bq Er EOPNOTSUPP +The named file is a special file mounted through a filesystem that +does not support access to it (e.g. NFS). .It Bq Er EWOULDBLOCK .Dv O_NONBLOCK and one of |
