diff options
author | 2002-06-09 05:09:13 +0000 | |
---|---|---|
committer | 2002-06-09 05:09:13 +0000 | |
commit | 9571f5c9c8227447452f8ecc821c6518356c9920 (patch) | |
tree | 5c3e05d152282c2d21ab328e8378f8ac4ea68c00 /lib/libc/sys | |
parent | Begin some sysctl-ization. (diff) | |
download | wireguard-openbsd-9571f5c9c8227447452f8ecc821c6518356c9920.tar.xz wireguard-openbsd-9571f5c9c8227447452f8ecc821c6518356c9920.zip |
spelling; moritz@jodeit.org
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/lseek.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index 0b1fdf817a6..1fdf2e1bed0 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lseek.2,v 1.10 2002/01/24 21:18:36 mickey Exp $ +.\" $OpenBSD: lseek.2,v 1.11 2002/06/09 05:09:13 deraadt Exp $ .\" $NetBSD: lseek.2,v 1.6 1995/02/27 12:34:09 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -109,10 +109,10 @@ is set to indicate the error. will fail and the file pointer will remain unchanged if: .Bl -tag -width Er .It Bq Er EBADF -.Em Fildes +.Em fildes is not an open file descriptor. .It Bq Er ESPIPE -.Em Fildes +.Em fildes is associated with a pipe, socket, or FIFO. .It Bq Er EINVAL .Fa whence |