diff options
author | rebortg <github@ghlr.de> | 2023-01-31 21:04:12 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-31 21:04:12 +0100 |
commit | f45708f8b76a99f9d6d8c162db4bb54daedbcb11 (patch) | |
tree | cd5e42dfc87f6d88c8940330c83fddf70bd34fef | |
parent | 145c5a32c034b16f539578b0873e5da2b94c065e (diff) | |
download | vyos-documentation-f45708f8b76a99f9d6d8c162db4bb54daedbcb11.tar.gz vyos-documentation-f45708f8b76a99f9d6d8c162db4bb54daedbcb11.zip |
syslog: sync branches
-rw-r--r-- | docs/configuration/system/syslog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst index 9ba9d415..ab427d99 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -33,7 +33,7 @@ Custom File .. cfgcmd:: set system syslog file <filename> facility <keyword> level <keyword> - Log syslog messages to file specified via `<filename>`, for en explanation on + Log syslog messages to file specified via `<filename>`, for an explanation on :ref:`syslog_facilities` keywords and :ref:`syslog_severity_level` keywords see tables below. @@ -62,7 +62,7 @@ sending the messages via port 514/UDP. .. cfgcmd:: set system syslog host <address> facility <keyword> level <keyword> Log syslog messages to remote host specified by `<address>`. The address - can be specified by either FQDN or IP address. For en explanation on + can be specified by either FQDN or IP address. For an explanation on :ref:`syslog_facilities` keywords and :ref:`syslog_severity_level` keywords see tables below. @@ -81,7 +81,7 @@ Local User Account If logging to a local user account is configured, all defined log messages are display on the console if the local user is logged in, if the user is not - logged in, no messages are being displayed. For en explanation on + logged in, no messages are being displayed. For an explanation on :ref:`syslog_facilities` keywords and :ref:`syslog_severity_level` keywords see tables below. |