wait.2: Add some cross references to core(5)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-08-21 11:51:09 +02:00
parent 6699401be6
commit b8433813dd
1 changed files with 3 additions and 1 deletions

View File

@ -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)