--- htdoc/cf_byname.html.orig Thu Jan 31 17:47:17 2002 +++ htdoc/cf_byname.html Thu Feb 7 14:47:49 2002 @@ -171,7 +171,7 @@ * search_rewrite_rules
* server_aliases
* server_max_docs
- * serrver_wait_time
+ * server_wait_time
* sort
* sort_names
* soundex_db
--- htdoc/cf_byprog.html.orig Thu Jan 31 17:47:17 2002 +++ htdoc/cf_byprog.html Fri Feb 8 08:24:49 2002 @@ -181,6 +181,7 @@ * iso_8601
* logging
* match_method
+ * matches_per_page
* max_excerpts
* max_prefix_matches
* max_stars
--- htdoc/cf_types.html.orig Thu Jan 31 17:47:17 2002 +++ htdoc/cf_types.html Thu Feb 7 14:48:14 2002 @@ -32,10 +32,20 @@ String List
- A sequence of string separated by whitespace. Individual - strings within the list may be quoted using double quotes. - The quotes are needed when the individual strings contain - whitespace. + A sequence of strings separated by whitespace. Individual + strings within the list cannot be quoted and therefore + cannot contain whitespace. +
+
+ Quoted String List +
+
+ A sequence of strings separated by whitespace. Individual + strings within the list may be quoted using single or double + quotes. The quotes are needed when the individual strings + contain whitespace. If you want a quote mark or a backslash + to be inserted as-is into a string, you must preceed it with + a backslash.
Number --- htdoc/htmerge.html.orig Thu Jan 31 17:47:17 2002 +++ htdoc/htmerge.html Thu Feb 7 14:48:47 2002 @@ -76,8 +76,8 @@
Merge the databases specified by merge_configfile into the databases specified by -c or the default. - To use multiple databases, you will need a config - file for each database. Then each file will set the + You will need a separate config file for each of + the two databases. Then each file will set the database_dir or database_base attribute to change the name of the databases, so @@ -88,6 +88,11 @@ together with this option. This is because merging the two wordlists together requires wordlists that have already been cleaned up by htmerge. + Because the -m option allows you to specify only + one database to be merged into the other, and only + one -m option may be specified, if you need to merge + three or more databases together you must run htmerge + multiple times with the -m option.
-s