diff options
author | yar <yar@FreeBSD.org> | 2004-10-25 13:35:03 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-10-25 13:35:03 +0000 |
commit | cea378a3019894c76ffc35d0583144c795ea7c18 (patch) | |
tree | 51c587488be456cd307d1967124a93320fc924a0 /lib/libc/sys/write.2 | |
parent | 7f97dbd11346d3d7de798b15cd22264cd5ce9550 (diff) | |
download | FreeBSD-src-cea378a3019894c76ffc35d0583144c795ea7c18.zip FreeBSD-src-cea378a3019894c76ffc35d0583144c795ea7c18.tar.gz |
Reword the last change a bit, add mdoc(7) markup.
Discussed with: bde
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 55389c0..19b5ce2 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 |