]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/get_thread_area.2
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man2 / get_thread_area.2
index d1c462e4260fc6a4fafd8509c01dcf6d96fa59fd..f2bfdbdd27d6b7e5e3361972cc693fa22342de97 100644 (file)
@@ -14,14 +14,14 @@ get_thread_area \- Get a Thread Local Storage (TLS) area
 .BI "int get_thread_area(struct user_desc *" u_info );
 .SH "DESCRIPTION"
 .BR get_thread_area ()
-returns an entry in the current thread's Thread Local Storage (TLS) array. 
-The index of the entry corresponds to the value 
-of \fIu_info->\fR\fIentry_number\fR, passed in by the user. 
-If the value is in bounds, \fBget_thread_info\fR copies the corresponding 
+returns an entry in the current thread's Thread Local Storage (TLS) array.
+The index of the entry corresponds to the value
+of \fIu_info->\fR\fIentry_number\fR, passed in by the user.
+If the value is in bounds, \fBget_thread_info\fR copies the corresponding
 TLS entry into the area pointed to by \fIu_info\fR.
 .SH "RETURN VALUE"
 .BR get_thread_area ()
-returns 0 on success. 
+returns 0 on success.
 Otherwise, it returns \-1 and sets
 .I errno
 appropriately.