readv.2: Minor tweaks to Will Manley's patch

Cc: Will Manley <will@williammanley.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-07-28 22:19:38 +02:00 committed by Michael Kerrisk
parent f2ec5c2b1a
commit f09b616d07
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ If no bytes were read, it will return \-1 and set
to to
.BR EAGAIN .BR EAGAIN
(but see (but see
.BR BUGS ")." .BR BUGS ).
Currently, this flag is meaningful only for Currently, this flag is meaningful only for
.BR preadv2 (). .BR preadv2 ().
.TP .TP
@ -433,7 +433,7 @@ Linux v5.9 and v5.10 have a bug where
with the with the
.BR RWF_NOWAIT .BR RWF_NOWAIT
flag may return 0 even when not at end of file. See flag may return 0 even when not at end of file. See
https://lore.kernel.org/linux-fsdevel/fea8b16d-5a69-40f9-b123-e84dcd6e8f2e@www.fastmail.com/T/#u https://lore.kernel.org\:/linux-fsdevel\:/fea8b16d-5a69-40f9-b123-e84dcd6e8f2e@www.fastmail.com\:/T\:/#u
.SH SEE ALSO .SH SEE ALSO
.BR pread (2), .BR pread (2),
.BR read (2), .BR read (2),