artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b21650
)
Be a bit more specific about EINVAL and negative offsets.
author
tholo
<tholo@openbsd.org>
Sat, 12 Apr 1997 18:09:52 +0000
(18:09 +0000)
committer
tholo
<tholo@openbsd.org>
Sat, 12 Apr 1997 18:09:52 +0000
(18:09 +0000)
lib/libc/sys/lseek.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/lseek.2
b/lib/libc/sys/lseek.2
index
9a4f2b8
..
f32bc54
100644
(file)
--- a/
lib/libc/sys/lseek.2
+++ b/
lib/libc/sys/lseek.2
@@
-120,7
+120,9
@@
is not an open file descriptor.
is associated with a pipe, socket, or FIFO.
.It Bq Er EINVAL
.Fa Whence
-is not a proper value or the resulting offset would be negative.
+is not a proper value or the resulting offset would be negative
+on a file system or special device that does not allow negative
+offsets to be used.
.El
.Sh SEE ALSO
.Xr dup 2 ,