summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-05-08 16:29:19 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-05-08 16:29:19 +1000
commit6f12dda7ca475850f5d661ecbfc0d0338cbba964 (patch)
treea701631f7ebdf224482fef6fd806293ad1c456ee /src
parent055d692856b8b051a8c3abeea36a21f6bc12a9fd (diff)
downloadmongo-6f12dda7ca475850f5d661ecbfc0d0338cbba964.tar.gz
Simplify quoting in config string examples, now that quotes are not reqired for string values starting with slashes.
Diffstat (limited to 'src')
-rw-r--r--src/include/wiredtiger.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 80a484de256..3cbf9f93dfc 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1358,9 +1358,9 @@ struct __wt_connection {
* (as a percentage)., an integer between 10 and 99; default \c 95.}
* @config{extensions, list of shared library extensions to load (using dlopen).
* Optional values are passed as the \c config parameter to
- * WT_CONNECTION::load_extension. Complex paths may require quoting\, for
- * example\, <code>extensions=("/path/ext.so"="entry=my_entry")</code>., a list
- * of strings; default empty.}
+ * WT_CONNECTION::load_extension. For example\,
+ * <code>extensions=(/path/ext.so={entry=my_entry})</code>., a list of strings;
+ * default empty.}
* @config{hazard_max, maximum number of simultaneous hazard pointers per
* session handle., an integer greater than or equal to 15; default \c 1000.}
* @config{logging, enable logging., a boolean flag; default \c false.}