summaryrefslogtreecommitdiffstats
path: root/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'spawn.h')
-rw-r--r--spawn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spawn.h b/spawn.h
index a2c23fd..16815bb 100644
--- a/spawn.h
+++ b/spawn.h
@@ -100,7 +100,8 @@ int bfs_spawn_addsetrlimit(struct bfs_spawn *ctx, int resource, const struct rli
* @param argv
* The arguments for the new process.
* @param envp
- * The environment variables for the new process.
+ * The environment variables for the new process (NULL for the current
+ * environment.
* @return
* The PID of the new process, or -1 on error.
*/