From 40bc2ab5169d57d1698a5971ef330f032e29b444 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 22 Apr 2009 09:19:26 +0200 Subject: [PATCH] chrt: add a comment about non POSIX 1003.1b attributes in chrt.1 Mention that only SCHED_FIFO, SCHED_OTHER and SCHED_RR are part of POSIX 1003.1b Process Scheduling in chrt.1. Signed-off-by: Aurelien Jarno --- schedutils/chrt.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index a78ad255..83b3dbb0 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -104,6 +104,14 @@ A user must possess .BR CAP_SYS_NICE to change the scheduling attributes of a process. Any user can retrieve the scheduling information. +.SH NOTES +Only +.BR SCHED_FIFO , +.BR SCHED_OTHER +and +.BR SCHED_RR +are part of POSIX 1003.1b Process Scheduling. The other scheduling attributes +may be ignored on some systems. .SH AUTHOR Written by Robert M. Love. .SH COPYRIGHT -- 2.39.5