]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/wait.2
xnu-517.tar.gz
[apple/xnu.git] / bsd / man / man2 / wait.2
index d72a93dce4fb039dad59d73bd7b1f9217c9fd202..054a0d0ac0905de3b0504decb2c3e0014c94820d 100644 (file)
@@ -158,7 +158,7 @@ One of the first three macros will evaluate to a non-zero (true) value:
 True if the process terminated normally by a call to
 .Xr _exit 2
 or
-.Xr exit 2 .
+.Xr exit 3 .
 .It Fn WIFSIGNALED status
 True if the process terminated due to receipt of a signal.
 .It Fn WIFSTOPPED status
@@ -180,7 +180,7 @@ is true, evaluates to the low-order 8 bits
 of the argument passed to
 .Xr _exit 2
 or
-.Xr exit 2
+.Xr exit 3
 by the child.
 .It Fn WTERMSIG status
 If
@@ -293,7 +293,7 @@ and the ability to restart a pending
 .Fn wait
 call are extensions to the POSIX interface.
 .Sh SEE ALSO
-.Xr exit 2 ,
+.Xr exit 3 ,
 .Xr sigaction 2
 .Sh HISTORY
 A