From 146c2731d1249777eebc95e9287666d41b27680a Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 3 Dec 2025 17:54:41 +0100 Subject: [PATCH] man/man2const/PR_SET_NAME.2const: SYNOPSIS: Fix prototype The array may be narrower than that. Signed-off-by: Alejandro Colomar --- man/man2const/PR_SET_NAME.2const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3