artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1d798
)
s/can be from process context/can be called from process context/
author
dlg
<dlg@openbsd.org>
Mon, 19 Jun 2017 23:45:13 +0000
(23:45 +0000)
committer
dlg
<dlg@openbsd.org>
Mon, 19 Jun 2017 23:45:13 +0000
(23:45 +0000)
from schwarze@
share/man/man9/pool_cache_init.9
patch
|
blob
|
history
diff --git
a/share/man/man9/pool_cache_init.9
b/share/man/man9/pool_cache_init.9
index
b757e7d
..
07b80f5
100644
(file)
--- 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 .