diff options
author | 2017-06-19 23:45:13 +0000 | |
---|---|---|
committer | 2017-06-19 23:45:13 +0000 | |
commit | 51c272b8fdd7860df91cfffa326b98411fbe1f9b (patch) | |
tree | 1ba5bef512938d5c211581c048a36f278555fac9 | |
parent | talk about the per cpu caches in pools by documenting pool_cache_init() (diff) | |
download | wireguard-openbsd-51c272b8fdd7860df91cfffa326b98411fbe1f9b.tar.xz wireguard-openbsd-51c272b8fdd7860df91cfffa326b98411fbe1f9b.zip |
s/can be from process context/can be called from process context/
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 b757e7dcce5..07b80f59229 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.1 2017/06/19 23:44:11 dlg Exp $ +.\" $OpenBSD: pool_cache_init.9,v 1.2 2017/06/19 23:45:13 dlg Exp $ .\" .\" Copyright (c) 2017 David Gwynne <dlg@openbsd.org> .\" @@ -175,7 +175,7 @@ the global depot. .Fn pool_cache_init and .Fn pool_cache_destroy -can be from process context. +can be called from process context. .Sh CODE REFERENCES The pool implementation is in the file .Pa sys/kern/subr_pool.c . |