diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-10-25 13:35:03 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-10-25 13:35:03 +0000 |
| commit | a39fd5061bf6d00966eef587b9f627a2963c062c (patch) | |
| tree | 51c587488be456cd307d1967124a93320fc924a0 /lib/libc | |
| parent | 1a1b280063f1d2faafbc9678bff88a2b52812f45 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/read.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/write.2 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index b3dfa925572f3..2e906b229603f 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -215,7 +215,9 @@ The system call may also return the following errors: .Bl -tag -width Er .It Bq Er EINVAL -The specified file offset is invalid, i.e. negative. +The +.Fa offset +value was negative. .It Bq Er ESPIPE The file descriptor is associated with a pipe, socket, or FIFO. .El diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 55389c0a48fea..19b5ce2dea366 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -231,7 +231,9 @@ The system call may also return the following errors: .Bl -tag -width Er .It Bq Er EINVAL -The specified file offset is invalid, i.e. negative. +The +.Fa offset +value was negative. .It Bq Er ESPIPE The file descriptor is associated with a pipe, socket, or FIFO. .El |
