From: Aurelien Jarno Date: Wed, 22 Apr 2009 07:19:26 +0000 (+0200) Subject: chrt: add a comment about non POSIX 1003.1b attributes in chrt.1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40bc2ab5169d57d1698a5971ef330f032e29b444;p=util-linux 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 --- 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