aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/wait.24
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/wait.2 b/man2/wait.2
index 7cf9a47e5d..08da2d0fff 100644
--- a/man2/wait.2
+++ b/man2/wait.2
@@ -219,7 +219,8 @@ This macro should be employed only if
returned true.
.TP
.BI WCOREDUMP( wstatus )
-returns true if the child produced a core dump.
+returns true if the child produced a core dump (see
+.BR core (5)).
This macro should be employed only if
.B WIFSIGNALED
returned true.
@@ -696,5 +697,6 @@ main(int argc, char *argv[])
.BR signal (2),
.BR wait4 (2),
.BR pthread_create (3),
+.BR core (5),
.BR credentials (7),
.BR signal (7)