linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PR_GET_TIMING2.const: Fix typo: s/SET_TIMING/GET_TIMING
@ 2025-07-04 15:36 Florian Schmaus
  2025-07-04 23:46 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Schmaus @ 2025-07-04 15:36 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Florian Schmaus

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-04 23:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 15:36 [PATCH] PR_GET_TIMING2.const: Fix typo: s/SET_TIMING/GET_TIMING Florian Schmaus
2025-07-04 23:46 ` Alejandro Colomar

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).