diff options
Diffstat (limited to 'lib/libc')
-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 , |