diff options
| author | Daniil Baturin <daniil@baturin.org> | 2020-01-12 11:46:37 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 11:46:37 +0700 | 
| commit | bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a (patch) | |
| tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/routing | |
| parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
| parent | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (diff) | |
| download | vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.tar.gz vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.zip  | |
Merge pull request #183 from StephenOrJames/master
Fix some typos and capitalizations
Diffstat (limited to 'docs/routing')
| -rw-r--r-- | docs/routing/arp.rst | 4 | ||||
| -rw-r--r-- | docs/routing/bgp.rst | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index 70d83503..1587fbbe 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -29,7 +29,7 @@ Operation  .. opcmd:: show protocols static arp -   Display all known ARP table entries spanning accross all interfaces +   Display all known ARP table entries spanning across all interfaces  .. code-block:: none @@ -50,4 +50,4 @@ Operation    10.1.1.1                 ether   00:53:00:de:23:2e   C              eth1    10.1.1.100               ether   00:53:00:de:23:aa   CM             eth1 -.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol
\ No newline at end of file +.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index 41be5c6c..f1c183dc 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -177,7 +177,7 @@ Route Selection  .. cfgcmd:: set protocols bgp <asn> parameters bestpath as-path confed     This command specifies that the length of confederation path sets and -   sequences should should be taken into account during the BGP best path +   sequences should be taken into account during the BGP best path     decision process.  .. cfgcmd:: set protocols bgp <asn> parameters bestpath as-path multipath-relax  | 
