diff options
Diffstat (limited to 'misc/preadv.c')
-rw-r--r-- | misc/preadv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/preadv.c b/misc/preadv.c index 3e2cc689e6..facd8ca017 100644 --- a/misc/preadv.c +++ b/misc/preadv.c @@ -24,7 +24,7 @@ without change the file pointer, and put the result in the buffers described by VECTOR, which is a vector of COUNT 'struct iovec's. The buffers are filled in the order specified. Operates just like - 'read' (see <unistd.h>) except that data are put in VECTOR instead + 'pread' (see <unistd.h>) except that data are put in VECTOR instead of a contiguous buffer. */ ssize_t preadv (fd, vector, count, offset) |