diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-30 20:09:10 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-30 20:09:10 +0000 |
| commit | 33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2 (patch) | |
| tree | d1505c009dd121563a17a3785c90c2fa06761690 /lib/libc/sys/read.2 | |
| parent | 55388cdd92df1ded3147ec15fa114d385d046c01 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/read.2')
| -rw-r--r-- | lib/libc/sys/read.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index b73e11ada233..8e3865217a79 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -165,10 +165,10 @@ The file was marked for non-blocking I/O, and no data were ready to be read. .It Bq Er EISDIR The file descriptor is associated with a directory residing -on a filesystem that does not allow regular read operations on +on a file system that does not allow regular read operations on directories (e.g. NFS). .It Bq Er EOPNOTSUPP -The file descriptor is associated with a filesystem and file type that +The file descriptor is associated with a file system and file type that do not allow regular read operations on it. .It Bq Er EOVERFLOW The file descriptor is associated with a regular file, @@ -178,7 +178,7 @@ is greater than 0, is before the end-of-file, and .Fa offset is greater than or equal to the offset maximum established -for this filesystem. +for this file system. .El .Pp In addition, @@ -190,7 +190,7 @@ The .Fa iovcnt argument was less than or equal to 0, or greater than -.Li IOV_MAX . +.Dv IOV_MAX . .It Bq Er EINVAL One of the .Fa iov_len |
