]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: list server/peer options that can be set in chronyc
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 15 Dec 2014 17:20:31 +0000 (18:20 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 15 Dec 2014 17:21:56 +0000 (18:21 +0100)
chrony.texi.in

index 0dfbd2f942b2af2a7507a2964fe4250593738c6c..0396655b15095c28eeb75f3c31f7078e0e94ea74 100644 (file)
@@ -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.