OSDN Git Service

(split) Convert contrib and obsolete pages to UTF-8.
[linuxjm/LDP_man-pages.git] / obsolete / man2 / obsolete.2
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\"
3 .\" Copyright 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995.
4 .\"
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
9 .\"
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
14 .\"
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 .\" GNU General Public License for more details.
19 .\"
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, write to the Free
22 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
23 .\" USA.
24 .\"
25 .\" Modified 22 July 1995 by Michael Chastain (mec@duracef.shout.net):
26 .\"   Fixed incorrect word in 'TH' call.
27 .\"
28 .\" Modified Tue Oct 22 16:44:55 1996 by Eric S. Raymond <esr@thyrsus.com>
29 .\"
30 .\" Japanese Version Copyright (c) 1997 HANATAKA Shinya
31 .\"         all rights reserved.
32 .\" Translated Sun Feb 23 19:51:47 JST 1997
33 .\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
34 .\"
35 .\"WORD:        obsolete                廃止する
36 .\"WORD:        kernel                  カーネル
37 .\"WORD:        implement               実装
38 .\"WORD:        library                 ライブラリ
39 .\"
40 .TH OBSOLETE 2 1995-07-22 "Linux" "Linux Programmer's Manual"
41 .\"O .SH NAME
42 .SH 名前
43 .\"O oldfstat, oldlstat, oldstat, oldolduname, olduname \- obsolete system calls
44 oldfstat, oldlstat, oldstat, oldolduname, olduname \- 廃止されたシステム・コール
45 .\"O .SH SYNOPSIS
46 .SH 書式
47 .\"O Obsolete system calls.
48 廃止(obsolete)されたシステム・コール。
49 .\"O .SH DESCRIPTION
50 .SH 説明
51 .\"O The Linux 2.0 kernel implements these calls to support old executables.
52 .\"O These calls return structures which have grown since their
53 .\"O first implementation,
54 .\"O but old executables must continue to receive old smaller structures.
55 Linux 2.0 カーネルではこれらの関数を古い実行プログラムをサポートする
56 ために実装している。これらのコールは最初の実装より大きな構造体を返すが、
57 古い実行プログラムは古いより小さな構造体を受けとり続けなければならない。
58 .PP
59 .\"O Current executables should be linked with current libraries and never
60 .\"O use these calls.
61 現在の実行プログラムは現在のライブラリとリンクされるので、
62 これらのコールを使用することはない。
63 .\"O .SH "CONFORMING TO"
64 .SH 準拠
65 .\"O These calls are unique to Linux and should not be used at all in new programs.
66 これらのコールは Linux 特有であり移植を意図したプログラムでは使用して
67 はいけない。
68 .\"O .SH "SEE ALSO"
69 .SH 関連項目
70 .BR fstat (2),
71 .BR lstat (2),
72 .BR stat (2),
73 .BR uname (2),
74 .BR unimplemented (2)