lseek.2: wfix ("open file description")

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-26 10:08:39 +01:00
parent e2b89c5c8c
commit f180e30bc2
1 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ is
.B SEEK_DATA
or
.BR SEEK_HOLE ,
and the current file offset is beyond the end of the file.
and the file offset is beyond the end of the file.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
@ -262,8 +262,8 @@ Note that file descriptors created by
.BR dup (2)
or
.BR fork (2)
share the current file position pointer, so seeking on such files may be
subject to race conditions.
refer to the same open file descriptions (and thus file offsets),
so seeking on such files may be subject to race conditions.
.SH SEE ALSO
.BR dup (2),
.BR fork (2),