diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-06-19 23:45:43 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-06-19 23:45:43 +0000 |
commit | 6e74a5dffd72de4ccf5a58861c4c85bd0acc33dc (patch) | |
tree | d2d2bfe3fa5386783c89bfcab53c9cd1d1c3f217 /share | |
parent | e1765b2a09cfc74b400bf93017b020f6ba9d4497 (diff) |
s/pool_set_hardlimit/pool_sethardlimit/
from schwarze@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pool_cache_init.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool_cache_init.9 b/share/man/man9/pool_cache_init.9 index 07b80f59229..ec0f69aa3c9 100644 --- a/share/man/man9/pool_cache_init.9 +++ b/share/man/man9/pool_cache_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool_cache_init.9,v 1.2 2017/06/19 23:45:13 dlg Exp $ +.\" $OpenBSD: pool_cache_init.9,v 1.3 2017/06/19 23:45:42 dlg Exp $ .\" .\" Copyright (c) 2017 David Gwynne <dlg@openbsd.org> .\" @@ -190,7 +190,7 @@ all CPUs coordinate via shared data structures for handling and .Xr pool_put 9 operations, any limits set on the pool with -.Xr pool_set_hardlimit 9 +.Xr pool_sethardlimit 9 are ignored. If limits on the memory used by a pool with per CPU caches enabled are needed, they must be enforced by a page allocator specified |