guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 01/05: doc: Fix typos.


From: Ludovic Courtès
Subject: [shepherd] 01/05: doc: Fix typos.
Date: Fri, 6 Mar 2020 08:21:40 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit e7e596954c26d45e405ebd754dbc65134195b21f
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 23 16:40:04 2020 +0100

    doc: Fix typos.
    
    * doc/shepherd.texi (Jump start): Lower case after a colon. Remove
    "the".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]