guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: daemonize: Fix typo in description.


From: guix-commits
Subject: 03/03: gnu: daemonize: Fix typo in description.
Date: Wed, 17 Jan 2024 04:56:33 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit c345358b9a9aac313a3dcdbca58283cd60132526
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 17 10:42:29 2024 +0100

    gnu: daemonize: Fix typo in description.
    
    * gnu/packages/admin.scm (daemonize)[description]: Fix trpo.
    
    Change-Id: I60023e7c6d3a6422bb6d44cb0633b6bbdc76938e
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index aaf7996209..54419f9557 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -609,7 +609,7 @@ services.")
      "daemonize runs a command as a Unix daemon.  It will close all open file
 descriptors, change working directory of the process to the root filesystem,
 reset its umask, run in the background, ignore I/O signals, handle
-@code{SIGCLD}, etc.  Most programs that are designed to be run as daemons do
+@code{SIGCHLD}, etc.  Most programs that are designed to be run as daemons do
 that work for themselves.  However, you’ll occasionally run across one that
 does not.  When you must run a daemon program that does not properly make
 itself into a true Unix daemon, you can use daemonize to force it to run as a



reply via email to

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