Skip to content

Commit 2d5e755

Browse files
makelinuxJonathan Corbet
authored andcommitted
docs: real-time: Fix duplicated sched(7) text
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> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260531141823.4118954-1-costa.shul@redhat.com>
1 parent ef4c0f7 commit 2d5e755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/core-api/real-time/theory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Scheduling
2525
==========
2626

2727
The core principles of Linux scheduling and the associated user-space API are
28-
documented in the man page sched(7)
28+
documented in the man page
2929
`sched(7) <https://man7.org/linux/man-pages/man7/sched.7.html>`_.
3030
By default, the Linux kernel uses the SCHED_OTHER scheduling policy. Under
3131
this policy, a task is preempted when the scheduler determines that it has

0 commit comments

Comments
 (0)