From b8433813dd19324bae4582cb85f55c65232f5835 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Aug 2018 11:51:09 +0200 Subject: [PATCH] wait.2: Add some cross references to core(5) Signed-off-by: Michael Kerrisk --- man2/wait.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)