summaryrefslogtreecommitdiff
path: root/gnu/packages/libdaemon.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/libdaemon.scm')
-rw-r--r--gnu/packages/libdaemon.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/libdaemon.scm b/gnu/packages/libdaemon.scm
index 24f5b51b29..81cf6e58ba 100644
--- a/gnu/packages/libdaemon.scm
+++ b/gnu/packages/libdaemon.scm
@@ -51,8 +51,8 @@
(synopsis "Lightweight C library that eases the writing of UNIX daemons")
(description
- "libdaemon is a lightweight C library that eases the writing of UNIX
-daemons. It consists of the following parts:
+ "Libdaemon is a lightweight C library that eases the writing of UNIX
+daemons. It consists of the following parts:
• A wrapper around fork() which does the correct daemonization procedure of
a process
@@ -68,6 +68,6 @@ daemons. It consists of the following parts:
• An API for running subprocesses with STDOUT and STDERR redirected to
syslog.
-APIs like these are used in most daemon software available. It is not that
+APIs like these are used in most daemon software available. It is not that
simple to get it done right and code duplication is not a goal.")
(license lgpl2.1+)))