Updated FIXME

This commit is contained in:
Michael Kerrisk 2006-03-05 20:41:49 +00:00
parent 51f930362d
commit 0f75fe20df
2 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@ is set to indicate the error.
.\" .SH ERRORS
.\" FIXME writeme -- no errors are listed on this page
.\" .
.\" .TP
.\" .B EINVAL
.\" .I mode is invalid.

View File

@ -58,7 +58,7 @@ or
.BR umask (2)
.TP
.B CLONE_NEWNS
.\" FIXME . These flag name are inconsistent:
.\" 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.