]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/gettid.2
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man2 / gettid.2
index 859721d40a777157c8c0dfe4c0c035586a18f5f7..523314d3373bcbdb8b7ba64561e97e572b7a760c 100644 (file)
@@ -35,7 +35,7 @@ gettid \- get thread identification
 .sp
 .B pid_t gettid(void);
 .SH DESCRIPTION
-\fBgettid\fP returns the thread ID of the current process. This is equal
+\fBgettid\fP() returns the thread ID of the current process. This is equal
 to the process ID (as returned by
 .BR getpid (2)),
 unless the process is part of a thread group (created by specifying
@@ -48,7 +48,7 @@ On success, returns the thread ID of the current process.
 .SH ERRORS
 This call is always successful.
 .SH "CONFORMING TO"
-\fBgettid\fP is Linux specific and should not be used in programs that
+\fBgettid\fP() is Linux specific and should not be used in programs that
 are intended to be portable.
 .SH "SEE ALSO"
 .BR clone (2),