aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
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.