diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-07-03 02:55:10 +0000 | 
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-07-03 02:55:10 +0000 | 
| commit | e9c032def82a5ce6eb9b711a60ab1ff7ec975a45 (patch) | |
| tree | f0b6e9bb5f76f8d10551d7375c29dc1c4f0e40a5 /lib/libc | |
| parent | 8ae7d6b0cb4467a7430a80c593c51e9db99c08ba (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/lseek.2 | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index ef38451b17c2..b3892e3bcf82 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -56,7 +56,8 @@ The argument  must be an open  file descriptor.  .Fn Lseek -repositions the file pointer +repositions the file position pointer associated with the file +descriptor  .Fa fildes  as follows:  .Bl -item -offset indent @@ -108,7 +109,7 @@ is set to indicate  the error.  .Sh ERRORS  .Fn Lseek -will fail and the file pointer will remain unchanged if: +will fail and the file position pointer will remain unchanged if:  .Bl -tag -width [EINVAL]  .It Bq Er EBADF  .Em Fildes | 
