diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/service/ntp.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/service/ntp.md')
| -rw-r--r-- | docs/configuration/service/ntp.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/service/ntp.md b/docs/configuration/service/ntp.md index e0f6b3ab..b80d8c72 100644 --- a/docs/configuration/service/ntp.md +++ b/docs/configuration/service/ntp.md @@ -42,7 +42,7 @@ the `allow-client` directive. .. cfgcmd:: set service ntp server <address> Configure one or more servers for synchronisation. Server name can be either - an IP address or {abbr}`FQDN (Fully Qualified Domain Name)`. + an IP address or :abbr:`FQDN (Fully Qualified Domain Name)`. There are 3 default NTP server set. You are able to change them. @@ -60,7 +60,7 @@ the `allow-client` directive. server is discarded by the selection algorithm. * ``nts`` enables Network Time Security (NTS) for the server as specified - in {rfc}`8915` + in :rfc:`8915` * ``pool`` mobilizes persistent client mode association with a number of remote servers. @@ -90,7 +90,7 @@ the `allow-client` directive. ```{eval-rst} .. cfgcmd:: set service ntp vrf <name> - Specify name of the {abbr}`VRF (Virtual Routing and Forwarding)` instance. + Specify name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance. ``` ```{eval-rst} |
