From: Kirk McKusick Date: Fri, 10 Jul 1992 03:42:24 +0000 (-0800) Subject: fix comment X-Git-Tag: BSD-4_4-Snapshot-Development~6030 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/fd8dc2351af50b9ddca4020def8731c12442837b fix comment SCCS-vsn: sys/sys/wait.h 7.18 --- diff --git a/usr/src/sys/sys/wait.h b/usr/src/sys/sys/wait.h index 07b7c8aec7..4967d74b80 100644 --- a/usr/src/sys/sys/wait.h +++ b/usr/src/sys/sys/wait.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)wait.h 7.17 (Berkeley) %G% + * @(#)wait.h 7.18 (Berkeley) %G% */ /* @@ -39,7 +39,7 @@ #endif /* - * Option bits for the second argument of wait4. WNOHANG causes the + * Option bits for the third argument of wait4. WNOHANG causes the * wait to not hang if there are no stopped or terminated processes, rather * returning an error indication in this case (pid==0). WUNTRACED * indicates that the caller should receive status about untraced children