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>
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/socket.h>
.P
-.BI "int recvmmsg(int " sockfd \
-", struct mmsghdr " msgvec [. n "], unsigned int " n ,
+.BR "int recvmmsg(" "unsigned int n;"
+.BI " int " sockfd \
+", struct mmsghdr " msgvec [ n "], unsigned int " n ,
.BI " int " flags ", struct timespec *" timeout ");"
.fi
.SH DESCRIPTION
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/socket.h>
.P
-.BI "int sendmmsg(int " sockfd \
-", struct mmsghdr " msgvec [. n "], unsigned int " n ,
+.BR "int sendmmsg(" "unsigned int n;"
+.BI " int " sockfd \
+", struct mmsghdr " msgvec [ n "], unsigned int " n ,
.BI " int " flags ");"
.fi
.SH DESCRIPTION