aboutsummaryrefslogtreecommitdiffstats
path: root/man2/wait.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-08-21 11:51:09 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-08-21 11:51:09 +0200
commitb8433813dd19324bae4582cb85f55c65232f5835 (patch)
tree6a93872404add712d9df49297ee11238e3884495 /man2/wait.2
parent6699401be6ec3f9211fc28eff34c55ca0643f35d (diff)
downloadman-pages-b8433813dd19324bae4582cb85f55c65232f5835.tar.gz
wait.2: Add some cross references to core(5)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/wait.2')
-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)