From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56436) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5tNP-0006e0-HG for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5tNO-0006Mr-K1 for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45526) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5tNO-0006Mn-Hf for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5tNO-00070Y-GE for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:02 -0500 Subject: [bug#39752] [PATCH 1/5] doc: Fix typos. Resent-Message-ID: From: Brice Waegeneire Date: Sun, 23 Feb 2020 16:40:04 +0100 Message-Id: <20200223154008.24888-2-brice@waegenei.re> In-Reply-To: <20200223154008.24888-1-brice@waegenei.re> References: <20200223091859.21705-1-brice@waegenei.re> <20200223154008.24888-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39752@debbugs.gnu.org * doc/shepherd.texi (Jump start): Lower case after a colon. Remove "the". --- doc/shepherd.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/shepherd.texi b/doc/shepherd.texi index da5718b..834d47a 100644 --- a/doc/shepherd.texi +++ b/doc/shepherd.texi @@ -208,7 +208,7 @@ service, you use the following, probably not very surprising, command: herd stop networking @end example -There are two more actions you can perform on every service: The +There are two more actions you can perform on every service: the actions @code{enable} and @code{disable} are used to prevent and allow starting of the particular service. If a service is intended to be restarted whenever it terminates (how this can be done will not be @@ -248,7 +248,7 @@ be available: herd reload-modules apache @end example -The service-specific actions can only be used when the service is +Service-specific actions can only be used when the service is started, i.e. the only thing you can do to a stopped service is starting it. An exception exists, see below. (If you may at some point find this too restrictive because you want to use variants of -- 2.25.0