OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man2 / clone.2
index da70d21..a126a05 100644 (file)
 .\" FIXME . 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will
 .\"       probably be removed in the future.
 .\"
-.TH CLONE 2 2009-07-18 "Linux" "Linux Programmer's Manual"
+.TH CLONE 2 2010-09-10 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clone, __clone2 \- create a child process
 .SH SYNOPSIS
 .nf
-.B #define _GNU_SOURCE
+.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .\" Actually _BSD_SOURCE || _SVID_SOURCE
 .\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=4749
 .B #include <sched.h>
@@ -67,7 +67,7 @@ system call, hereinafter referred to as
 .BR sys_clone .
 A description of
 .B sys_clone
-is given towards the end of this page.
+is given toward the end of this page.
 
 Unlike
 .BR fork (2),
@@ -127,7 +127,7 @@ The calling process must therefore
 set up memory space for the child stack and pass a pointer to this
 space to
 .BR clone ().
-Stacks grow downwards on all processors that run Linux
+Stacks grow downward on all processors that run Linux
 (except the HP PA processors), so
 .I child_stack
 usually points to the topmost address of the memory space set up for