diff options
author | aRkadeFR <contact@arkade.info> | 2018-01-23 15:48:56 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2018-01-24 10:02:47 -0500 |
commit | df182de41fd75bc0cf2b1de2b511c37527d45475 (patch) | |
tree | 611f723db5e10dc8b5cbc87c23b12dc8692a228f /doc/rtd | |
parent | b28ab78089d362c5c6cab985feee0f5f84c9db44 (diff) | |
download | vyos-cloud-init-df182de41fd75bc0cf2b1de2b511c37527d45475.tar.gz vyos-cloud-init-df182de41fd75bc0cf2b1de2b511c37527d45475.zip |
docs: Fix typos in docs and one debug message.
Fix obvious typos. Replace 'for for' with a 'for'.
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/topics/network-config-format-v1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst index ce3a1bde..2f8ab54c 100644 --- a/doc/rtd/topics/network-config-format-v1.rst +++ b/doc/rtd/topics/network-config-format-v1.rst @@ -349,7 +349,7 @@ For any network device (one of the Config Types) users can define a list of entries will create interface alias allowing a single interface to use different ip configurations. -Valid keys for for ``subnets`` include the following: +Valid keys for ``subnets`` include the following: - ``type``: Specify the subnet type. - ``control``: Specify manual, auto or hotplug. Indicates how the interface |