diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-12-03 17:50:35 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-12-03 17:54:50 +0100 |
| commit | 6498671f3940f7074b19457b4546bc88fd80d1a1 (patch) | |
| tree | bedd01a4b0d0757ae38d4bede81e732d35f569af | |
| parent | ba0d674b67d6abd2e5d22b5502cdd5857570bcb5 (diff) | |
| download | man-pages-6498671f3940f7074b19457b4546bc88fd80d1a1.tar.gz | |
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 <alx@kernel.org>
| -rw-r--r-- | man/man2const/PR_SET_NAME.2const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2const/PR_SET_NAME.2const b/man/man2const/PR_SET_NAME.2const index a787910e6d..a7a319c271 100644 --- a/man/man2const/PR_SET_NAME.2const +++ b/man/man2const/PR_SET_NAME.2const @@ -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 |
