summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-04-18 19:24:22 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-04-18 19:24:22 +0000
commit9db4b478d63ec0e33f07d61b658300d8704f5866 (patch)
treed3e72135cb55fb6594ab6e74724cbba7600a37df /lib/libc/sys
parentc8e50f41fec761f27c98b46f99721e0425718bee (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/lseek.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2
index 39a37fab7533..83fbb148af8d 100644
--- a/lib/libc/sys/lseek.2
+++ b/lib/libc/sys/lseek.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)lseek.2 8.3 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: lseek.2,v 1.6 1997/02/22 15:04:01 peter Exp $
.\"
.Dd April 19, 1994
.Dt 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.
+is not a proper value, or the resulting offset is negative.
.El
.Sh SEE ALSO
.Xr dup 2 ,