diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2020-12-11 00:20:04 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2020-12-11 00:20:04 +0000 |
commit | 2c96ea9ca0aa37db109700be5ed33afc30133ec1 (patch) | |
tree | bc2c9276e0581a5aeb8c05929d52db9c3e3aee07 /lib/libc | |
parent | eca1933a55ae8ca916f75ed1ff8f12789e54db8a (diff) |
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/posix_spawn.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3 index 6c65ccd556c3..596dac318673 100644 --- a/lib/libc/gen/posix_spawn.3 +++ b/lib/libc/gen/posix_spawn.3 @@ -300,7 +300,9 @@ had been called to create a child process and then .Fn execve had been called by the child process to execute the new process image. .Pp -The implementation uses vfork(), thus the fork handlers are not run when +The implementation uses +.Fn vfork , +thus the fork handlers are not run when .Fn posix_spawn or .Fn posix_spawnp |