aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/mbind.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/mbind.2')
-rw-r--r--man/man2/mbind.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man2/mbind.2 b/man/man2/mbind.2
index 55a03a7880..3d93a806ad 100644
--- a/man/man2/mbind.2
+++ b/man/man2/mbind.2
@@ -25,8 +25,9 @@ NUMA (Non-Uniform Memory Access) policy library
.nf
.B "#include <numaif.h>"
.P
-.BI "long mbind(void " addr [. size "], unsigned long " size ", int " mode ,
-.BI " const unsigned long " nodemask [(. maxnode " + ULONG_WIDTH - 1)"
+.BI "long mbind(unsigned long " size ", unsigned long " maxnode ;
+.BI " void " addr [ size "], unsigned long " size ", int " mode ,
+.BI " const unsigned long " nodemask [( maxnode " + ULONG_WIDTH - 1)"
.B " / ULONG_WIDTH],"
.BI " unsigned long " maxnode ", unsigned int " flags );
.fi