From db141dbfcab6a0c4347e50bfd993f37ea66f933b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 30 Aug 2021 23:38:44 +0200 Subject: [PATCH] exit_group.2: SEE ALSO: s/exit(2)/_exit(2)/ Signed-off-by: Michael Kerrisk --- man2/exit_group.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 033d4c711..fc8cbe9ef 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -54,4 +54,4 @@ Since glibc 2.3, this is the system call invoked when the .BR _exit (2) wrapper function is called. .SH SEE ALSO -.BR exit (2) +.BR _exit (2)