Remove references to zinit() which does not exist anymore.

This commit is contained in:
asmodai 2002-04-30 15:04:41 +00:00
parent e5f4e75d0c
commit 1fe12f5d34

View File

@ -102,8 +102,8 @@ calling
.Fn uma_zfree
with a pointer to the zone and a pointer to the item.
.Pp
Zones created with
.Fn zinit
Created zones,
which are empty,
can be destroyed using
.Fn uma_zdestroy ,
freeing all memory that was allocated for the zone.
@ -115,17 +115,6 @@ before.
.Sh RETURN VALUES
.Pp
The
.Fn zinit
function returns a pointer to a fully initialized
.Vt "struct vm_zone" ,
or
.Dv NULL
if it was unable to
.Fn malloc
a
.Vt "struct vm_zone" .
.Pp
The
.Fn uma_zalloc
function returns a pointer to an item, or
.Dv NULL