summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-04-19 22:20:32 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-04-19 22:20:32 +0000
commit59bad7c53bfff45a3d05eb885a3284639c63a2b7 (patch)
treeda7cc589787012a73be52223f26ed2113d74d43a /lib/libc/sys
parent9feab75ab752da3e38e1ae81c8d5e6641302f906 (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/lseek.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2
index 83fbb148af8d..538ec114494e 100644
--- a/lib/libc/sys/lseek.2
+++ b/lib/libc/sys/lseek.2
@@ -120,7 +120,7 @@ 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 is negative.
+is not a proper value.
.El
.Sh SEE ALSO
.Xr dup 2 ,