mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
When "any" acts as a subject, the verb must agree with whatever any is of.
This commit is contained in:
parent
d4b81c98d8
commit
49ca482a68
1 changed files with 2 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ process 1 ID (the init process ID).
|
|||
.Pp
|
||||
If a signal is caught while any of the
|
||||
.Fn wait
|
||||
calls is pending,
|
||||
calls are pending,
|
||||
the call may be interrupted or restarted when the signal-catching routine
|
||||
returns,
|
||||
depending on the options in effect for the signal;
|
||||
|
|
@ -232,7 +232,7 @@ is set to indicate the error.
|
|||
.Pp
|
||||
If
|
||||
.Fn wait4 ,
|
||||
.Fn wait3
|
||||
.Fn wait3 ,
|
||||
or
|
||||
.Fn waitpid
|
||||
returns due to a stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue