Added FIXMEs.

This commit is contained in:
Michael Kerrisk 2007-06-28 06:26:09 +00:00
parent c54f3c2d1c
commit 360ed6b354
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@
.\" 2005-05-10, mtk, added CLONE_SYSVSEM, CLONE_UNTRACED, CLONE_STOPPED.
.\" 2005-05-17, mtk, Substantially enhanced discussion of CLONE_THREAD.
.\"
.\" FIXME Document CLONE_NEWIPC, which is new in 2.6.18
.\" FIXME Document CLONE_NEWUTS, which is new in 2.6.19
.\"
.TH CLONE 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
clone, __clone2 \- create a child process

View File

@ -14,6 +14,9 @@
.\" by clone, which would require porting and maintaining all commands
.\" such as login, and su, that establish a user session.
.\"
.\" FIXME Document CLONE_NEWIPC, which is new in 2.6.18
.\" FIXME Document CLONE_NEWUTS, which is new in 2.6.19
.\"
.TH UNSHARE 2 2005-03-10 "Linux" "Linux Programmer's Manual"
.SH NAME
unshare \- disassociate parts of the process execution context