From 28668bfa6289aff1d4b4b0a61c25430cfccd9242 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Jun 2004 23:01:22 +0000 Subject: [PATCH] Partial revert of last change. shm_key documentation needed. --- doc/man/man5/slapd-bdb.5 | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 87b43f8939..8ca2176a6c 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -21,9 +21,9 @@ Berkeley DB configuration options set in the environment's file. See Berkeley DB documentation for details on .B DB_CONFIG configuration options. -.\" Where there is overlap, settings in -.\" .B DB_CONFIG -.\" take precedence. +Where there is overlap, settings in +.B DB_CONFIG +take precedence. .SH CONFIGURATION These .B slapd.conf @@ -126,13 +126,12 @@ allocations can have a major negative impact on server performance, but specifying too much stack will also consume a great deal of memory. Each search stack uses 512K bytes per level. The default stack depth is 16, thus 8MB per thread is used. -.\" .TP -.\" Undocumented option, should use DB_CONFIG instead -.\" .B shm_key -.\" Specify a key for a shared memory BDB environment. By default the -.\" BDB environment uses memory mapped files. If a non-zero value is -.\" specified, it will be used as the key to identify a shared memory -.\" region that will house the environment. +.TP +.B shm_key +Specify a key for a shared memory BDB environment. By default the +BDB environment uses memory mapped files. If a non-zero value is +specified, it will be used as the key to identify a shared memory +region that will house the environment. .TP .B sessionlog Specify a session log store for the syncrepl replication provider -- 2.39.5