diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:14 +0100 |
commit | a71cdcec33caaeb9e9667d66e8248de1a47122a8 (patch) | |
tree | 337f7e40535f675f4319db39f3d3ca6ac31a8406 /docs/system | |
parent | c4eaab5a8a3785a84cdcb09ce56757344d1647d0 (diff) | |
download | vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.tar.gz vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.zip |
docs: remove all trailing whitespaces
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/config-management.rst | 2 | ||||
-rw-r--r-- | docs/system/eventhandler.rst | 4 | ||||
-rw-r--r-- | docs/system/proxy.rst | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/system/config-management.rst b/docs/system/config-management.rst index 9c4cc491..f21562fd 100644 --- a/docs/system/config-management.rst +++ b/docs/system/config-management.rst @@ -28,6 +28,6 @@ A commit look now like this: Archiving config... tftp://10.0.0.2 OK [edit] - vyos@vyos-R1# + vyos@vyos-R1# The filename has this format: config.boot-hostname.YYYYMMDD_HHMMSS
\ No newline at end of file diff --git a/docs/system/eventhandler.rst b/docs/system/eventhandler.rst index 31f05f2c..6496c556 100644 --- a/docs/system/eventhandler.rst +++ b/docs/system/eventhandler.rst @@ -31,7 +31,7 @@ In this small example a script runs every time a login failed and an interface g .. code-block:: console - vyos@vyos# show system event-handler + vyos@vyos# show system event-handler feed Syslog { policy MyPolicy source { @@ -43,6 +43,6 @@ In this small example a script runs every time a login failed and an interface g event BadThingsHappened { pattern "authentication failure" pattern "interface \.* index \d+ .* DOWN.*" - run /config/scripts/email-to-admin + run /config/scripts/email-to-admin } }
\ No newline at end of file diff --git a/docs/system/proxy.rst b/docs/system/proxy.rst index f57b5cd2..421cd141 100644 --- a/docs/system/proxy.rst +++ b/docs/system/proxy.rst @@ -4,7 +4,7 @@ System Proxy ============ Some IT environments require the use of a proxy to connect to the Internet. -The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_. +The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_. This example sets a proxy for all connections initiated by VyOS, including HTTP, HTTPS, and FTP (anonymous ftp). @@ -14,7 +14,7 @@ This example sets a proxy for all connections initiated by VyOS, including HTTP, set system proxy port 8080 # If a username and password are required - set system proxy username vyosuser + set system proxy username vyosuser set system proxy password vyosuser-password That enables the update of a system image if the VyOS system operates behind a proxy. |