summaryrefslogtreecommitdiffstats
path: root/share/man/man9/zone.9
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2002-04-30 15:04:41 +0000
committerasmodai <asmodai@FreeBSD.org>2002-04-30 15:04:41 +0000
commit1fe12f5d34a60db3b2ab47a6b4bae7920e04748a (patch)
tree60bdc1f62fadf3145b33f7d09a1ef4e636fa93a4 /share/man/man9/zone.9
parente5f4e75d0c81b85ca8ebc18aa6207bf0770b4762 (diff)
downloadFreeBSD-src-1fe12f5d34a60db3b2ab47a6b4bae7920e04748a.zip
FreeBSD-src-1fe12f5d34a60db3b2ab47a6b4bae7920e04748a.tar.gz
Remove references to zinit() which does not exist anymore.
Diffstat (limited to 'share/man/man9/zone.9')
-rw-r--r--share/man/man9/zone.915
1 files changed, 2 insertions, 13 deletions
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 87ef995..6f3a445 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -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
OpenPOWER on IntegriCloud