aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 9a5f612..9b78fb1 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1134,6 +1134,8 @@ int daemon(int, int)
* 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.