]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added FIXMEs
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2008 09:02:41 +0000 (09:02 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2008 09:02:41 +0000 (09:02 +0000)
man2/clone.2

index 6d175a727fcf66b0bc5afe7ec62b2a794d500f18..ba570cbe403b23354dbe10d39c99d00118f49814 100644 (file)
 .\"       (also supported for unshare()?)
 .\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23
 .\"       (also supported for unshare()?)
+.\" FIXME 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will
+.\"       probably be removed in the future.
+.\" FIXME 2.6.25: CLONE_IO flag to clone() causes I/O contexts (used in the
+.\"       CFQ block I/O scheduler) to be shared with the new child process.
 .\"
 .TH CLONE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
 .SH NAME