diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-11-25 11:26:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-11-25 11:26:26 -0500 |
commit | bbab30ba77f300ed991ed3e7da2ee89c333daa76 (patch) | |
tree | b8b99d051cb341817d4c6d0b125a3acf6b04b63f /spawn.h | |
parent | 44eee20598037c45680c862c05bba054372e130a (diff) | |
download | bfs-bbab30ba77f300ed991ed3e7da2ee89c333daa76.tar.xz |
Release 2.3
Diffstat (limited to 'spawn.h')
-rw-r--r-- | spawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ int bfs_spawn_addsetrlimit(struct bfs_spawn *ctx, int resource, const struct rli * The arguments for the new process. * @param envp * The environment variables for the new process (NULL for the current - * environment. + * environment). * @return * The PID of the new process, or -1 on error. */ |