[chrony-dev] [PATCH] doc: fix chronyd platform support for -P and -m |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: [chrony-dev] [PATCH] doc: fix chronyd platform support for -P and -m
- From: "Stefan R. Filipek" <srfilipek@xxxxxxxxx>
- Date: Sat, 7 Aug 2021 10:35:15 -0400
- Cc: "Stefan R. Filipek" <srfilipek@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ljU+c8uJvmR49eVYR6tFIpGl3cZDjljwN05ewGTPDro=; b=R77YmHKfAQ05wb+Eg8G7FaZNVkdgy3K3RP3y1bdTiEi5ugQ6Nmj2w0FGB7XLLYItpb buZyXAo2oxHBT2fzYcJLOz1K+nKqycX440l5B9hvzREB+r++0ASddyev/GHj/KphH8a1 prTkCqnC0hnVfInbYqsg9dOok8Q9w1wJuJiCkxjAQGD9aJ4xI+ZMvvspUhH5N2khX6Op iaIC3o7BQ5JzfSseetJF04zjeCn6fZ5U2aKz5fJUPvw1mQEPCQuWT7Q0H2wEOy6y8gNl nhOyWQH81ZJl+zAHIU+MeX1hk4JiwgfPkLL+i1Cl9BefobfBoSgotQRROE2Jc0hmUmYO y3LQ==
A while back, support for memory locking and real-time scheduling was
added to more platforms. The chronyd documentation wasn't updated at
that time (chronyd.conf was). This patch fixes that.
---
doc/chronyd.adoc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/chronyd.adoc b/doc/chronyd.adoc
index d3b78a4..8f2051e 100644
--- a/doc/chronyd.adoc
+++ b/doc/chronyd.adoc
@@ -146,15 +146,15 @@ system calls. If the filter is missing some system call, *chronyd* could be
killed even in normal operation.
*-P* _priority_::
-On Linux, this option will select the SCHED_FIFO real-time scheduler at the
-specified priority (which must be between 0 and 100). On macOS, this option
-must have either a value of 0 (the default) to disable the thread time
-constraint policy or 1 for the policy to be enabled. Other systems do not
-support this option.
+On Linux, FreeBSD, NetBSD, and Solaris, this option will select the SCHED_FIFO
+real-time scheduler at the specified priority (which must be between 0 and
+100). On macOS, this option must have either a value of 0 (the default) to
+disable the thread time constraint policy or 1 for the policy to be enabled.
+Other systems do not support this option.
*-m*::
This option will lock *chronyd* into RAM so that it will never be paged out.
-This mode is only supported on Linux.
+This mode is only supported on Linux, FreeBSD, NetBSD, and Solaris.
*-x*::
This option disables the control of the system clock. *chronyd* will not try to
--
2.32.0
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.