]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: fix examples of add server and add peer commands
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 15 Dec 2014 17:19:30 +0000 (18:19 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 15 Dec 2014 17:21:56 +0000 (18:21 +0100)
chrony.texi.in

index c8f66cab69d233586f6d78a6417af91043288cca..0dfbd2f942b2af2a7507a2964fe4250593738c6c 100644 (file)
@@ -3316,7 +3316,7 @@ directive in the configuration file (@pxref{peer directive}).
 An example of using this command is shown below.
 
 @example
-add peer foo.bar.com minpoll 6 maxpoll 10 authkey 25
+add peer foo.bar.com minpoll 6 maxpoll 10 key 25
 @end example
 @c }}}
 @c {{{ add server
@@ -3332,7 +3332,7 @@ directive in the configuration file (@pxref{server directive}).
 An example of using this command is shown below.
 
 @example
-add server foo.bar.com minpoll 6 maxpoll 10 authkey 25
+add server foo.bar.com minpoll 6 maxpoll 10 key 25
 @end example
 @c }}}
 @c {{{ allow all