mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
manual: fix description for preadv()
This commit is contained in:
parent
832f50be6c
commit
b156c5f0a7
@ -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
|
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
|
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
|
@var{offset}. The position of the file descriptor itself is not affected
|
||||||
by the operation. The value is the same as before the call.
|
by the operation. The value is the same as before the call.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user