From: Nilgun Belma Buguner Date: Wed, 11 Feb 2009 07:12:19 +0000 (+0000) Subject: pre-translation improvements X-Git-Tag: 2.3.2~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28ef9a33d2dd0de9606d0104da0b9c1f84429003;p=thirdparty%2Fapache%2Fhttpd.git pre-translation improvements git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index d0c73333a7f..a0715d52d6c 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 RewriteMap 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.