From: Michael Kerrisk Date: Mon, 30 Aug 2021 21:38:44 +0000 (+0200) Subject: exit_group.2: SEE ALSO: s/exit(2)/_exit(2)/ X-Git-Tag: man-pages-5.19-rc1~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db141dbfcab6a0c4347e50bfd993f37ea66f933b;p=thirdparty%2Fman-pages.git exit_group.2: SEE ALSO: s/exit(2)/_exit(2)/ Signed-off-by: Michael Kerrisk --- diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 033d4c7114..fc8cbe9efe 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)