diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-09 05:09:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-09 05:09:14 +0000 |
commit | e0fa06c0b9ddb59edd05effce1d134e67ef5e98d (patch) | |
tree | 248199d621dac1a3dfdf7ef89bdeda501db81a9f /lib | |
parent | 224566cec3754799e796c6cf5ef7597ee633da5a (diff) |
spelling; moritz@jodeit.org
Diffstat (limited to 'lib')
-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 |