diff options
author | Armin Brauns <armin.brauns@gmail.com> | 2021-07-06 12:54:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-06 16:23:15 +0200 |
commit | b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb (patch) | |
tree | 175fc761ab90c50c08b5cf41a698f0551b53d30a | |
parent | 832f50be6c9c010e46180d14126bbb81f35e808c (diff) | |
download | glibc-b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb.tar glibc-b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb.tar.gz glibc-b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb.tar.bz2 glibc-b156c5f0a72eca8b28e1e5a5e51f29cf5ffb3bfb.zip |
manual: fix description for preadv()
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |