diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-06-30 06:17:12 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-06-30 06:17:12 -0400 |
commit | ae6a2ba810a19d81cbad5b0da29e791a7b5e411f (patch) | |
tree | 2472fefc2063afef7aec56eb8b12321d194743a1 /docs/configuration/system | |
parent | 5b5a84606f3eb415cfa0f270a8e6803b5b336ae1 (diff) | |
download | vyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.tar.gz vyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.zip |
configuration page: corrected spelling and grammatical mistakes
There were minimal grammatical and spelling mistakes in the files which I
corrected as documentation proof reading.
Also added information about few ipsec vpn parameters.
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/console.rst | 2 | ||||
-rw-r--r-- | docs/configuration/system/host-name.rst | 2 | ||||
-rw-r--r-- | docs/configuration/system/syslog.rst | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/system/console.rst b/docs/configuration/system/console.rst index 4890da92..1f917e54 100644 --- a/docs/configuration/system/console.rst +++ b/docs/configuration/system/console.rst @@ -43,4 +43,4 @@ Major upgrades to the installed distribution may also require console access. control. This means you should start with a common baud rate (most likely 9600 baud) as otherwise you probably can not connect to the device using high speed baud rates as your serial converter simply can not process this - datarate. + data rate. diff --git a/docs/configuration/system/host-name.rst b/docs/configuration/system/host-name.rst index 30efe01e..79fae851 100644 --- a/docs/configuration/system/host-name.rst +++ b/docs/configuration/system/host-name.rst @@ -22,7 +22,7 @@ the command line prompt. .. cfgcmd:: set system host-name <hostname> - Set system hostname. The hostname can be up to 63 characters. A hostname + The hostname can be up to 63 characters. A hostname must start and end with a letter or digit, and have as interior characters only letters, digits, or a hyphen. 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. |