]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_SET_NAME.2const: SYNOPSIS: tfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 3 Dec 2025 16:50:35 +0000 (17:50 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 3 Dec 2025 16:54:50 +0000 (17:54 +0100)
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 <alx@kernel.org>
man/man2const/PR_SET_NAME.2const

index a787910e6d5d6a90f26cd80a6927a965acda0dc8..a7a319c27115d0e5c672d607c8af766960fac59d 100644 (file)
@@ -16,8 +16,8 @@ Standard C library
 .BR "#include <linux/prctl.h>" "  /* Definition of " PR_* " constants */"
 .B #include <sys/prctl.h>
 .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