diff options
Diffstat (limited to '')
-rw-r--r-- | src/unistd/daemon.c | 2 |
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. |