diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2 index 1b6833645..5b2c8c836 100644 --- a/man2/get_mempolicy.2 +++ b/man2/get_mempolicy.2 @@ -98,7 +98,7 @@ The bit number is always rounded to a multiple of .\" .I policy .\" instead returns the number of the next node that will be used for .\" interleaving allocation. -.\" FIXME +.\" FIXME . .\" The other valid flag is .\" .I MPOL_F_NODE. .\" It is only valid when the policy is @@ -121,6 +121,7 @@ is set to indicate the error. .\" .SH ERRORS .\" FIXME writeme -- no errors are listed on this page +.\" . .\" .TP .\" .B EINVAL .\" .I nodemask diff --git a/man2/mremap.2 b/man2/mremap.2 index 3307a509c..e09490bde 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -167,7 +167,8 @@ nor a prototype for the argument are exposed by glibc. .\" FIXME (Oct 05) .\" But check http://sourceware.org/bugzilla/show_bug.cgi?id=1458 -.\" to see whether glibc has been fixed to expose these interfaces +.\" to see whether glibc has been fixed to expose MREMAP_FIXED +.\" and the 'new_address' argument. .\" According to the bug reply, on 14 Oct 05 Ulrich Drepper .\" made the necessary changes in the glibc CVS. .SH "CONFORMING TO"