diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2003-08-30 07:59:05 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2003-08-30 07:59:05 +0000 |
| commit | 66eb91c1e0496aaa17d320d59e65006e54d3b099 (patch) | |
| tree | 97707722510d99bdd5557691a1057ed8f3dd0a82 | |
| parent | 8f75df550649f582da145f4b20350d0c34c61a66 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/read.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 2271141bbc93..badf49f16612 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -163,6 +163,9 @@ was negative. .It Bq Er EAGAIN The file was marked for non-blocking I/O, and no data were ready to be read. +.It Bq Er EPERM +The file descriptor is associated with a non regular file +(e.g. a directory) mounted over NFS. .El .Pp In addition, |
