From 461f861fe8620974019b1bcaedfa9a43f53907d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 17 Jan 2013 00:56:16 -0500 Subject: [PATCH 1/2] Repeated paragraph --- .../install-mongodb-on-red-hat-centos-or-fedora-linux.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt index ebb9abdf050..d3065c309fd 100644 --- a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt @@ -197,9 +197,6 @@ Follow the state of this process by watching the output in the ``/var/log/mongo/mongod.log`` file to watch for errors or important messages from the server. -You can restart the :program:`mongod` process by issuing the following -command (as root, or with ``sudo``): - Control :program:`mongos` ~~~~~~~~~~~~~~~~~~~~~~~~~ From 6aa79ea777b888c3f7037bf12b6a4de8d7e2563c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 17 Jan 2013 00:57:27 -0500 Subject: [PATCH 2/2] Minor typo --- source/administration/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/configuration.txt b/source/administration/configuration.txt index 1050936630f..8f8b4ab4634 100644 --- a/source/administration/configuration.txt +++ b/source/administration/configuration.txt @@ -55,7 +55,7 @@ For most standalone servers, this is a sufficient base configuration. It makes several assumptions, but consider the following explanation: -- :setting:`fork`" is ``true``, which enables a +- :setting:`fork` is ``true``, which enables a :term:`daemon` mode for :program:`mongod`, which detaches (i.e. "forks") the MongoDB from the current session and allows you to run the database as a conventional server.