diff options
-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 |