On 04/30/2014 09:42 PM, Rasmus Villemoes wrote: > The nodemask argument is const, and the return type is long. Thanks. Applied! Cheers, Michael > Signed-off-by: Rasmus Villemoes <rv@xxxxxxxxxxxxxxxxxx> > --- > man2/set_mempolicy.2 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 > index 843208c..b17cf30 100644 > --- a/man2/set_mempolicy.2 > +++ b/man2/set_mempolicy.2 > @@ -31,8 +31,8 @@ set_mempolicy \- set default NUMA memory policy for a process and its children > .nf > .B "#include <numaif.h>" > .sp > -.BI "int set_mempolicy(int " mode ", unsigned long *" nodemask , > -.BI " unsigned long " maxnode ); > +.BI "long set_mempolicy(int " mode ", const unsigned long *" nodemask , > +.BI " unsigned long " maxnode ); > .sp > Link with \fI\-lnuma\fP. > .fi > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html