get_thread_area.2: Minor fixes

get_thread_area.2 is a system call.
Other manpages seems to differentiate functions (i.e. (g)lib(c) functions)
and system calls. This make it more consistent.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:28 +02:00 committed by Michael Kerrisk
parent 5c03d6b181
commit 2c1c0a319a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ first appeared in Linux 2.5.32.
is Linux-specific and should not be used in programs
that are intended to be portable.
.SH NOTES
Glibc does not provide a wrapper for this function;
Glibc does not provide a wrapper for this system call;
call it using
.BR syscall (2).
.SH "SEE ALSO"