diff options
| author | Robert Göhler <github@ghlr.de> | 2021-02-11 20:38:34 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 20:38:34 +0100 | 
| commit | 262e886fde9ced4a1211bfa99e7d675f98dbf3b9 (patch) | |
| tree | 9d8e205db531f2eb8183164cc66f848116a9600b /docs/configuration/system | |
| parent | e8c28a5bd7103aa9ebd402eaab644f99fc25f475 (diff) | |
| parent | a0154149dd448be158e356fa8ae8b6595e6bd35b (diff) | |
| download | vyos-documentation-262e886fde9ced4a1211bfa99e7d675f98dbf3b9.tar.gz vyos-documentation-262e886fde9ced4a1211bfa99e7d675f98dbf3b9.zip  | |
Merge pull request #449 from dantho281/fix/dantho-docs-cleanup
Fix/dantho docs cleanup
Diffstat (limited to 'docs/configuration/system')
| -rw-r--r-- | docs/configuration/system/option.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index e029ec96..a4e08245 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -28,8 +28,8 @@ HTTP client  .. cfgcmd:: set system option http-client source-address <address> -   Several commands utilize curl to initiate transfers. Configure the local -   source IPv4/IPv6 address used for all CURL operations. +   Several commands utilize cURL to initiate transfers. Configure the local +   source IPv4/IPv6 address used for all cURL operations.  .. cfgcmd:: set system option http-client source-interface <interface> @@ -54,7 +54,7 @@ the used keyboard layout on the system console.    Defaults to ``us``.    .. note:: Changing the keymap only has an effect on the system console, using -    SSH oder Serial remote access to the device is not affected as the keyboard +    SSH or Serial remote access to the device is not affected as the keyboard      layout here corresponds to your access system.  .. _system_options_performance:  | 
