Documentation/core-api/real-time/theory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
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
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
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
© 2016 - 2026 Red Hat, Inc.