get_thread_area.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-21 08:38:39 +02:00
parent 977768444c
commit b84a1732b4
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.\" Written by Kent Yoder.
.TH GET_THREAD_AREA 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.SH NAME
get_thread_area \- get a thread local storage (TLS) area
get_thread_area \- get a thread-local storage (TLS) area
.SH "SYNOPSIS"
.B #include <linux/unistd.h>
.br
@ -17,7 +17,7 @@ get_thread_area \- get a thread local storage (TLS) area
There is no glibc wrapper for this system call; see NOTES.
.SH "DESCRIPTION"
.BR get_thread_area ()
returns an entry in the current thread's Thread Local Storage (TLS) array.
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\->entry_number\fP, passed in by the user.
If the value is in bounds,