From 989f8ea2a9bcabb23cc891c05666d29fa358b2fa Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 31 Jul 2023 12:41:39 +0200 Subject: [PATCH] chrt: (man) add note about --sched-period lower limit References: https://github.com/util-linux/util-linux/pull/2393 Signed-off-by: Karel Zak --- schedutils/chrt.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedutils/chrt.1.adoc b/schedutils/chrt.1.adoc index 61af72380e..fdee4637ac 100644 --- a/schedutils/chrt.1.adoc +++ b/schedutils/chrt.1.adoc @@ -71,7 +71,7 @@ Set scheduling policy to *SCHED_DEADLINE* (sporadic task model deadline scheduli Specifies runtime parameter for *SCHED_DEADLINE* policy (Linux-specific). *-P*, *--sched-period* _nanoseconds_:: -Specifies period parameter for *SCHED_DEADLINE* policy (Linux-specific). +Specifies period parameter for *SCHED_DEADLINE* policy (Linux-specific). Note that the kernel's lower limit is 100 milliseconds. *-D*, *--sched-deadline* _nanoseconds_:: Specifies deadline parameter for *SCHED_DEADLINE* policy (Linux-specific). -- 2.47.2