diff options
author | Susan LoVerso <sue@wiredtiger.com> | 2014-08-04 12:20:54 -0400 |
---|---|---|
committer | Susan LoVerso <sue@wiredtiger.com> | 2014-08-04 12:20:54 -0400 |
commit | 88be6b20d0e2b18c49c599a2bf84090d948ef836 (patch) | |
tree | edb4896768d8fbc37b2f29f3fc78339e8018a7e3 /src/docs/programming.dox | |
parent | 85e514f1349c5030f51096da3deb15b8c60873e5 (diff) | |
download | mongo-88be6b20d0e2b18c49c599a2bf84090d948ef836.tar.gz |
Remove extra reference to bulk-load page. Rename tune_bulk_load for
consistency.
Diffstat (limited to 'src/docs/programming.dox')
-rw-r--r-- | src/docs/programming.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/docs/programming.dox b/src/docs/programming.dox index 8e486b00fea..3a42999b98e 100644 --- a/src/docs/programming.dox +++ b/src/docs/programming.dox @@ -20,7 +20,6 @@ each of which is ordered by one or more columns. - @subpage schema - @subpage lsm - @subpage file_formats -- @subpage bulk_load - @subpage compression <h2>Programming notes</h2> @@ -39,7 +38,7 @@ each of which is ordered by one or more columns. - @subpage tune_memory_allocator - @subpage tune_page_sizes - @subpage tune_cache -- @subpage bulk_load +- @subpage tune_bulk_load - @subpage tune_cursor_persist - @subpage tune_read_only_objects - @subpage tune_checksum |