diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-07-28 22:19:38 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-08 04:40:57 +0200 |
| commit | f09b616d072c7812e76e66d1e58169b0d0ef0930 (patch) | |
| tree | 021c919d4f81bc8bb97ba4e0ef953f9ab30f5423 /man2 | |
| parent | f2ec5c2b1a4a3a2979e8e99f4b217a2858d42a6f (diff) | |
| download | man-pages-f09b616d072c7812e76e66d1e58169b0d0ef0930.tar.gz | |
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>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/readv.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/readv.2 b/man2/readv.2 index 3355fa9d79..0debc2d574 100644 --- a/man2/readv.2 +++ b/man2/readv.2 @@ -245,7 +245,7 @@ If no bytes were read, it will return \-1 and set to .BR EAGAIN (but see -.BR BUGS ")." +.BR BUGS ). Currently, this flag is meaningful only for .BR preadv2 (). .TP @@ -433,7 +433,7 @@ Linux v5.9 and v5.10 have a bug where with the .BR RWF_NOWAIT 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 .BR pread (2), .BR read (2), |
