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

@ -82,7 +82,7 @@ are ignored, and the result is the same as calling
and
.I bingrow
allocate large chunks of memory using
.IR malloc (2)
.IR malloc (3)
and return pieces of these chunks.
The chunks are
.IR free 'd
@ -91,7 +91,7 @@ upon a call to
.SH SOURCE
.B /sys/src/libbin
.SH SEE ALSO
.IR malloc (2)
.IR malloc (3)
.SH DIAGNOSTICS
.I binalloc
and