]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/exit_group.2
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man2 / exit_group.2
index 1d1f4c9a5bb07d5b233b93bd8d33434592886323..bdbf68e23bea0bac0b56dae38b2c14bb40e5aec4 100644 (file)
@@ -34,15 +34,15 @@ This system call is equivalent to
 .BR exit (2)
 except that it terminates not only the calling thread, but all threads
 in the calling process's thread group.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 This system call does not return.
 .SH VERSIONS
 This call is present since Linux 2.5.35.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This call is Linux-specific.
 .SH NOTES
 Since glibc 2.3, this is the system call invoked when the
 .BR exit (2)
 wrapper function is called.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR exit (2)