Rewrite page(2) references to page(3).

Add description of new libmach.
This commit is contained in:
rsc 2004-04-11 03:42:27 +00:00
parent cfa37a7b11
commit bf8a59fa01
91 changed files with 1624 additions and 1607 deletions

View file

@ -80,9 +80,9 @@ are rendezvous points.
Locks and rendezvous points work in regular programs as
well as programs that use the thread library
(see
.IR thread (2)).
.IR thread (3)).
The thread library replaces the
.IR rendezvous (2)
.IR rendezvous (3)
system call
with its own implementation,
.IR threadrendezvous ,
@ -207,7 +207,7 @@ and returns zero if the resulting value is zero, non-zero otherwise.
.SH SEE ALSO
.I rfork
in
.IR fork (2)
.IR fork (3)
.SH BUGS
.B Locks
are not strictly spin locks.