diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/unistd/daemonise.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unistd/daemonise.c b/src/unistd/daemonise.c index 73ad4f8..501d169 100644 --- a/src/unistd/daemonise.c +++ b/src/unistd/daemonise.c @@ -90,6 +90,8 @@ extern char** environ; * you make the function call. The process can have become * partially deamonised. * + * @etymology (Daemonise) the process! + * * @param name The name of the daemon. Use a hardcoded value, * not the process name. Must not be `NULL`. * @param flags Flags to modify the behaviour of the function. |