Updated FIXMEs

This commit is contained in:
Michael Kerrisk 2006-03-05 20:29:47 +00:00
parent d63e9a260b
commit 212dd19f6e
1 changed files with 1 additions and 3 deletions

View File

@ -58,7 +58,7 @@ or
.BR umask (2)
.TP
.B CLONE_NEWNS
.\" FIXME these flag name are inconsistent:
.\" FIXME . These flag name are inconsistent:
.\" CLONE_NEWNS does the same thing in clone(), but CLONE_VM,
.\" CLONE_FS, and CLONE_FILES reverse the action of the clone()
.\" flags of the same name.
@ -161,5 +161,3 @@ Such functionality may be added in the future, if required.
.BR fork (2),
.BR vfork (2),
Documentation/unshare.txt
.\" FIXME: TODO Add SEE ALSO refs to this page on the fork(2)
.\" and clone(2) pages.