OSDN Git Service

da98de07a23d52e4ff059658f42b248e4a89ec4f
[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 .\"
32 .\" Japanese Version Copyright (c) 1997 SUTO, Mitsuaki
33 .\"         all rights reserved.
34 .\" Translated Thu Jun 26 21:24:15 JST 1997
35 .\"         by SUTO, Mitsuaki <suto@av.crl.sony.co.jp>
36 .\" Modified Tue Jan 26 00:04:30 JST 1999
37 .\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
38 .\"
39 .TH UNIMPLEMENTED 2 2013\-02\-12 Linux "Linux Programmer's Manual"
40 .SH 名前
41 afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty,
42 isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security,
43 stty, tuxcall, ulimit, vserver \- 実装されていないシステムコール
44 .SH 書式
45 実装されていないシステムコール
46 .SH 説明
47 これらのシステムコールは Linux カーネルでは実装されていない。
48 .SH 返り値
49 これらのシステムコールは常に \-1 を返し、 \fIerrno\fP に \fBENOSYS\fP を設定する。
50 .SH 注意
51 \fBftime\fP(3), \fBprofil\fP(3), \fBulimit\fP(3)  はライブラリ関数として実装されていることに注意すること。
52
53 \fBalloc_hugepages\fP(2), \fBfree_hugepages\fP(2), \fBioperm\fP(2), \fBiopl\fP(2),
54 \fBvm86\fP(2)  のようなシステムコールは特定のアーキテクチャにのみ存在する。
55
56 \fBipc\fP(2), \fBcreate_module\fP(2), \fBinit_module\fP(2), \fBdelete_module\fP(2)
57 のようなシステムコールは Linux カーネルがそれらをサポートするよう に構築されている場合にのみ存在する。
58 .SH 関連項目
59 \fBsyscalls\fP(2)
60 .SH この文書について
61 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.65 の一部
62 である。プロジェクトの説明とバグ報告に関する情報は
63 http://www.kernel.org/doc/man\-pages/ に書かれている。