OSDN Git Service

Translation snapshot of linux_module of 3.76
authorAkihiro MOTOKI <amotoki@gmail.com>
Mon, 5 Jan 2015 17:24:44 +0000 (02:24 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Mon, 5 Jan 2015 17:28:04 +0000 (02:28 +0900)
draft/man2/create_module.2
draft/man2/query_module.2
po4a/linux_module/po/ja.po
stats/linux_module
untrans.html

index f6e1f21..9e409a8 100644 (file)
@@ -26,8 +26,7 @@ create_module \- ローダブルモジュールのエントリを作成する
 \fBcaddr_t create_module(const char *\fP\fIname\fP\fB, size_t \fP\fIsize\fP\fB);\fP
 .fi
 
-\fINote\fP: No declaration of this function is provided in glibc headers; see
-NOTES.
+\fI注意\fP: この関数の宣言は glibc のヘッダーでは提供されていない。「注意」を参照。
 .SH 説明
 \fI注意\fP: このシステムコールが存在するのは、カーネル 2.6 より前の Linux だけである。
 
@@ -60,12 +59,10 @@ NOTES.
 .SH 準拠
 \fBcreate_module\fP()  は Linux 固有である。
 .SH 注意
-The \fBcreate_module\fP()  system call is not supported by glibc.  No
-declaration is provided in glibc headers, but, through a quirk of history,
-glibc does export an ABI for this system call.  Therefore, in order to
-employ this system call, it is sufficient to manually declare the interface
-in your code; alternatively, you can invoke the system call using
-\fBsyscall\fP(2).
+\fBcreate_module\fP() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、
+歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。
+したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 \fBsyscall\fP(2)
+を使ってシステムコールを起動できる。
 .SH 関連項目
 \fBdelete_module\fP(2), \fBinit_module\fP(2), \fBquery_module\fP(2)
 .SH この文書について
index 89ea814..efd72da 100644 (file)
@@ -29,8 +29,7 @@ query_module \- モジュールに関連する各種の情報をカーネルに
 \fB                 size_t \fP\fIbufsize\fP\fB, size_t *\fP\fIret\fP\fB);\fP
 .fi
 
-\fINote\fP: No declaration of this function is provided in glibc headers; see
-NOTES.
+\fI注意\fP: この関数の宣言は glibc のヘッダーでは提供されていない。「注意」を参照。
 .SH 説明
 \fI注意\fP: このシステムコールが存在するのは、カーネル 2.6 より前の Linux だけである。
 
@@ -121,12 +120,10 @@ struct module_info {
 以前 \fBquery_module\fP() で得られた情報のいくつかは、 \fI/proc/modules\fP, \fI/proc/kallsyms\fP および
 \fI/sys/module\fP ディレクトリ内のファイルから取得できる。
 
-The \fBquery_module\fP()  system call is not supported by glibc.  No
-declaration is provided in glibc headers, but, through a quirk of history,
-glibc does export an ABI for this system call.  Therefore, in order to
-employ this system call, it is sufficient to manually declare the interface
-in your code; alternatively, you can invoke the system call using
-\fBsyscall\fP(2).
+\fBquery_module\fP() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、
+歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。
+したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 \fBsyscall\fP(2)
+を使ってシステムコールを起動できる。
 .SH 関連項目
 \fBcreate_module\fP(2), \fBdelete_module\fP(2), \fBget_kernel_syms\fP(2),
 \fBinit_module\fP(2), \fBlsmod\fP(8), \fBmodinfo\fP(8)
index 2163220..c13258c 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2015-01-04 23:49+0900\n"
-"PO-Revision-Date: 2015-01-05 00:17+0900\n"
+"PO-Revision-Date: 2015-01-05 22:54+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -26,7 +26,7 @@ msgstr "CREATE_MODULE"
 #: build/C/man2/init_module.2:27 build/C/man2/query_module.2:10
 #, no-wrap
 msgid "2014-05-10"
-msgstr ""
+msgstr "2014-05-10"
 
 #. type: TH
 #: build/C/man2/create_module.2:10 build/C/man2/delete_module.2:25
@@ -84,7 +84,7 @@ msgstr "B<caddr_t create_module(const char *>I<name>B<, size_t >I<size>B<);>\n"
 msgid ""
 "I<Note>: No declaration of this function is provided in glibc headers; see "
 "NOTES."
-msgstr ""
+msgstr "I<注意>: この関数の宣言は glibc のヘッダーでは提供されていない。「注意」を参照。"
 
 #. type: SH
 #: build/C/man2/create_module.2:22 build/C/man2/delete_module.2:35
@@ -265,7 +265,7 @@ msgid ""
 "employ this system call, it is sufficient to manually declare the interface "
 "in your code; alternatively, you can invoke the system call using "
 "B<syscall>(2)."
-msgstr ""
+msgstr "B<create_module>() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、 歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。 したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 B<syscall>(2) を使ってシステムコールを起動できる。"
 
 #. type: SH
 #: build/C/man2/create_module.2:78 build/C/man2/delete_module.2:209
@@ -539,7 +539,7 @@ msgid ""
 "employ this system call, it is sufficient to manually declare the interface "
 "in your code; alternatively, you can invoke the system call using "
 "B<syscall>(2)."
-msgstr ""
+msgstr "B<delete_module>() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、 歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。 したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 B<syscall>(2) を使ってシステムコールを起動できる。"
 
 #. type: Plain text
 #: build/C/man2/delete_module.2:195
@@ -1056,7 +1056,7 @@ msgid ""
 "export an ABI for this system call.  Therefore, in order to employ this "
 "system call, it is sufficient to manually declare the interface in your "
 "code; alternatively, you can invoke the system call using B<syscall>(2)."
-msgstr ""
+msgstr "B<init_module>() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、 歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。 したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 B<syscall>(2) を使ってシステムコールを起動できる。"
 
 #. type: Plain text
 #: build/C/man2/init_module.2:279
@@ -1464,7 +1464,7 @@ msgid ""
 "employ this system call, it is sufficient to manually declare the interface "
 "in your code; alternatively, you can invoke the system call using "
 "B<syscall>(2)."
-msgstr ""
+msgstr "B<query_module>() システムコールは glibc ではサポートされていない。 glibc ヘッダーでは宣言は提供されていないが、 歴史の紆余曲折を経て glibc はこのシステムコールに対する ABI を公開していない。 したがって、このシステムコールを利用するには、自分のコードの中で手動でインタフェースを宣言すればよい。 B<syscall>(2) を使ってシステムコールを起動できる。"
 
 #. type: Plain text
 #: build/C/man2/query_module.2:200
index e5adb62..0659578 100644 (file)
@@ -1,5 +1,3 @@
 # pagename,#complete,#remaining,#all
-create_module.2,35,3,38
-delete_module.2,36,24,60
-init_module.2,45,34,79
-query_module.2,51,3,54
+delete_module.2,39,21,60
+init_module.2,47,32,79
index a48d3c6..54e5036 100644 (file)
 <TR><TD>rtld-audit.7</TD><TD>99/131</TD><TD>24.43</TD></TR>
 <TR><TD>sprof.1</TD><TD>52/71</TD><TD>26.76</TD></TR>
 <TR><TD ALIGN="center" COLSPAN=3 BGCOLOR="Yellow"><B>linux_module</B></TD></TR>
-<TR class="over80"><TD>create_module.2</TD><TD>3/38</TD><TD>92.11</TD></TR>
-<TR><TD>delete_module.2</TD><TD>24/60</TD><TD>60.00</TD></TR>
-<TR><TD>init_module.2</TD><TD>34/79</TD><TD>56.96</TD></TR>
-<TR class="over80"><TD>query_module.2</TD><TD>3/54</TD><TD>94.44</TD></TR>
+<TR><TD>delete_module.2</TD><TD>21/60</TD><TD>65.00</TD></TR>
+<TR><TD>init_module.2</TD><TD>32/79</TD><TD>59.49</TD></TR>
 <TR><TD ALIGN="center" COLSPAN=3 BGCOLOR="Yellow"><B>locale</B></TD></TR>
 <TR class="over80"><TD>charmap.5</TD><TD>5/48</TD><TD>89.58</TD></TR>
 <TR><TD>iconv.1</TD><TD>34/60</TD><TD>43.33</TD></TR>
 <TR><TD ALIGN="center" COLSPAN=3 BGCOLOR="Yellow"><B>unistd</B></TD></TR>
 <TR class="over80"><TD>execve.2</TD><TD>6/173</TD><TD>96.53</TD></TR>
 <TR class="over80"><TD>fcntl.2</TD><TD>46/241</TD><TD>80.91</TD></TR>
-<TR><TD COLSPAN=3>Total 130 pages</TD></TR>
+<TR><TD COLSPAN=3>Total 128 pages</TD></TR>
 </TABLE>
 </BODY></HTML>