OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / unimplemented.2
1 .\" Copyright 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995.
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .\"
24 .\" Updated, aeb, 980612
25 .\"
26 .\"*******************************************************************
27 .\"
28 .\" This file was generated with po4a. Translate the source file.
29 .\"
30 .\"*******************************************************************
31 .TH UNIMPLEMENTED 2 2013\-02\-12 Linux "Linux Programmer's Manual"
32 .SH 名前
33 afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty,
34 isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security,
35 stty, tuxcall, ulimit, vserver \- 実装されていないシステムコール
36 .SH 書式
37 実装されていないシステムコール
38 .SH 説明
39 これらのシステムコールは Linux カーネルでは実装されていない。
40 .SH 返り値
41 これらのシステムコールは常に \-1 を返し、 \fIerrno\fP に \fBENOSYS\fP を設定する。
42 .SH 注意
43 \fBftime\fP(3), \fBprofil\fP(3), \fBulimit\fP(3)  はライブラリ関数として実装されていることに注意すること。
44
45 \fBalloc_hugepages\fP(2), \fBfree_hugepages\fP(2), \fBioperm\fP(2), \fBiopl\fP(2),
46 \fBvm86\fP(2)  のようなシステムコールは特定のアーキテクチャにのみ存在する。
47
48 \fBipc\fP(2), \fBcreate_module\fP(2), \fBinit_module\fP(2), \fBdelete_module\fP(2)
49 のようなシステムコールは Linux カーネルがそれらをサポートするよう に構築されている場合にのみ存在する。
50 .SH 関連項目
51 \fBsyscalls\fP(2)
52 .SH この文書について
53 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
54 である。プロジェクトの説明とバグ報告に関する情報は
55 http://www.kernel.org/doc/man\-pages/ に書かれている。