Deleted Added
full compact
26c26
< .\" $FreeBSD: head/share/man/man9/zone.9 242270 2012-10-28 21:01:32Z trasz $
---
> .\" $FreeBSD: head/share/man/man9/zone.9 243998 2012-12-07 22:27:13Z pjd $
28c28
< .Dd October 28, 2012
---
> .Dd December 7, 2012
40c40,41
< .Nm uma_zone_get_cur
---
> .Nm uma_zone_get_cur,
> .Nm uma_zone_set_warning
67a69,70
> .Ft void
> .Fn uma_zone_set_warning "uma_zone_t zone" "const char *warning"
215a219,228
> .Pp
> The
> .Fn uma_zone_set_warning
> function sets a warning that will be printed on the system console when the
> given zone becomes full and fails to allocate an item.
> The warning will be printed not often than every five minutes.
> Warnings can be turned off globally by setting the
> .Va vm.zone_warnings
> sysctl tunable to
> .Va 0 .