From 691e58c7311355ea294a881f9ed65a3a17a63a63 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Thu, 22 Dec 2011 16:38:24 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222336 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/httxt2dbm.html.en | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 478a9d1889..2e0871c428 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -49,18 +49,17 @@
-f DBM_TYPE
Specify the DBM type to be used for the output. If not specified, will - use the APR Default. Available types are:
- GDBM for GDBM files
- SDBM for SDBM files
- DB for berkeley DB files
- NDBM for NDBM files
- default for the default DBM type + use the APR Default. Available types are: + GDBM for GDBM files, + SDBM for SDBM files, + DB for berkeley DB files, + NDBM for NDBM files, + default for the default DBM type.
-i SOURCE_TXT
Input file from which the dbm is to be created. The file should be formated - with one record per line, of the form:
- key value
+ with one record per line, of the form: key value. See the documentation for RewriteMap for further details of this file's format and meaning.
-- 2.40.0