aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-20 20:52:35 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-20 20:52:35 +0100
commit693750d0324f5ef74f14963e8892050d4fe828f6 (patch)
tree85b249baa8013f687c95ac531b7064d8ad2ac44d /src/unistd
parentadd daemon (diff)
downloadslibc-693750d0324f5ef74f14963e8892050d4fe828f6.tar.gz
slibc-693750d0324f5ef74f14963e8892050d4fe828f6.tar.bz2
slibc-693750d0324f5ef74f14963e8892050d4fe828f6.tar.xz
etymology: daemon
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/unistd')
-rw-r--r--src/unistd/daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unistd/daemon.c b/src/unistd/daemon.c
index 5d7c34d..554142f 100644
--- a/src/unistd/daemon.c
+++ b/src/unistd/daemon.c
@@ -38,6 +38,8 @@
* Note, the GNU implementation is slightly
* different because of a bug.
*
+ * @etymology (Daemon)ise!
+ *
* @param nochdir The not change working directory to '/'.
* @param noclose The not redirect stdin, stdout, and stderr to '/dev/null'.
* @return Zero on success, -1 on error.