Skip to content

Commit ae88114

Browse files
jmd-mongoandf-mongodb
authored andcommitted
DOCSP-13618 clarify that shutdown only applies to Linux; kill applies to Linux and macOS
1 parent 6c32d8a commit ae88114

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/tutorial/manage-mongodb-processes.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ authentication enabled.
150150
Use ``--shutdown``
151151
~~~~~~~~~~~~~~~~~~
152152

153-
From the Linux command line, shut down the :binary:`~bin.mongod` using the
154-
:option:`--shutdown <mongod --shutdown>` option in the following command:
153+
Supported on Linux only. From the command line, shut down the
154+
:binary:`~bin.mongod` using the :option:`--shutdown <mongod --shutdown>`
155+
option:
155156

156157
.. code-block:: sh
157158

@@ -167,8 +168,9 @@ to perform a clean shutdown.
167168
Use ``kill``
168169
~~~~~~~~~~~~
169170

170-
From the Linux command line, shut down a specific :binary:`~bin.mongod` instance
171-
using one of the following commands:
171+
Supported on Linux and macOS only. From the command line, shut down a
172+
specific :binary:`~bin.mongod` instance using one of the following
173+
commands:
172174

173175
.. code-block:: none
174176

0 commit comments

Comments
 (0)