summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-02-23 09:27:30 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-02-23 09:27:30 +0000
commit8946ed75ac639bc71d55ba28f4267d28ba1dbe65 (patch)
tree1aa07465be3598bddcbdf5eac159b196a5021a63 /src
parent9958a217cdca92305ab691a9d3ad84f587fb4034 (diff)
downloadmongo-8946ed75ac639bc71d55ba28f4267d28ba1dbe65.tar.gz
The huffman encoding documentation doesn't mention the leading "utf8" or
"utf16" strings that need to prefix the file name.
Diffstat (limited to 'src')
-rw-r--r--src/include/wiredtiger.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 585fca3b512..b3ac65bd9ee 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -574,11 +574,13 @@ struct __wt_session {
* @config{filename, override the default filename derived from the
* object name.,a string; default empty.}
* @config{huffman_key, configure Huffman encoding for keys. Permitted
- * values are empty (off)\, \c "english" or \c "<filename>". See @ref
- * huffman for more information.,a string; default empty.}
+ * values are empty (off)\, \c "english"\, \c "utf8<file>" or \c
+ * "utf16<file>". See @ref huffman for more information.,a string;
+ * default empty.}
* @config{huffman_value, configure Huffman encoding for values.
- * Permitted values are empty (off)\, \c "english" or \c "<filename>".
- * See @ref huffman for more information.,a string; default empty.}
+ * Permitted values are empty (off)\, \c "english"\, \c "utf8<file>" or
+ * \c "utf16<file>". See @ref huffman for more information.,a string;
+ * default empty.}
* @config{internal_item_max, the maximum key size stored on internal
* nodes\, in bytes. If zero\, a maximum is calculated to permit at
* least 8 keys per internal page.,an integer greater than or equal to