From: Nilgun Belma Buguner Date: Wed, 11 Feb 2009 07:23:24 +0000 (+0000) Subject: pre-translation improvements X-Git-Tag: 2.2.12~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f86cf3627b424a34e0b2aea9b8855c5fd5793c;p=thirdparty%2Fapache%2Fhttpd.git pre-translation improvements git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index d0c73333a7f..add3fd0504d 100644 --- a/docs/manual/programs/httxt2dbm.xml +++ b/docs/manual/programs/httxt2dbm.xml @@ -27,7 +27,8 @@

httxt2dbm is used to generate dbm files from text input, for - use in RewriteMap with the dbm map type. + use in RewriteMapRewriteMap with + the dbm map type.

httpd @@ -47,17 +48,17 @@
-v
More verbose output
-
-f
+
-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 + default for the default DBM type
-
-i
+
-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
@@ -65,7 +66,7 @@ further details of this file's format and meaning.
-
-o
+
-o OUTPUT_DBM
Name of the output dbm files.