lseek.2: Minor fix to wording of ENXIO error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-06 06:59:35 +02:00
parent bef940caef
commit ab366b4567
1 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,9 @@ is
.B SEEK_DATA
or
.BR SEEK_HOLE ,
and the file offset is beyond the end of the file.
and
.I offset
is beyond the end of the file.
.TP
.B EOVERFLOW
.\" HP-UX 11 says EINVAL for this case (but POSIX.1 says EOVERFLOW)