summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2025-03-18 10:43:52 -0400
committersrividya0208 <a.srividya@vyos.io>2025-03-18 10:43:52 -0400
commitac4f351c9b738197950550ff23d5b3d53d68214b (patch)
treed5d4e758a71975c1bd4738a4307d4ca66f4e216c
parente1123e5c983b6367373a6a9c462f2b3efa9d148c (diff)
downloadvyos-documentation-ac4f351c9b738197950550ff23d5b3d53d68214b.tar.gz
vyos-documentation-ac4f351c9b738197950550ff23d5b3d53d68214b.zip
syslog: missing set in front of commands
-rw-r--r--docs/configuration/system/syslog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst
index 41a65934..2a3eaa13 100644
--- a/docs/configuration/system/syslog.rst
+++ b/docs/configuration/system/syslog.rst
@@ -20,18 +20,18 @@ server which is reached via :abbr:`IP (Internet Protocol)` UDP/TCP.
Global Settings
---------------
-.. cfgcmd:: system syslog marker interval <number>
+.. cfgcmd:: set system syslog marker interval <number>
Interval (in seconds) for sending mark messages to the syslog input to
indicate that the logging system is functioning.
This defaults to 1200 seconds.
-.. cfgcmd:: system syslog marker disable
+.. cfgcmd:: set system syslog marker disable
Disable periodic injection of mark messages.
-.. cfgcmd:: system syslog preserve-fqdn
+.. cfgcmd:: set system syslog preserve-fqdn
If set, the domain part of the hostname is always sent, even within the same
domain as the receiving system.