From 465e580a39e7a8535219d0511e0b7c62063881db Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 28 Oct 2009 16:31:58 +0100 Subject: [PATCH] Remove forgotten text in server directive description --- chrony.texi | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/chrony.texi b/chrony.texi index 13a914d..25a11b2 100644 --- a/chrony.texi +++ b/chrony.texi @@ -2327,20 +2327,6 @@ chrony when disconnecting the dial-up link. (It will still be necessary to use chronyc's @code{online} (@pxref{online command}) command when the link has been established, to enable measurements to start.) -@item sched_priority -This directive tells chronyd to use the real-time FIFO scheduler with the -specified priority (which must be between 0 and 100). This should result -in reduced latency. You don't need it unless you really have a requirement -for extreme clock stability. Works only on Linux. Note that the "-P" -command-line switch will override this. - -@item lock_all -This directive tells chronyd to use the mlockall() syscall to lock itself -into RAM so that it will never be paged out. This should result in reduced -latency. You don't need it unless you really have a requirement -for extreme clock stability. Works only on Linux. Note that the "-m" -command-line switch will also enable this feature. - @end table @c }}} @c }}}