civodul pushed a commit to branch master
in repository shepherd.

commit 8a406dc558bd3faa4fdf2a61c019038e069a2a23
Author: Ludovic Courtès <[email protected]>
Date:   Mon Oct 8 15:51:12 2018 +0200

    doc: Fix typos.
    
    Fixes <https://bugs.gnu.org/32985>.
    Reported by Meiyo Peng <[email protected]>.
    
    * doc/shepherd.texi (The root and unknown services): Replace "safe" by
    "save".
---
 doc/shepherd.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index afefc77..8a5687a 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1018,11 +1018,11 @@ respawnable services are started, as otherwise we would 
not get the
 @code{SIGCHLD} signals when they terminate.
 
 @item enable-persistency
-When terminating, safe the list of running services in a file.
+When terminating, save the list of running services in a file.
 @c FIXME-CRITICAL: How can we specify which one?
 
 @item disable-persistency
-Don't safe the list of running services when terminating.
+Don't save the list of running services when terminating.
 
 @end table
 

Reply via email to