X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman2%2Fiopl.2;h=6e47c23ee65a01ffe07d5c28938c2bc0a13fd75d;hb=a2b0f650fa5e3f097a33752f9ee5626f8d678fd8;hp=32082268374ab7a9d12cc69bb62fb5d71b0186d9;hpb=d6ffc03b1c10eddeb4564716656cf89586cce455;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man2/iopl.2 b/release/man2/iopl.2 index 32082268..6e47c23e 100644 --- a/release/man2/iopl.2 +++ b/release/man2/iopl.2 @@ -35,6 +35,15 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* +.\" +.\" Japanese Version Copyright (c) 1997 HORIMOTO Masafumi +.\" all rights reserved. +.\" Translated 1997-09-29, HORIMOTO Masafumi +.\" Modified 1999-04-03, HANATAKA Shinya +.\" Updated 2003-10-12, Kentaro Shirakata +.\" Updated 2005-02-24, Akihiro MOTOKI +.\" Updated 2013-05-06, Akihiro MOTOKI +.\" .TH IOPL 2 2013\-03\-15 Linux "Linux Programmer's Manual" .SH 名前 iopl \- I/O 特権レベルを変更する @@ -43,8 +52,7 @@ iopl \- I/O 特権レベルを変更する .sp \fBint iopl(int \fP\fIlevel\fP\fB);\fP .SH 説明 -\fBiopl\fP() changes the I/O privilege level of the calling process, as -specified by the two least significant bits in \fIlevel\fP. +\fBiopl\fP() は呼び出し元のプロセスの I/O 特権レベルを \fIlevel\fP の下位 2 ビットで指定した値に変更する。 この関数は 8514 互換の X サーバを Linux で動作させるために必要である。 なぜならこの X サーバは 65536 個の I/O ポート全てへのアクセスを要求するので \fBioperm\fP(2) 関数では不十分だからである。 @@ -68,9 +76,8 @@ specified by the two least significant bits in \fIlevel\fP. このシステムコールは実装されていない。 .TP \fBEPERM\fP -The calling process has insufficient privilege to call \fBiopl\fP(); the -\fBCAP_SYS_RAWIO\fP capability is required to raise the I/O privilege level -above its current value. +呼び出し元プロセスに \fBiopl\fP() を呼び出すのに十分な権限がなかった。 I/O 特権レベルを現在の値より上げるには +\fBCAP_SYS_RAWIO\fP ケーパビリティが必要である。 .SH 準拠 \fBipc\fP() は Linux 特有であり、 移植を意図したプログラムでは 使用してはいけない。 .SH 注意 @@ -80,6 +87,6 @@ libc5 ではシステムコールとして扱い \fI\fP にプロト .SH 関連項目 \fBioperm\fP(2), \fBoutb\fP(2), \fBcapabilities\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。