From 693750d0324f5ef74f14963e8892050d4fe828f6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Dec 2015 20:52:35 +0100 Subject: etymology: daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/unistd.h | 2 ++ src/unistd/daemon.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/unistd.h b/include/unistd.h index 3812c8c..c1ab07b 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -938,6 +938,8 @@ char* searchpath3(const char*, const char*, const char*) * 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. 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. -- cgit v1.2.3-70-g09d2