Skip to content

Minor corrections #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 17, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down