From 33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 30 Jun 2004 20:09:10 +0000 Subject: Markup, grammar, and spelling fixes. --- lib/libc/sys/read.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/sys/read.2') 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 -- cgit v1.3