diff options
author | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:34:32 -0500 |
---|---|---|
committer | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:37:28 -0500 |
commit | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/services | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
download | vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.tar.gz vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.zip |
Fix some typos and capitalizations
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/conntrack.rst | 4 | ||||
-rw-r--r-- | docs/services/dhcp.rst | 2 | ||||
-rw-r--r-- | docs/services/dynamic-dns.rst | 4 | ||||
-rw-r--r-- | docs/services/udp-broadcast-relay.rst | 6 | ||||
-rw-r--r-- | docs/services/webproxy.rst | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/docs/services/conntrack.rst b/docs/services/conntrack.rst index 0ee6eb16..e56bf076 100644 --- a/docs/services/conntrack.rst +++ b/docs/services/conntrack.rst @@ -58,7 +58,7 @@ Configuration Example ^^^^^^^ -The next exemple is a simple configuration of conntrack-sync. +The next example is a simple configuration of conntrack-sync. .. figure:: /_static/images/service_conntrack_sync-schema.png @@ -117,7 +117,7 @@ If you are using VRRP, you need to define a VRRP sync-group, and use ``vrrp sync set service conntrack-sync failover-mechanism vrrp sync-group 'syncgrp' -On the active router, you should have informations in the internal-cache of +On the active router, you should have information in the internal-cache of conntrack-sync. The same current active connections number should be shown in the external-cache of the standby router diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst index 23dbabf9..5c7fad9e 100644 --- a/docs/services/dhcp.rst +++ b/docs/services/dhcp.rst @@ -291,7 +291,7 @@ Raw parameters can be passed to shared-network-name, subnet and static-mapping: These parameters are passed as-is to isc-dhcp's dhcpd.conf under the configuration node they are defined in. They are not validated so an error in the raw parameters won't be caught by vyos's scripts and will cause dhcpd to -fail to start. Always verify that the parameters are correct before commiting +fail to start. Always verify that the parameters are correct before committing the configuration. Refer to isc-dhcp's dhcpd.conf manual for more information: https://kb.isc.org/docs/isc-dhcp-44-manual-pages-dhcpdconf diff --git a/docs/services/dynamic-dns.rst b/docs/services/dynamic-dns.rst index 3842c1c4..f526009f 100644 --- a/docs/services/dynamic-dns.rst +++ b/docs/services/dynamic-dns.rst @@ -34,7 +34,7 @@ Configuration .. cfgcmd:: set service dns dynamic interface <interface> rfc2136 <service-name> server <server> Configure the DNS `<server>` IP/FQDN used when updating this dynamic - assignemnt. + assignment. .. cfgcmd:: set service dns dynamic interface <interface> rfc2136 <service-name> zone <zone> @@ -124,7 +124,7 @@ hostnames, protocol and server. .. cfgcmd:: set service dns dynamic interface <interface> service <service> server <server> When a ``custom`` DynDNS provider is used the `<server>` where update - requests are beeing sent to must be specified. + requests are being sent to must be specified. Example: ^^^^^^^^ diff --git a/docs/services/udp-broadcast-relay.rst b/docs/services/udp-broadcast-relay.rst index f9e1b03e..df48bfd6 100644 --- a/docs/services/udp-broadcast-relay.rst +++ b/docs/services/udp-broadcast-relay.rst @@ -4,9 +4,9 @@ UDP Broadcast Relay ################### -Certain vendors use broadcasts to identify their equipemnt within one ethernet +Certain vendors use broadcasts to identify their equipment within one ethernet segment. Unfortunately if you split your network with multiple VLANs you loose -the ability of identifying your equiment. +the ability of identifying your equipment. This is where "UDP broadcast relay" comes into play! It will forward received broadcasts to other configured networks. @@ -20,7 +20,7 @@ Configuration .. cfgcmd:: set service broadcast-relay id <n> description <description> A description can be added for each and every unique relay ID. This is - usefull to distinguish between multiple different ports/appliactions. + useful to distinguish between multiple different ports/appliactions. .. cfgcmd:: set service broadcast-relay id <n> interface <interface> diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst index 20e1eb73..654e73f2 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -24,7 +24,7 @@ Configuration # Enable proxy service set service webproxy listen-address 192.168.0.1 - # By default it will listen to port 3128. If you wan't something else you have to define that. + # By default it will listen to port 3128. If you want something else you have to define that. set service webproxy listen-address 192.168.0.1 port 2050 # By default the transparent proxy on that interface is enabled. To disable that you simply @@ -43,7 +43,7 @@ Options Filtering by category ^^^^^^^^^^^^^^^^^^^^^ -If you wan't to use existing blacklists you have to create/download a database +If you want to use existing blacklists you have to create/download a database first. Otherwise you will not be able to commit the config changes. .. code-block:: none |