summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/user/bgp.rst2
-rw-r--r--doc/user/filter.rst2
-rw-r--r--doc/user/installation.rst2
-rw-r--r--doc/user/ipv6.rst2
-rw-r--r--doc/user/ospf6d.rst12
-rw-r--r--doc/user/ospf_fundamentals.rst2
-rw-r--r--doc/user/ospfd.rst6
-rw-r--r--doc/user/overview.rst8
-rw-r--r--doc/user/protocol.rst2
-rw-r--r--doc/user/ripd.rst2
-rw-r--r--doc/user/vnc.rst8
11 files changed, 24 insertions, 24 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index ba4238b946..0cc2c511c3 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1959,7 +1959,7 @@ _
the end of the line. So `_` can be used for AS value boundaries match. This
character technically evaluates to `(^|[,{}() ]|$)`.
-.. _How-to-set-up-a-6-Bone-connection:
+.. _how-to-set-up-a-6-bone-connection:
How to set up a 6-Bone connection
=================================
diff --git a/doc/user/filter.rst b/doc/user/filter.rst
index 7b52d0a389..57f9fbe426 100644
--- a/doc/user/filter.rst
+++ b/doc/user/filter.rst
@@ -121,7 +121,7 @@ ip prefix-list sequential number control
With this command, the IP prefix list sequential number is not
displayed.
-.. _Showing-ip-prefix-list:
+.. _showing-ip-prefix-list:
Showing ip prefix-list
----------------------
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index e09c679594..f9405ac792 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -190,7 +190,7 @@ options to the configuration script.
Configure zebra to use `dir` for local state files, such as pid files and
unix sockets.
-.. _Least-Privilege-support:
+.. _least-privilege-support:
Least-Privilege Support
-----------------------
diff --git a/doc/user/ipv6.rst b/doc/user/ipv6.rst
index 62457117c7..9d079028ca 100644
--- a/doc/user/ipv6.rst
+++ b/doc/user/ipv6.rst
@@ -1,4 +1,4 @@
-.. _IPv6-Support:
+.. _ipv6-support:
************
IPv6 Support
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst
index bd30fb67b0..b0823f21e7 100644
--- a/doc/user/ospf6d.rst
+++ b/doc/user/ospf6d.rst
@@ -1,4 +1,4 @@
-.. _OSPFv3:
+.. _ospfv3:
******
OSPFv3
@@ -7,7 +7,7 @@ OSPFv3
*ospf6d* is a daemon support OSPF version 3 for IPv6 network. OSPF for IPv6 is
described in :rfc:`2740`.
-.. _OSPF6-router:
+.. _ospf6-router:
OSPF6 router
============
@@ -78,14 +78,14 @@ OSPF6 router
This configuration setting MUST be consistent across all routers
within the OSPF domain.
-.. _OSPF6-area:
+.. _ospf6-area:
OSPF6 area
==========
Area support for OSPFv3 is not yet implemented.
-.. _OSPF6-interface:
+.. _ospf6-interface:
OSPF6 interface
===============
@@ -126,7 +126,7 @@ OSPF6 interface
Set explicitly network type for specifed interface.
-.. _Redistribute-routes-to-OSPF6:
+.. _redistribute-routes-to-ospf6:
Redistribute routes to OSPF6
============================
@@ -141,7 +141,7 @@ Redistribute routes to OSPF6
.. clicmd:: redistribute ripng
-.. _Showing-OSPF6-information:
+.. _showing-ospf6-information:
Showing OSPF6 information
=========================
diff --git a/doc/user/ospf_fundamentals.rst b/doc/user/ospf_fundamentals.rst
index b0c6f69f7b..5a4f7095ed 100644
--- a/doc/user/ospf_fundamentals.rst
+++ b/doc/user/ospf_fundamentals.rst
@@ -187,7 +187,7 @@ All LSAs share a common header with the following information:
The combination of the Type, ID and Advertising Router ID must uniquely
identify the :abbr:`LSA`. There can however be multiple instances of
an LSA with the same Type, LSA ID and Advertising Router ID, see
- :ref:`Sequence Number <ospf-lsa-sequence-number>`.
+ :ref:`sequence number <ospf-lsa-sequence-number>`.
- Age
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst
index 771182024c..574d925495 100644
--- a/doc/user/ospfd.rst
+++ b/doc/user/ospfd.rst
@@ -1,4 +1,4 @@
-.. _OSPFv2:
+.. _ospfv2:
******
OSPFv2
@@ -706,7 +706,7 @@ Redistribute routes to OSPF
or kind into OSPF, with the metric type and metric set if specified,
filtering the routes using the given route-map if specified.
Redistributed routes may also be filtered with distribute-lists, see
- :ref:`OSPF distribute-list configuration <ospf-distribute-list>`.
+ :ref:`ospf distribute-list configuration <ospf-distribute-list>`.
Redistributed routes are distributed as into OSPF as Type-5 External
LSAs into links to areas that accept external routes, Type-7 External LSAs
@@ -762,7 +762,7 @@ Redistribute routes to OSPF
Apply the access-list filter, NAME, to
redistributed routes of the given type before allowing the routes to
- redistributed into OSPF (:ref:`OSPF redistribution <ospf-redistribute>`).
+ redistributed into OSPF (:ref:`ospf redistribution <ospf-redistribute>`).
.. index:: default-metric (0-16777214)
.. clicmd:: default-metric (0-16777214)
diff --git a/doc/user/overview.rst b/doc/user/overview.rst
index cc6bfa5068..064dc436ea 100644
--- a/doc/user/overview.rst
+++ b/doc/user/overview.rst
@@ -20,7 +20,7 @@ can use FRR library as your program's client user interface.
FRR is distributed under the GNU General Public License.
-.. _About-FRR:
+.. _about-frr:
About FRR
=========
@@ -276,7 +276,7 @@ posted at `FRR`_.
.. index:: Reporting software errors
.. index:: Errors in the software
-.. _Bug-Reports:
+.. _bug-reports:
Bug Reports
===========
@@ -296,7 +296,7 @@ When you send a bug report, please be careful about the points below.
Bug reports help us improve FRR and are very much appreciated.
-.. _frr: |PACKAGE-URL|
+.. _frr: |package-url|
.. _github: https://github.com/frrouting/frr/
-.. _GitHub issues: https://github.com/frrouting/frr/issues
+.. _github issues: https://github.com/frrouting/frr/issues
.. _slack: https://frrouting.slack.com/
diff --git a/doc/user/protocol.rst b/doc/user/protocol.rst
index d35177962c..b474c126bb 100644
--- a/doc/user/protocol.rst
+++ b/doc/user/protocol.rst
@@ -1,4 +1,4 @@
-.. _Zebra-Protocol:
+.. _zebra-protocol:
**************
Zebra Protocol
diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst
index dbeb07998f..b8cbd161c6 100644
--- a/doc/user/ripd.rst
+++ b/doc/user/ripd.rst
@@ -437,7 +437,7 @@ Distance value is used in zebra daemon. Default RIP distance is 120.
Set default RIP distance to specified value when the route's source IP
address matches the specified prefix and the specified access-list.
-.. _RIP-route-map:
+.. _rip-route-map:
RIP route-map
=============
diff --git a/doc/user/vnc.rst b/doc/user/vnc.rst
index 04b4593b79..8be4ff62de 100644
--- a/doc/user/vnc.rst
+++ b/doc/user/vnc.rst
@@ -1,4 +1,4 @@
-.. _VNC-and-VNC-GW:
+.. _vnc-and-vnc-gw:
**************
VNC and VNC-GW
@@ -291,7 +291,7 @@ Defaults section.
:ref:`configuring-export-of-routes-to-other-routing-protocols`. This item
is optional.
-.. _VNC-L2-Group-Configuration:
+.. _vnc-l2-group-configuration:
VNC L2 Group Configuration
--------------------------
@@ -718,7 +718,7 @@ manually and dynamically added information.
`*` in lieu of any VN or UN address, in which case all registrations will
match.
-.. _Other-VNC-Related-Commands:
+.. _other-vnc-related-commands:
Other VNC-Related Commands
==========================
@@ -816,7 +816,7 @@ related information:
Print the number of memory items allocated by the NVA.
-.. _Example-VNC-and-VNC-GW-Configurations:
+.. _example-vnc-and-vnc-gw-configurations:
Example VNC and VNC-GW Configurations
=====================================