diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-04-30 12:03:43 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-03-06 15:12:04 +0100 |
| commit | 927b72f45e4650893225748de427ea45071fc89c (patch) | |
| tree | 584dc764374c69a992fbc852147e99b5e33b7d9b /man2/sched_setattr.2 | |
| parent | b8bd34ac066629a34f29529c3b2d274f083fbd67 (diff) | |
| download | man-pages-927b72f45e4650893225748de427ea45071fc89c.tar.gz | |
sched_setattr.2: Remove mention of GRUB for bandwidth reclaim
Mention of a specific algorithm is probably too much detail for
the manual page.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sched_setattr.2')
| -rw-r--r-- | man2/sched_setattr.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index 9d559979a9..7acc1a4a6f 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -166,8 +166,9 @@ for details. .\" 2d4283e9d583a3ee8cfb1cbb9c1270614df4c29d This flag allows a .BR SCHED_DEADLINE -task to reclaim bandwidth unused by other real-time tasks through the GRUB -algorithm. +task to reclaim bandwidth unused by other real-time tasks. +.\" Bandwidth reclaim is done via the GRUB algorithm; see +.\" Documentation/scheduler/sched-deadline.txt .TP .BR SCHED_FLAG_DL_OVERRUN " (since Linux 4.16)" .\" commit 34be39305a77b8b1ec9f279163c7cdb6cc719b91 |
