diff options
author | Aidan Gibson <tronicdude@gmail.com> | 2024-05-04 15:25:53 -0700 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-05 20:45:34 +0000 |
commit | 8e80443bcaff65fe1f6f582bf689b61c325fc5a5 (patch) | |
tree | 0ab370ac4fa61ee70a8f2509aeec1ecfa9d5aea0 /docs/configuration/service | |
parent | 320dee1ebeb92b54d5a30208a1fd864b90c8cc28 (diff) | |
download | vyos-documentation-8e80443bcaff65fe1f6f582bf689b61c325fc5a5.tar.gz vyos-documentation-8e80443bcaff65fe1f6f582bf689b61c325fc5a5.zip |
Update ntp.rst
"leaf seond" -> leaf second
*.pool.ntp.org -> time*.vyos.net
(cherry picked from commit a21eeaaf10f126579c430710675f6c25d781df35)
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/ntp.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/ntp.rst index e7ee392b..266376cf 100644 --- a/docs/configuration/service/ntp.rst +++ b/docs/configuration/service/ntp.rst @@ -46,9 +46,9 @@ Configuration There are 3 default NTP server set. You are able to change them. - * ``0.pool.ntp.org`` - * ``1.pool.ntp.org`` - * ``2.pool.ntp.org`` + * ``time1.vyos.net`` + * ``time2.vyos.net`` + * ``time3.vyos.net`` .. cfgcmd:: set service ntp server <address> <noselect | nts | pool | prefer> @@ -85,7 +85,7 @@ Configuration .. cfgcmd:: set service ntp leap-second [ignore|smear|system|timezone] - Define how to handle leaf-seonds. + Define how to handle leap-seconds. * `ignore`: No correction is applied to the clock for the leap second. The clock will be corrected later in normal operation when new measurements are |