Author: bdrewery
Date: Tue Feb 27 04:41:14 2018
New Revision: 330053
URL: https://svnweb.freebsd.org/changeset/base/330053

Log:
  Fix some grammar: "signals <...> are set"

Modified:
  head/lib/libc/gen/posix_spawn.3

Modified: head/lib/libc/gen/posix_spawn.3
==============================================================================
--- head/lib/libc/gen/posix_spawn.3     Tue Feb 27 04:38:27 2018        
(r330052)
+++ head/lib/libc/gen/posix_spawn.3     Tue Feb 27 04:41:14 2018        
(r330053)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to