unshare.2: srcfix: Added FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-05 17:21:14 +01:00
parent f70f94e84d
commit f26fe082b4
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ a new process is created using
can be unshared using
.BR unshare ().
In particular, as at kernel 2.6.16,
.\" FIXME all of the following needs to be reviewed for the current kernel
.BR unshare ()
does not implement flags that reverse the effects of
.BR CLONE_SIGHAND ,