diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-10-16 09:53:35 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-10-16 09:53:35 +0000 |
| commit | 9a0cabd9e4baeea5e32666e02af09612d5b38211 (patch) | |
| tree | 9e692a1c82b77040b403bf5297cb2a2f163e3ebb /lib/libc/sys/write.2 | |
| parent | 6def5837f5701d23a0fd84dbea7af4b508be66b1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/write.2')
| -rw-r--r-- | lib/libc/sys/write.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 4687e3bab6a91..55389c0a48fea 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -32,7 +32,7 @@ .\" @(#)write.2 8.5 (Berkeley) 4/2/94 .\" $FreeBSD$ .\" -.Dd April 2, 1994 +.Dd October 16, 2004 .Dt WRITE 2 .Os .Sh NAME @@ -231,7 +231,7 @@ The system call may also return the following errors: .Bl -tag -width Er .It Bq Er EINVAL -The specified file offset is invalid. +The specified file offset is invalid, i.e. negative. .It Bq Er ESPIPE The file descriptor is associated with a pipe, socket, or FIFO. .El |
