From: Graham Leggett Date: Thu, 22 Dec 2011 16:38:24 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.5.0-alpha~7637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691e58c7311355ea294a881f9ed65a3a17a63a63;p=thirdparty%2Fapache%2Fhttpd.git Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 478a9d1889c..2e0871c4285 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.