Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 36999 invoked from network); 11 Feb 2009 07:23:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 07:23:48 -0000 Received: (qmail 3554 invoked by uid 500); 11 Feb 2009 07:23:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 3536 invoked by uid 500); 11 Feb 2009 07:23:48 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 3526 invoked by uid 99); 11 Feb 2009 07:23:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:23:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 07:23:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E97723888F1; Wed, 11 Feb 2009 07:23:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r743253 - /httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml Date: Wed, 11 Feb 2009 07:23:24 -0000 To: cvs@httpd.apache.org From: nilgun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090211072325.1E97723888F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nilgun Date: Wed Feb 11 07:23:24 2009 New Revision: 743253 URL: http://svn.apache.org/viewvc?rev=743253&view=rev Log: pre-translation improvements Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml?rev=743253&r1=743252&r2=743253&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/programs/httxt2dbm.xml Wed Feb 11 07:23:24 2009 @@ -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.