From f40b9c44a433ef6ca9486c354dbead05d1f0fa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 7 Feb 2013 14:33:33 -0500 Subject: [PATCH 1/2] Minor typo --- source/faq/fundamentals.txt | 2 +- source/use-cases/storing-log-data.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/faq/fundamentals.txt b/source/faq/fundamentals.txt index 6631f36befc..814285f94de 100644 --- a/source/faq/fundamentals.txt +++ b/source/faq/fundamentals.txt @@ -220,7 +220,7 @@ If you're running a 64-bit build of MongoDB, there's virtually no limit to storage size. For production deployments, 64-bit builds and operating systems are strongly recommended. -.. seealso:: "`Blog Post: 32-bit Limitations `_ +.. seealso:: "`Blog Post: 32-bit Limitations `_" .. note:: diff --git a/source/use-cases/storing-log-data.txt b/source/use-cases/storing-log-data.txt index bb96659244f..c226e06dbdb 100644 --- a/source/use-cases/storing-log-data.txt +++ b/source/use-cases/storing-log-data.txt @@ -617,7 +617,7 @@ use a :term:`sharded cluster`, which takes advantage of MongoDB's :term:`sharding` functionality. This section introduces the unique sharding concerns for this event logging case. -.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding` wiki +.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding`" wiki page. Limitations From 38396a4f14187a1210c3a2cc5d33ac28ed75f576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 7 Feb 2013 14:45:06 -0500 Subject: [PATCH 2/2] Minor: indentation --- source/reference/connection-string.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 80ebc7210eb..a36d0939b2a 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -31,14 +31,14 @@ The components of this string are: #. ``mongodb://`` - A required prefix to identify that this is a string in the standard - connection format. + A required prefix to identify that this is a string in the standard + connection format. #. ``username:password@`` - Optional. If specified, the client will attempt to log in to the - specific database using these credentials after connecting to the - :program:`mongod` instance. + Optional. If specified, the client will attempt to log in to the + specific database using these credentials after connecting to the + :program:`mongod` instance. #. ``host1``