From 53868fb7b9c6fdab4da1bee3f61f9b6b9981af7d Mon Sep 17 00:00:00 2001 From: Anil Kumar Date: Tue, 30 Sep 2014 08:45:28 -0400 Subject: [PATCH] Fix sentence --- source/includes/options-mongod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/options-mongod.yaml b/source/includes/options-mongod.yaml index 58f76e2f5f0..23a05ac2e26 100644 --- a/source/includes/options-mongod.yaml +++ b/source/includes/options-mongod.yaml @@ -80,7 +80,7 @@ program: mongod name: maxConns args: directive: option -description: | +description: |to The maximum number of simultaneous connections that {{program}} will accept. This setting has no effect if it is higher than your operating system's configured maximum connection tracking threshold. @@ -214,7 +214,7 @@ name: keyFile args: directive: option description: | - Specifies the path to a key file to that stores the shared secret + Specifies the path to a key file that stores the shared secret that MongoDB instances use to authenticate to each other in a :term:`sharded cluster` or :term:`replica set`. {{role}} implies {{auth_option}}. See :ref:`inter-process-auth` for more