From: Christophe Jaillet Date: Sat, 21 Sep 2019 05:30:34 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.4.42~258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5cfc3494d1314bb9aef5c52388ec1ee043bb0b2;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo (r1867253 in trunk) + remove some trailing spaces to synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1867260 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index 195201e63d1..09750225831 100644 --- a/docs/manual/programs/httxt2dbm.xml +++ b/docs/manual/programs/httxt2dbm.xml @@ -29,7 +29,7 @@

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

- +

If the output file already exists, it will not be truncated. New keys will be added and existing keys will be updated.

@@ -61,7 +61,7 @@
-i SOURCE_TXT
-
Input file from which the dbm is to be created. The file should be formated +
Input file from which the dbm is to be created. The file should be formatted with one record per line, of the form: key value. See the documentation for RewriteMap for further details of this file's format and meaning.