diff options
author | Mark Stapp <mjs.ietf@gmail.com> | 2021-07-30 19:54:01 +0200 |
---|---|---|
committer | Mark Stapp <mjs.ietf@gmail.com> | 2021-07-30 19:54:01 +0200 |
commit | 05653f497bce70537c15adc2f58ef8de97e3160f (patch) | |
tree | 4077b00a6a0055642636322cd52c9ce1e91a774a /doc | |
parent | Merge pull request #9196 from donaldsharp/test_queued (diff) | |
download | frr-05653f497bce70537c15adc2f58ef8de97e3160f.tar.xz frr-05653f497bce70537c15adc2f58ef8de97e3160f.zip |
doc: fix bgp user doc
Too many colons in the bgp doc source file.
Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index d06dce947..32a51fdb7 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3539,7 +3539,7 @@ structure is extended with :clicmd:`show bgp [afi] [safi]`. It helps to identify which prefixes were installed at some point. Here is an example of how to check what prefixes were installed starting - with an arbitrary version:: + with an arbitrary version: .. code-block:: shell |