diff options
author | yar <yar@FreeBSD.org> | 2004-11-15 13:55:33 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-11-15 13:55:33 +0000 |
commit | 4d5cd8fc1a6476671dfa6bc846e64ee9411cfb82 (patch) | |
tree | 0a03821a7f34b7c489fbbef9935399def35a8c5e /lib/libc | |
parent | 5c10bd5c5fd4453ff9c423fc0e2282b02f962e53 (diff) | |
download | FreeBSD-src-4d5cd8fc1a6476671dfa6bc846e64ee9411cfb82.zip FreeBSD-src-4d5cd8fc1a6476671dfa6bc846e64ee9411cfb82.tar.gz |
Nitpicking on grammar.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/read.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 2e906b2..994190c 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -207,7 +207,7 @@ array overflowed a 32-bit integer. .It Bq Er EFAULT Part of the .Fa iov -points outside the process's allocated address space. +array points outside the process's allocated address space. .El .Pp The |