diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2026-06-01 13:13:14 -0600 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-06-01 13:13:14 -0600 |
| commit | 738bb6e6c8d992f33335b3cbcce051ab118a33dc (patch) | |
| tree | 756442f988b1d4a4f05058afc7544186d60de2b4 /Documentation/core-api/real-time/theory.rst | |
| parent | d6dd61121cff3aaec3d444e2489c8cc66220c400 (diff) | |
| parent | 5c48ecedf7769f67c1e5592c1ef5202a4a967a34 (diff) | |
| download | lwn-docs-next.tar.gz lwn-docs-next.zip | |
Merge branch 'docs-mw' into docs-nextdocs-next
Diffstat (limited to 'Documentation/core-api/real-time/theory.rst')
| -rw-r--r-- | Documentation/core-api/real-time/theory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
