summaryrefslogtreecommitdiffstats
path: root/share/man/man9/zone.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/zone.9')
-rw-r--r--share/man/man9/zone.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 32531bb..a77fd5b 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 9, 2010
+.Dd February 25, 2012
.Dt ZONE 9
.Os
.Sh NAME
@@ -47,7 +47,7 @@
.Fo uma_zcreate
.Fa "char *name" "int size"
.Fa "uma_ctor ctor" "uma_dtor dtor" "uma_init uminit" "uma_fini fini"
-.Fa "int align" "u_int16_t flags"
+.Fa "int align" "uint16_t flags"
.Fc
.Ft "void *"
.Fn uma_zalloc "uma_zone_t zone" "int flags"
@@ -210,7 +210,7 @@ The
.Fn uma_zone_get_cur
function returns the approximate current occupancy of the zone.
The returned value is approximate because appropriate synchronisation to
-determine an exact value is not performend by the implementation.
+determine an exact value is not performed by the implementation.
This ensures low overhead at the expense of potentially stale data being used
in the calculation.
.Sh RETURN VALUES
OpenPOWER on IntegriCloud