OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man2 / setup.2
index 2f02812..d3f139d 100644 (file)
@@ -33,7 +33,7 @@
 .\"
 .TH SETUP 2 2008-12-03 "Linux" "Linux Programmer's Manual"
 .SH NAME
-setup \- setup devices and file systems, mount root file system
+setup \- setup devices and filesystems, mount root filesystem
 .SH SYNOPSIS
 .B #include <unistd.h>
 .sp
@@ -42,8 +42,8 @@ setup \- setup devices and file systems, mount root file system
 .BR setup ()
 is called once from within
 .IR linux/init/main.c .
-It calls initialization functions for devices and file systems
-configured into the kernel and then mounts the root file system.
+It calls initialization functions for devices and filesystems
+configured into the kernel and then mounts the root filesystem.
 .PP
 No user process may call
 .BR setup ().
@@ -66,6 +66,15 @@ intended to be portable, or indeed in any programs at all.
 The calling sequence varied: at some times
 .I setup ()
 has had a single argument
-.I "void *BIOS"
+.I "void\ *BIOS"
 and at other times a single argument
 .IR "int magic" .
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.