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.