linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Schmaus <flo@geekplace.eu>
To: Alejandro Colomar <alx@kernel.org>
Cc: linux-man@vger.kernel.org, Florian Schmaus <flo@geekplace.eu>
Subject: [PATCH] PR_GET_TIMING2.const: Fix typo: s/SET_TIMING/GET_TIMING
Date: Fri,  4 Jul 2025 17:36:30 +0200	[thread overview]
Message-ID: <20250704153630.1236769-1-flo@geekplace.eu> (raw)

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
---
 man/man2const/PR_GET_TIMING.2const | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man2const/PR_GET_TIMING.2const b/man/man2const/PR_GET_TIMING.2const
index fa62b2fe2c94..0fc0f6c0ed41 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
-- 
2.49.0


             reply	other threads:[~2025-07-04 15:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04 15:36 Florian Schmaus [this message]
2025-07-04 23:46 ` [PATCH] PR_GET_TIMING2.const: Fix typo: s/SET_TIMING/GET_TIMING Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250704153630.1236769-1-flo@geekplace.eu \
    --to=flo@geekplace.eu \
    --cc=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).