* [PATCH v1] docs: real-time: Fix duplicated sched(7) text
@ 2026-05-31 14:18 Costa Shulyupin
2026-05-31 20:43 ` Randy Dunlap
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Costa Shulyupin @ 2026-05-31 14:18 UTC (permalink / raw)
To: Sebastian Andrzej Siewior, Clark Williams, Steven Rostedt,
Jonathan Corbet, Shuah Khan, Randy Dunlap, linux-rt-devel,
linux-doc, linux-kernel
Cc: Costa Shulyupin
The man page reference appeared twice - once as plain text and
once as a hyperlink. Remove the plain text duplicate.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
Documentation/core-api/real-time/theory.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/real-time/theory.rst b/Documentation/core-api/real-time/theory.rst
index 43d0120737f8..92de5654163d 100644
--- a/Documentation/core-api/real-time/theory.rst
+++ b/Documentation/core-api/real-time/theory.rst
@@ -25,7 +25,7 @@ Scheduling
==========
The core principles of Linux scheduling and the associated user-space API are
-documented in the man page sched(7)
+documented in the man page
`sched(7) <https://man7.org/linux/man-pages/man7/sched.7.html>`_.
By default, the Linux kernel uses the SCHED_OTHER scheduling policy. Under
this policy, a task is preempted when the scheduler determines that it has
--
2.53.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v1] docs: real-time: Fix duplicated sched(7) text
2026-05-31 14:18 [PATCH v1] docs: real-time: Fix duplicated sched(7) text Costa Shulyupin
@ 2026-05-31 20:43 ` Randy Dunlap
2026-06-01 7:00 ` Sebastian Andrzej Siewior
2026-06-01 19:06 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-05-31 20:43 UTC (permalink / raw)
To: Costa Shulyupin, Sebastian Andrzej Siewior, Clark Williams,
Steven Rostedt, Jonathan Corbet, Shuah Khan, linux-rt-devel,
linux-doc, linux-kernel
On 5/31/26 7:18 AM, Costa Shulyupin wrote:
> The man page reference appeared twice - once as plain text and
> once as a hyperlink. Remove the plain text duplicate.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/core-api/real-time/theory.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/real-time/theory.rst b/Documentation/core-api/real-time/theory.rst
> index 43d0120737f8..92de5654163d 100644
> --- a/Documentation/core-api/real-time/theory.rst
> +++ b/Documentation/core-api/real-time/theory.rst
> @@ -25,7 +25,7 @@ Scheduling
> ==========
>
> The core principles of Linux scheduling and the associated user-space API are
> -documented in the man page sched(7)
> +documented in the man page
> `sched(7) <https://man7.org/linux/man-pages/man7/sched.7.html>`_.
> By default, the Linux kernel uses the SCHED_OTHER scheduling policy. Under
> this policy, a task is preempted when the scheduler determines that it has
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] docs: real-time: Fix duplicated sched(7) text
2026-05-31 14:18 [PATCH v1] docs: real-time: Fix duplicated sched(7) text Costa Shulyupin
2026-05-31 20:43 ` Randy Dunlap
@ 2026-06-01 7:00 ` Sebastian Andrzej Siewior
2026-06-01 19:06 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2026-06-01 7:00 UTC (permalink / raw)
To: Costa Shulyupin
Cc: Clark Williams, Steven Rostedt, Jonathan Corbet, Shuah Khan,
Randy Dunlap, linux-rt-devel, linux-doc, linux-kernel
On 2026-05-31 17:18:22 [+0300], Costa Shulyupin wrote:
> The man page reference appeared twice - once as plain text and
> once as a hyperlink. Remove the plain text duplicate.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Sebastian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] docs: real-time: Fix duplicated sched(7) text
2026-05-31 14:18 [PATCH v1] docs: real-time: Fix duplicated sched(7) text Costa Shulyupin
2026-05-31 20:43 ` Randy Dunlap
2026-06-01 7:00 ` Sebastian Andrzej Siewior
@ 2026-06-01 19:06 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-06-01 19:06 UTC (permalink / raw)
To: Costa Shulyupin, Sebastian Andrzej Siewior, Clark Williams,
Steven Rostedt, Shuah Khan, Randy Dunlap, linux-rt-devel,
linux-doc, linux-kernel
Cc: Costa Shulyupin
Costa Shulyupin <costa.shul@redhat.com> writes:
> The man page reference appeared twice - once as plain text and
> once as a hyperlink. Remove the plain text duplicate.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
> Documentation/core-api/real-time/theory.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/real-time/theory.rst b/Documentation/core-api/real-time/theory.rst
> index 43d0120737f8..92de5654163d 100644
> --- a/Documentation/core-api/real-time/theory.rst
> +++ b/Documentation/core-api/real-time/theory.rst
> @@ -25,7 +25,7 @@ Scheduling
> ==========
>
> The core principles of Linux scheduling and the associated user-space API are
> -documented in the man page sched(7)
> +documented in the man page
> `sched(7) <https://man7.org/linux/man-pages/man7/sched.7.html>`_.
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-01 19:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31 14:18 [PATCH v1] docs: real-time: Fix duplicated sched(7) text Costa Shulyupin
2026-05-31 20:43 ` Randy Dunlap
2026-06-01 7:00 ` Sebastian Andrzej Siewior
2026-06-01 19:06 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox