From 3cdf11d1035e3a014a3bf6c2e5a3854f11c6cc06 Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Fri, 29 Jan 2021 13:37:20 -0500 Subject: [PATCH] DOCSP-13618 clarify that shutdown only applies to Linux; kill applies to Linux and macOS --- source/tutorial/manage-mongodb-processes.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/tutorial/manage-mongodb-processes.txt b/source/tutorial/manage-mongodb-processes.txt index 7e9c4410f54..09eaf1053d4 100644 --- a/source/tutorial/manage-mongodb-processes.txt +++ b/source/tutorial/manage-mongodb-processes.txt @@ -150,8 +150,9 @@ authentication enabled. Use ``--shutdown`` ~~~~~~~~~~~~~~~~~~ -From the Linux command line, shut down the :binary:`~bin.mongod` using the -:option:`--shutdown ` option in the following command: +Supported on Linux only. From the command line, shut down the +:binary:`~bin.mongod` using the :option:`--shutdown ` +option: .. code-block:: sh @@ -167,8 +168,9 @@ to perform a clean shutdown. Use ``kill`` ~~~~~~~~~~~~ -From the Linux command line, shut down a specific :binary:`~bin.mongod` instance -using one of the following commands: +Supported on Linux and macOS only. From the command line, shut down a +specific :binary:`~bin.mongod` instance using one of the following +commands: .. code-block:: none