summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Zubkov <green@qrator.net>2023-06-30 13:16:09 +0200
committerMaria Matejka <mq@ucw.cz>2023-06-30 13:17:05 +0200
commitecbae010bf057dbaf0ec46e888fb7446fee9c736 (patch)
tree4528bd374db986bd910a87f5b787b14e30e93260 /doc
parentccfa48a24aea64d1a844fb97cfe15965197c0908 (diff)
Fixed a typo in documentation
The problem was the "/" symbol in the prefix mask that finished the formatting definition prematurely.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 8041faa9..6a818330 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -5370,8 +5370,8 @@ as the destination becomes adjacent again.
(i.e., they can be used multiple times for a route, one time for each nexthop).
Syntactically, they are not separate options but just parts of <cf/route/
statement after each <cf/via/ statement, not separated by semicolons. E.g.,
-statement <cf/route 10.0.0.0/8 via 192.0.2.1 bfd weight 1 via 192.0.2.2 weight
-2;/ describes a route with two nexthops, the first nexthop has two per-nexthop
+statement <cf>route 10.0.0.0/8 via 192.0.2.1 bfd weight 1 via 192.0.2.2 weight
+2;</cf> describes a route with two nexthops, the first nexthop has two per-nexthop
options (<cf/bfd/ and <cf/weight 1/), the second nexthop has just <cf/weight 2/.
<descrip>