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/ioproc.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/man3/ioproc.3') diff --git a/man/man3/ioproc.3 b/man/man3/ioproc.3 index b6f1ce53..9753b90e 100644 --- a/man/man3/ioproc.3 +++ b/man/man3/ioproc.3 @@ -68,10 +68,10 @@ and are execute the similarly named library or system calls (see -.IR open (2), -.IR read (2), +.IR open (3), +.IR read (3), and -.IR dial (2)) +.IR dial (3)) in the slave process associated with .IR io . It is an error to execute more than one call @@ -172,8 +172,8 @@ ioread(Ioproc *io, int fd, void *a, long n) .SH SOURCE .B /sys/src/libthread/io*.c .SH SEE ALSO -.IR dial (2), -.IR open (2), -.IR read (2), -.IR thread (2) +.IR dial (3), +.IR open (3), +.IR read (3), +.IR thread (3) -- cgit v1.2.3