From 058b0118a52061ad57694c01fc8763b22b789c4d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 3 Jan 2005 06:40:20 +0000 Subject: Some man pages. --- man/man3/read.3 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'man/man3/read.3') diff --git a/man/man3/read.3 b/man/man3/read.3 index aa35c659..34e65c6e 100644 --- a/man/man3/read.3 +++ b/man/man3/read.3 @@ -75,21 +75,18 @@ or By combining the operations in a single atomic call, they more closely match the 9P protocol (see -.IR intro (5)) +.IR intro (9p)) and, more important, permit multiprocess programs to execute multiple concurrent read and write operations on the same file descriptor without interference. .SH SOURCE -.B /usr/local/plan9/src/libc/9syscall -.br -.B /usr/local/plan9/src/libc/port/readn.c +.B /usr/local/plan9/src/lib9/readn.c .SH SEE ALSO .IR intro (3), .IR open (3), .IR dup (3), -.IR pipe (3), -.IR readv (3) +.IR pipe (3) .SH DIAGNOSTICS These functions set .IR errstr . -- cgit v1.2.3