summaryrefslogtreecommitdiffstats
path: root/share/man/man9/zone.9
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2002-04-30 08:51:42 +0000
committerasmodai <asmodai@FreeBSD.org>2002-04-30 08:51:42 +0000
commitb6b2470fee2f571cb813096fa5097867bdc21e83 (patch)
tree61f8169f5211551e0e443e4be44c6c914cfe72d3 /share/man/man9/zone.9
parent08a4243733dbc35a1b6f25736a7ce60cbd47cf23 (diff)
downloadFreeBSD-src-b6b2470fee2f571cb813096fa5097867bdc21e83.zip
FreeBSD-src-b6b2470fee2f571cb813096fa5097867bdc21e83.tar.gz
Remove wrong include, one is supposed to include vm/uma.h instead of
vm_zone.h.
Diffstat (limited to 'share/man/man9/zone.9')
-rw-r--r--share/man/man9/zone.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 4cf34cc..269e699 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -39,7 +39,7 @@
.Sh SYNOPSIS
.In sys/param.h
.In sys/queue.h
-.In vm/vm_zone.h
+.In vm/uma.h
.Ft void
.Fn zbootinit "vm_zone_t z" "char *name" "int size" "void *item" "int nitems"
.Ft int
OpenPOWER on IntegriCloud