diff options
| author | Kelly Yancey <kbyanc@FreeBSD.org> | 2004-06-15 01:24:41 +0000 |
|---|---|---|
| committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2004-06-15 01:24:41 +0000 |
| commit | 2aab594f922b6260e142b215d2e4ac2cdf5cd247 (patch) | |
| tree | 5732e9c14924abc3ceef54c1351aad534a079903 | |
| parent | 946fd6463dc44b418a8c560c01d3c353695f4d15 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/read.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 6cb339aaddf2..b73e11ada233 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -189,7 +189,8 @@ may return one of the following errors: The .Fa iovcnt argument -was less than or equal to 0, or greater than 16. +was less than or equal to 0, or greater than +.Li IOV_MAX . .It Bq Er EINVAL One of the .Fa iov_len |
