Added FIXMEs

This commit is contained in:
Michael Kerrisk 2008-02-11 09:02:41 +00:00
parent 9eb143a1db
commit 21a0b03de8
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
.\" (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