From: Jan Krieg Date: Thu, 8 Jan 2026 00:57:29 +0000 (+0100) Subject: chrt: (man) fix note about --sched-period lower limit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfc7f64d3c788aeeb9b4a7d89c337c481231a60;p=thirdparty%2Futil-linux.git chrt: (man) fix note about --sched-period lower limit Signed-off-by: Jan Krieg --- diff --git a/schedutils/chrt.1.adoc b/schedutils/chrt.1.adoc index 7805ec6d2..ec08fd721 100644 --- a/schedutils/chrt.1.adoc +++ b/schedutils/chrt.1.adoc @@ -75,7 +75,7 @@ Set scheduling policy to *SCHED_EXT* (BPF program-defined scheduling). Linux-spe Specifies runtime parameter for *SCHED_DEADLINE* and custom slice length for *SCHED_OTHER* and *SCHED_BATCH* policies (Linux-specific). Note that custom slice length via the runtime parameter is supported since Linux 6.12. *-P*, *--sched-period* _nanoseconds_:: -Specifies period parameter for *SCHED_DEADLINE* policy (Linux-specific). Note that the kernel's lower limit is 100 milliseconds. +Specifies period parameter for *SCHED_DEADLINE* policy (Linux-specific). Note that the kernel's lower limit is 100 microseconds. *-D*, *--sched-deadline* _nanoseconds_:: Specifies deadline parameter for *SCHED_DEADLINE* policy (Linux-specific).