From 8d55975f921f88f0e411d2e0b81ff4cbd94fe72e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 27 Feb 2018 04:41:14 +0000 Subject: [PATCH] Fix some grammar: "signals <...> are set" --- lib/libc/gen/posix_spawn.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3 index ebbf05a4f25c..6c65ccd556c3 100644 --- a/lib/libc/gen/posix_spawn.3 +++ b/lib/libc/gen/posix_spawn.3 @@ -269,14 +269,14 @@ If the flag is set in the spawn-flags attribute of the object referenced by .Fa attrp , the signals specified in the spawn-sigdefault attribute of the same -object is set to their default actions in the child process. -Signals set to the default action in the parent process is set to +object are set to their default actions in the child process. +Signals set to the default action in the parent process are set to the default action in the child process. .Pp -Signals set to be caught by the calling process is set to the +Signals set to be caught by the calling process are set to the default action in the child process. .Pp -Signals set to be ignored by the calling process image is set to +Signals set to be ignored by the calling process image are set to be ignored by the child process, unless otherwise specified by the .Dv POSIX_SPAWN_SETSIGDEF flag being set in the spawn-flags attribute of the object referenced by