diff options
author | 2017-06-19 23:45:42 +0000 | |
---|---|---|
committer | 2017-06-19 23:45:42 +0000 | |
commit | 8e7520b8395ce05d3c7de9a6b08bb93f727ae667 (patch) | |
tree | a293ca4b11c6012d7a386c8432b46ba0ac4e25ff | |
parent | s/can be from process context/can be called from process context/ (diff) | |
download | wireguard-openbsd-8e7520b8395ce05d3c7de9a6b08bb93f727ae667.tar.xz wireguard-openbsd-8e7520b8395ce05d3c7de9a6b08bb93f727ae667.zip |
s/pool_set_hardlimit/pool_sethardlimit/
from schwarze@
-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 |