From: Miroslav Lichvar Date: Mon, 15 Dec 2014 17:19:30 +0000 (+0100) Subject: doc: fix examples of add server and add peer commands X-Git-Tag: 2.0-pre1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64dcc0ac23d461a99cbb92fb7c7f9558da3062e;p=thirdparty%2Fchrony.git doc: fix examples of add server and add peer commands --- diff --git a/chrony.texi.in b/chrony.texi.in index c8f66cab..0dfbd2f9 100644 --- a/chrony.texi.in +++ b/chrony.texi.in @@ -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