diff options
author | des <des@FreeBSD.org> | 1998-04-19 22:20:32 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-04-19 22:20:32 +0000 |
commit | 901c8a6cfa96b97f7f01686479706895b233eb71 (patch) | |
tree | 32bcbd87b3762d6a374dcf152abcae2961e28c47 /lib | |
parent | 182404b2741d5b0d2de788e163aa2b0595d340b0 (diff) | |
download | FreeBSD-src-901c8a6cfa96b97f7f01686479706895b233eb71.zip FreeBSD-src-901c8a6cfa96b97f7f01686479706895b233eb71.tar.gz |
Backed out lseek changes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/lseek.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index 83fbb14..538ec11 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 , |