From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/readv.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man3/readv.3') diff --git a/man/man3/readv.3 b/man/man3/readv.3 index 76615389..2c59e36f 100644 --- a/man/man3/readv.3 +++ b/man/man3/readv.3 @@ -29,7 +29,7 @@ long writev(int fd, IOchunk *io, int nio) long pwritev(int fd, IOchunk *io, int nio, vlong off) .SH DESCRIPTION These functions supplement the standard read and write operations of -.IR read (2) +.IR read (3) with facilities for scatter/gather I/O. The set of I/O buffers is collected into an array of .B IOchunk @@ -67,14 +67,14 @@ are the analogous write routines. .br .B /sys/src/libc/9sys/writev.c .SH SEE ALSO -.IR intro (2), -.IR read (2) +.IR intro (3), +.IR read (3) .SH DIAGNOSTICS These functions set .IR errstr . .SH BUGS The implementations use -.IR malloc (2) +.IR malloc (3) to build a single buffer for a standard call to .B read or -- cgit v1.2.3