From cvs-return-32139-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Feb 11 07:12:44 2009 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 29893 invoked from network); 11 Feb 2009 07:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 07:12:43 -0000 Received: (qmail 97006 invoked by uid 500); 11 Feb 2009 07:12:43 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96962 invoked by uid 500); 11 Feb 2009 07:12:43 -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 96953 invoked by uid 99); 11 Feb 2009 07:12:43 -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:12:43 -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:12:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 37B40238889E; Wed, 11 Feb 2009 07:12:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r743251 - /httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml Date: Wed, 11 Feb 2009 07:12:19 -0000 To: cvs@httpd.apache.org From: nilgun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090211071220.37B40238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nilgun Date: Wed Feb 11 07:12:19 2009 New Revision: 743251 URL: http://svn.apache.org/viewvc?rev=743251&view=rev Log: pre-translation improvements Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml?rev=743251&r1=743250&r2=743251&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml (original) +++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml Wed Feb 11 07:12:19 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 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.