From 49ca482a68d91df6d185cdca77846b885b354ec6 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Thu, 11 May 2000 05:29:10 +0000 Subject: [PATCH] When "any" acts as a subject, the verb must agree with whatever any is of. --- lib/libc/sys/wait.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index c841d335244..ff6b8478cf2 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -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