aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-08-27 14:51:21 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-08-27 14:51:21 +0000
commit882bc79a39540cf1418310fecc78cda7acb94866 (patch)
tree43f5e8c381c7034bb3fa71dbda629b3496cb7977 /lib/libc/db
parentdc26948b0c56170071ee0d765ab455aed945f022 (diff)
downloadsrc-882bc79a39540cf1418310fecc78cda7acb94866.tar.gz
src-882bc79a39540cf1418310fecc78cda7acb94866.zip
Remove the misleading description of the 'key' argument to
mpool_open(3) - it is *not* really used for synchronization; in fact, it is not used at all. PR: 70929 Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=134381
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/mpool.318
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3
index 32714cf03e0f..78feab9b6698 100644
--- a/lib/libc/db/man/mpool.3
+++ b/lib/libc/db/man/mpool.3
@@ -65,32 +65,16 @@ The
.Nm mpool
library interface is intended to provide page oriented buffer management
of files.
-The buffers may be shared between processes.
.Pp
The
.Fn mpool_open
function initializes a memory pool.
The
.Fa key
-argument is the byte string used to negotiate between multiple
-processes wishing to share buffers.
-If the file buffers are mapped in shared memory, all processes using
-the same key will share the buffers.
-If
-.Fa key
-is
-.Dv NULL ,
-the buffers are mapped into private memory.
+argument is currently ignored.
The
.Fa fd
argument is a file descriptor for the underlying file, which must be seekable.
-If
-.Fa key
-is
-.No non\- Ns Dv NULL
-and matches a file already being mapped, the
-.Fa fd
-argument is ignored.
.Pp
The
.Fa pagesize