OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man2 / get_thread_area.2
index 2f0e6b0..e97bb02 100644 (file)
@@ -3,93 +3,40 @@
 .\" See the file COPYING in the top level source directory for details.
 .\"
 .\" Written by Kent Yoder.
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Tue Jul  8 03:28:55 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.\"WORD:       Thread Local Storage    スレッド局所記憶
-.\"
-.TH GET_THREAD_AREA 2 2008-11-27 "Linux" "Linux Programmer's Manual"
-.\"O .SH NAME
-.\"O get_thread_area \- Get a Thread Local Storage (TLS) area
+.\"*******************************************************************
+.TH GET_THREAD_AREA 2 2008\-11\-27 Linux "Linux Programmer's Manual"
 .SH 名前
 get_thread_area \- スレッド局所記憶 (TLS) 領域を取り出す
-.\"O .SH "SYNOPSIS"
 .SH 書式
-.B #include <linux/unistd.h>
+\fB#include <linux/unistd.h>\fP
 .br
-.B #include <asm/ldt.h>
+\fB#include <asm/ldt.h>\fP
 .sp
-.BI "int get_thread_area(struct user_desc *" u_info );
-.\"O .SH "DESCRIPTION"
+\fBint get_thread_area(struct user_desc *\fP\fIu_info\fP\fB);\fP
 .SH 説明
-.\"O .BR get_thread_area ()
-.\"O returns an entry in the current thread's Thread Local Storage (TLS) array.
-.\"O The index of the entry corresponds to the value
-.\"O of \fIu_info\->entry_number\fP, passed in by the user.
-.\"O If the value is in bounds,
-.\"O .BR get_thread_info ()
-.\"O copies the corresponding
-.\"O TLS entry into the area pointed to by \fIu_info\fP.
-.BR get_thread_area ()
-は、カレント・スレッドのスレッド局所記憶
-(Thread Local Storage; TLS) 配列の中のエントリを返す。
-エントリのインデックスは、ユーザから引き数として渡される
-\fIu_info\->entry_number\fP の値に対応している。
-値が範囲内にある場合、
-.BR get_thread_info ()
-は対応する TLS エントリを
-\fIu_info\fP で指された領域にコピーする。
-.\"O .SH "RETURN VALUE"
+\fBget_thread_area\fP()  は、カレント・スレッドのスレッド局所記憶 (Thread Local Storage; TLS)
+配列の中のエントリを返す。 エントリのインデックスは、ユーザから引き数として渡される \fIu_info\->entry_number\fP
+の値に対応している。 値が範囲内にある場合、 \fBget_thread_info\fP()  は対応する TLS エントリを \fIu_info\fP
+で指された領域にコピーする。
 .SH 返り値
-.\"O .BR get_thread_area ()
-.\"O returns 0 on success.
-.\"O Otherwise, it returns \-1 and sets
-.\"O .I errno
-.\"O appropriately.
-成功した場合、
-.BR get_thread_area ()
-は 0 を返す。
-そうでない場合、 \-1 を返し、
-.I errno
+成功した場合、 \fBget_thread_area\fP()  は 0 を返す。 そうでない場合、 \-1 を返し、 \fIerrno\fP
 に適切な値をセットする。
-.\"O .SH "ERRORS"
 .SH エラー
-.TP
-.B EFAULT
-.\"O \fIu_info\fP is an invalid pointer.
+.TP 
+\fBEFAULT\fP
 \fIu_info\fP が不正なポインタである。
-.TP
-.B EINVAL
-.\"O \fIu_info\->entry_number\fP is out of bounds.
+.TP 
+\fBEINVAL\fP
 \fIu_info\->entry_number\fP が範囲外である。
-.\"O .SH VERSIONS
 .SH バージョン
-.\"O A version of
-.\"O .BR get_thread_area ()
-.\"O first appeared in Linux 2.5.32.
-.BR get_thread_area ()
-は Linux 2.5.32 で初めて登場した。
-.\"O .SH "CONFORMING TO"
+\fBget_thread_area\fP()  は Linux 2.5.32 で初めて登場した。
 .SH 準拠
-.\"O .BR get_thread_area ()
-.\"O is Linux-specific and should not be used in programs
-.\"O that are intended to be portable.
-.BR get_thread_area ()
-は Linux 独自の関数であり、
-移植を意図したプログラムでは使用すべきではない。
-.\"O .SH NOTES
+\fBget_thread_area\fP()  は Linux 独自の関数であり、 移植を意図したプログラムでは使用すべきではない。
 .SH 注意
-.\"O Glibc does not provide a wrapper for this system call;
-.\"O call it using
-.\"O .BR syscall (2).
-glibc はこのシステムコールに対するラッパー関数を提供していない。
-このシステムコールは呼び出すには
-.BR syscall (2)
-を使うこと。
-.\"O .SH "SEE ALSO"
+glibc はこのシステムコールに対するラッパー関数を提供していない。 このシステムコールは呼び出すには \fBsyscall\fP(2)  を使うこと。
 .SH 関連項目
-.BR modify_ldt (2),
-.BR set_thread_area (2)
+\fBmodify_ldt\fP(2), \fBset_thread_area\fP(2)