]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/set_tid_address.2
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man2 / set_tid_address.2
index d3c540a4557cc708222003e9527a06fa3370671b..8f75f86909018757564f04ac6c579186fc3d2916 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -16,7 +16,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -54,7 +54,7 @@ If a process is started using
 .BR clone (2)
 with the
 .B CLONE_CHILD_CLEARTID
-flag, 
+flag,
 .I clear_child_tid
 is set to
 .IR child_tidptr ,
@@ -73,7 +73,8 @@ is set, and the process exits, and the process was sharing memory
 with other processes or threads, then 0 is written at this address,
 and a
 .I futex(child_tidptr, FUTEX_WAKE, 1, NULL, NULL, 0);
-call is done. (That is, wake a single process waiting on this futex.)
+call is done.
+(That is, wake a single process waiting on this futex.)
 Errors are ignored.
 .SH "RETURN VALUE"
 .BR set_tid_address ()