From 220ef264fb5c774a06ba5567cb8ceea0966c6df9 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 15 Dec 2014 18:20:31 +0100 Subject: [PATCH] doc: list server/peer options that can be set in chronyc --- chrony.texi.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chrony.texi.in b/chrony.texi.in index 0dfbd2f..0396655 100644 --- a/chrony.texi.in +++ b/chrony.texi.in @@ -3310,8 +3310,11 @@ The @code{add peer} command allows a new NTP peer to be added whilst @code{chronyd} is running. Following the words @code{add peer}, the syntax of the following -parameters and options is identical to that for the @code{peer} +parameters and options is similar to that for the @code{peer} directive in the configuration file (@pxref{peer directive}). +The following peer options can be set in the command: +@code{port}, @code{minpoll}, @code{maxpoll}, @code{presend}, +@code{maxdelayratio}, @code{maxdelay}, @code{key} An example of using this command is shown below. @@ -3326,8 +3329,11 @@ The @code{add server} command allows a new NTP server to be added whilst @code{chronyd} is running. Following the words @code{add server}, the syntax of the following -parameters and options is identical to that for the @code{server} +parameters and options is similar to that for the @code{server} directive in the configuration file (@pxref{server directive}). +The following server options can be set in the command: +@code{port}, @code{minpoll}, @code{maxpoll}, @code{presend}, +@code{maxdelayratio}, @code{maxdelay}, @code{key} An example of using this command is shown below.