From: Alejandro Colomar Date: Thu, 20 Mar 2025 22:13:35 +0000 (+0100) Subject: man/man2/get_mempolicy.2: SYNOPSIS: Use GNU fwd declaration of parameters for sizes... X-Git-Tag: man-pages-6.14~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b307093047e1ffbfa053098ee5b9e435800e2c;p=thirdparty%2Fman-pages.git man/man2/get_mempolicy.2: SYNOPSIS: Use GNU fwd declaration of parameters for sizes of array parameters 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 --- diff --git a/man/man2/get_mempolicy.2 b/man/man2/get_mempolicy.2 index 526acc0c9..bf41012d4 100644 --- a/man/man2/get_mempolicy.2 +++ b/man/man2/get_mempolicy.2 @@ -17,8 +17,9 @@ NUMA (Non-Uniform Memory Access) policy library .B "#include " .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 );