OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man2 / clone.2
index efc9fb5..9d570f4 100644 (file)
@@ -42,7 +42,7 @@
 .\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23
 .\"       (also supported for unshare()?)
 .\"
-.TH CLONE 2 2014-02-27 "Linux" "Linux Programmer's Manual"
+.TH CLONE 2 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clone, __clone2 \- create a child process
 .SH SYNOPSIS
@@ -887,7 +887,8 @@ will be set appropriately.
 .SH ERRORS
 .TP
 .B EAGAIN
-Too many processes are already running.
+Too many processes are already running; see
+.BR fork (2).
 .TP
 .B EINVAL
 .B CLONE_SIGHAND
@@ -1182,7 +1183,7 @@ main(int argc, char *argv[])
 .BR capabilities (7),
 .BR pthreads (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,