aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-21 08:38:39 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-24 14:53:48 +0200
commitb84a1732b4e93b9406b45fb48dd1e3c563c7dbc2 (patch)
tree11a67f390ed4eb35a07565a71b1d83f6ca92f7eb
parent977768444c8b65ea57bd8c869acd2f8f89b8416a (diff)
downloadman-pages-b84a1732b4e93b9406b45fb48dd1e3c563c7dbc2.tar.gz
get_thread_area.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/get_thread_area.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/get_thread_area.2 b/man2/get_thread_area.2
index 25df0eb18d..ebb4121733 100644
--- a/man2/get_thread_area.2
+++ b/man2/get_thread_area.2
@@ -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,