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

@ -144,7 +144,7 @@ When creating new file references by copying pointers,
call
.I incref
(see
.IR lock (2))
.IR lock (3))
to update the reference count.
To note the removal of a reference to a file, call
.IR closefile .
@ -218,6 +218,6 @@ return nf;
.SH SOURCE
.B /sys/src/lib9p/file.c
.SH SEE ALSO
.IR 9p (2)
.IR 9p (3)
.SH BUGS
The reference counting is cumbersome.