diff --git a/man2/wait.2 b/man2/wait.2 index 7cf9a47e5..08da2d0ff 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)