]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chrt: (man) fix note about --sched-period lower limit
authorJan Krieg <jan.krieg.github796@magnonic.net>
Thu, 8 Jan 2026 00:57:29 +0000 (01:57 +0100)
committerJan Krieg <jan.krieg.github796@magnonic.net>
Thu, 8 Jan 2026 00:57:29 +0000 (01:57 +0100)
Signed-off-by: Jan Krieg <jan.krieg.github796@magnonic.net>
schedutils/chrt.1.adoc

index 7805ec6d2e04c4317d86b1676eda440a311e4561..ec08fd721e94569e671e8b5f2cf7bcec8670d7a0 100644 (file)
@@ -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).