From: Alejandro Colomar Date: Wed, 3 Dec 2025 16:54:41 +0000 (+0100) Subject: man/man2const/PR_SET_NAME.2const: SYNOPSIS: Fix prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146c2731d1249777eebc95e9287666d41b27680a;p=thirdparty%2Fman-pages.git man/man2const/PR_SET_NAME.2const: SYNOPSIS: Fix prototype The array may be narrower than that. Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/PR_SET_NAME.2const b/man/man2const/PR_SET_NAME.2const index a7a319c27..d83b1be0e 100644 --- a/man/man2const/PR_SET_NAME.2const +++ b/man/man2const/PR_SET_NAME.2const @@ -16,7 +16,7 @@ Standard C library .BR "#include " " /* Definition of " PR_* " constants */" .B #include .P -.BI "int prctl(PR_SET_NAME, const char " name [16]); +.BI "int prctl(PR_SET_NAME, const char *" name ); .BI "int prctl(PR_GET_NAME, char " name [16]); .fi .SH DESCRIPTION