summaryrefslogtreecommitdiffstats
path: root/libdaemon/dexec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-06-11 15:34:47 +0000
committerLennart Poettering <lennart@poettering.net>2007-06-11 15:34:47 +0000
commit57855dabe0eab60dc4090309d07ba4c1aee3e0e2 (patch)
treec9968bc8bebb749854f6d71feb25fb220ba7658a /libdaemon/dexec.h
parentb45cd330549c234d0c061602d6239b083ddb9978 (diff)
Make sure that we always return a sensible errno
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@117 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'libdaemon/dexec.h')
-rw-r--r--libdaemon/dexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon/dexec.h b/libdaemon/dexec.h
index 4b74f5e..27b5ba1 100644
--- a/libdaemon/dexec.h
+++ b/libdaemon/dexec.h
@@ -42,7 +42,7 @@ extern "C" {
* the specified pointer. The calling process is blocked until the
* child finishes and all child output (either STDOUT or STDIN) has
* been written to syslog. Running this function requires that
- * daemon_siginal() has been called with SIGCHLD as argument.
+ * daemon_signal() has been called with SIGCHLD as argument.
*
* @param dir Working directory for the process.
* @param ret A pointer to an integer to write the return value of the program to.