From: Alejandro Colomar Date: Wed, 3 Dec 2025 16:50:35 +0000 (+0100) Subject: man/man2const/PR_SET_NAME.2const: SYNOPSIS: tfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6498671f3940f7074b19457b4546bc88fd80d1a1;p=thirdparty%2Fman-pages.git man/man2const/PR_SET_NAME.2const: SYNOPSIS: tfix Fixes: a4fc95108363 (2024-05-31; "prctl.2, PR_[SG]ET_NAME.2const: Split PR_[SG]ET_NAME from prctl(2)") Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/PR_SET_NAME.2const b/man/man2const/PR_SET_NAME.2const index a787910e6..a7a319c27 100644 --- a/man/man2const/PR_SET_NAME.2const +++ b/man/man2const/PR_SET_NAME.2const @@ -16,8 +16,8 @@ Standard C library .BR "#include " " /* Definition of " PR_* " constants */" .B #include .P -.BI "int prctl(PR_SET_NAME, char " name [16]); -.BI "int prctl(PR_GET_NAME, const char " name [16]); +.BI "int prctl(PR_SET_NAME, const char " name [16]); +.BI "int prctl(PR_GET_NAME, char " name [16]); .fi .SH DESCRIPTION .TP