From: Armin Brauns Date: Tue, 6 Jul 2021 10:54:48 +0000 (+0200) Subject: manual: fix description for preadv() X-Git-Tag: upstream/2.34~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb;p=platform%2Fupstream%2Fglibc.git manual: fix description for preadv() --- diff --git a/manual/llio.texi b/manual/llio.texi index cbc4909..eafc271 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1161,7 +1161,7 @@ error. The possible errors are the same as in @code{write}. This function is similar to the @code{readv} function, with the difference it adds an extra @var{offset} parameter of type @code{off_t} similar to -@code{pread}. The data is written to the file starting at position +@code{pread}. The data is read from the file starting at position @var{offset}. The position of the file descriptor itself is not affected by the operation. The value is the same as before the call.