OSDN Git Service

(split) LDP: Update release pages based on LDP 3.54 release
[linuxjm/LDP_man-pages.git] / release / man2 / setup.2
index 3396eb3..bfb2238 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 1997 Daisuke Sato
+.\"         all rights reserved.
+.\" Translated Sat Apr 19 15:22:53 JST 1997
+.\"         by Daisuke Sato
+.\" Updated & Modified Mon Mar 1 1999
+.\"         by NAKANO Takeo <nakano@apm.seikei.ac.jp>
+.\" Updated Thu Mar 16 09:32:28 2000
+.\"         by Kentaro Shirakata <argrath@yo.rim.or.jp>
+.\"
 .TH SETUP 2 2008\-12\-03 Linux "Linux Programmer's Manual"
 .SH 名前
-setup \- デバイスとファイルシステムの初期化を行い、 ルートファイルシステムのマウントを行う
+setup \- setup devices and filesystems, mount root filesystem
 .SH 書式
 \fB#include <unistd.h>\fP
 .sp
 \fBint setup(void);\fP
 .SH 説明
-\fBsetup\fP()  は \fIlinux/init/main.c\fP の中で一度だけ呼ばれる。
-カーネル内部のデバイスとファイルシステムの初期化関数を呼び、 ルートファイルシステムのマウントを行う。
+\fBsetup\fP()  is called once from within \fIlinux/init/main.c\fP.  It calls
+initialization functions for devices and filesystems configured into the
+kernel and then mounts the root filesystem.
 .PP
 ユーザープロセスからは \fBsetup\fP()  を呼びだすことはできない。 ユーザープロセスからのアクセスは、たとえそのプロセスが
 スーパーユーザー権限を持っていても \fBEPERM\fP を受け取ることになる。
@@ -63,6 +74,6 @@ Linux 2.1.121 以降では、もはやこの関数は存在しない。
 呼び出し手続きは変化してきた。 ある時は \fIsetup ()\fP は一つの引数 \fIvoid\ *BIOS\fP を取っており、またある時には \fIint
 magic\fP を一つの引数として取っていた。
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。