diff options
| author | Florian Schmaus <flo@geekplace.eu> | 2025-07-04 17:36:30 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-08-02 17:43:33 +0200 |
| commit | f23e8249a6dcf695d38055483802779c36aedbba (patch) | |
| tree | e1a09f32cd66345c437a9fc83e14bfbbfe00c1d4 | |
| parent | 2d9d6deeb4dccc4f46e7aa29878fe65b6642682c (diff) | |
| download | man-pages-f23e8249a6dcf695d38055483802779c36aedbba.tar.gz | |
man/man2const/PR_GET_TIMING.2const: SYNOPSIS: tfix
Fixes: 6c6125882666 (2024-05-31; "PR_GET_TIMING.2const: Tweak after split")
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
Message-ID: <20250704153630.1236769-1-flo@geekplace.eu>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2const/PR_GET_TIMING.2const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2const/PR_GET_TIMING.2const b/man/man2const/PR_GET_TIMING.2const index fa62b2fe2c..0fc0f6c0ed 100644 --- a/man/man2const/PR_GET_TIMING.2const +++ b/man/man2const/PR_GET_TIMING.2const @@ -15,7 +15,7 @@ Standard C library .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" .B #include <sys/prctl.h> .P -.B int prctl(PR_SET_TIMING); +.B int prctl(PR_GET_TIMING); .fi .SH DESCRIPTION Return which process timing method is currently |
