From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/programmer_reference/program_environ.html | 40 +++++++++++++++----------- 1 file changed, 23 insertions(+), 17 deletions(-) (limited to 'docs/programmer_reference/program_environ.html') diff --git a/docs/programmer_reference/program_environ.html b/docs/programmer_reference/program_environ.html index cb9ff44e..027073ec 100644 --- a/docs/programmer_reference/program_environ.html +++ b/docs/programmer_reference/program_environ.html @@ -8,23 +8,21 @@ - + -

The Berkeley DB library uses the following environment variables:

+

+ The Berkeley DB library uses the following environment + variables: +

DB_HOME
-
If the environment variable DB_HOME is set, it is used as part of -File naming. -Note: For the DB_HOME variable to take effect, either the -DB_USE_ENVIRON or DB_USE_ENVIRON_ROOT flags must be -specified to DB_ENV->open().
+
+ If the environment variable DB_HOME is set, it + is used as part of File naming. Note: For the + DB_HOME variable to take effect, either the + DB_USE_ENVIRON or DB_USE_ENVIRON_ROOT flags must + be specified to DB_ENV->open(). +
TMPDIR, TEMP, TMP, TempFolder
-
The TMPDIR, TEMP, TMP, and TempFolder environment variables are all -checked as locations in which to create temporary files. See -DB_ENV->set_tmp_dir() for more information.
+
+ The TMPDIR, TEMP, TMP, and TempFolder + environment variables are all checked as locations in + which to create temporary files. See DB_ENV->set_tmp_dir() + for more information. +
@@ -62,14 +68,14 @@ checked as locations in which to create temporary files. See
- + - + -- cgit v1.2.1
Prev Prev  Up  Next
Error returns to applications Globalization Support  Home