public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: fix description for preadv()
@ 2021-07-06 14:23 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2021-07-06 14:23 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb

commit b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb
Author: Armin Brauns <armin.brauns@gmail.com>
Date:   Tue Jul 6 12:54:48 2021 +0200

    manual: fix description for preadv()

Diff:
---
 manual/llio.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/llio.texi b/manual/llio.texi
index cbc4909fd5..eafc27120d 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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-06 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 14:23 [glibc] manual: fix description for preadv() Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).