diff options
| author | rsc <devnull@localhost> | 2004-04-11 03:42:27 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-11 03:42:27 +0000 |
| commit | bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 (patch) | |
| tree | 2f8a9e329e05288a17fa7e4024199b0af2327b3d /man/man3/rendezvous.3 | |
| parent | cfa37a7b1131abbab2e7d339b451f5f0e3198cc8 (diff) | |
| download | plan9port-bf8a59fa013f5c705369fbe14e23ca78c4d09cb8.tar.gz plan9port-bf8a59fa013f5c705369fbe14e23ca78c4d09cb8.zip | |
Rewrite page(2) references to page(3).
Add description of new libmach.
Diffstat (limited to 'man/man3/rendezvous.3')
| -rw-r--r-- | man/man3/rendezvous.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/rendezvous.3 b/man/man3/rendezvous.3 index 54cb6b6d..5143c2ff 100644 --- a/man/man3/rendezvous.3 +++ b/man/man3/rendezvous.3 @@ -13,9 +13,9 @@ The rendezvous system call allows two processes to synchronize and exchange a value. In conjunction with the shared memory system calls (see -.IR segattach (2) +.IR segattach (3) and -.IR fork (2)), +.IR fork (3)), it enables parallel programs to control their scheduling. .PP Two processes wishing to synchronize call @@ -42,7 +42,7 @@ inherited when a process forks, unless is set in the argument to .BR rfork ; see -.IR fork (2). +.IR fork (3). .PP If a rendezvous is interrupted the return value is .BR ~0 , @@ -50,8 +50,8 @@ so that value should not be used in normal communication. .SH SOURCE .B /sys/src/libc/9syscall .SH SEE ALSO -.IR segattach (2), -.IR fork (2) +.IR segattach (3), +.IR fork (3) .SH DIAGNOSTICS Sets .IR errstr . |
