I forgot to include this change in the global change applied recently.
Fixes: d2c2db8830f8 (2025-03-14; "man/: SYNOPSIS: Use GNU forward-declarations of parameters for sizes of array parameters")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.B "#include <numaif.h>"
.nf
.P
-.BI "long get_mempolicy(int *" mode ,
-.BI " unsigned long " nodemask [(. maxnode " + ULONG_WIDTH \- 1)"
+.BI "long get_mempolicy(unsigned long " maxnode ;
+.BI " int *" mode ,
+.BI " unsigned long " nodemask [( maxnode " + ULONG_WIDTH \- 1)"
.B " / ULONG_WIDTH],"
.BI " unsigned long " maxnode ", void *" addr ,
.BI " unsigned long " flags );