]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Correct some words
authoranlan_cs <vic.lan@pica8.com>
Tue, 28 Feb 2023 07:52:06 +0000 (15:52 +0800)
committeranlan_cs <vic.lan@pica8.com>
Mon, 6 Mar 2023 09:12:50 +0000 (17:12 +0800)
Note that `ASNUM` in table, it is missing right parenthesis for
`(1-4294967295)`. So, adjust this table.

And correct other words for doc.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
doc/developer/cli.rst
doc/developer/workflow.rst
doc/user/bgp.rst

index 2a08531bd742c3ea3499056f5df600cc8e37d748..61b9cf6acb53ddd9a0554429bb72ac520ac7bfa3 100644 (file)
@@ -177,29 +177,29 @@ parser, but this is merely a dumb copy job.
 
 Here is a brief summary of the various token types along with examples.
 
-+-----------------+-------------------------+-------------------------------------------------------+
-| Token type      | Syntax                  | Description                                           |
-+=================+=========================+=======================================================+
-| ``WORD``        | ``show ip bgp``         | Matches itself. In the example every token is a WORD. |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``IPV4``        | ``A.B.C.D``             | Matches an IPv4 address.                              |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``IPV6``        | ``X:X::X:X``            | Matches an IPv6 address.                              |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``IPV4_PREFIX`` | ``A.B.C.D/M``           | Matches an IPv4 prefix in CIDR notation.              |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``IPV6_PREFIX`` | ``X:X::X:X/M``          | Matches an IPv6 prefix in CIDR notation.              |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``MAC``         | ``X:X:X:X:X:X``         | Matches a 48-bit mac address.                         |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``MAC_PREFIX``  | ``X:X:X:X:X:X/M``       | Matches a 48-bit mac address with a mask.             |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``VARIABLE``    | ``FOOBAR``              | Matches anything.                                     |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``RANGE``       | ``(X-Y)``               | Matches numbers in the range X..Y inclusive.          |
-+-----------------+-------------------------+-------------------------------------------------------+
-| ``ASNUM``       | ``<A.B|(1-4294967295>`` | Matches an AS in plain or dot format.                 |
-+-----------------+-------------------------+-------------------------------------------------------+
++-----------------+--------------------------+-------------------------------------------------------+
+| Token type      | Syntax                   | Description                                           |
++=================+==========================+=======================================================+
+| ``WORD``        | ``show ip bgp``          | Matches itself. In the example every token is a WORD. |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``IPV4``        | ``A.B.C.D``              | Matches an IPv4 address.                              |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``IPV6``        | ``X:X::X:X``             | Matches an IPv6 address.                              |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``IPV4_PREFIX`` | ``A.B.C.D/M``            | Matches an IPv4 prefix in CIDR notation.              |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``IPV6_PREFIX`` | ``X:X::X:X/M``           | Matches an IPv6 prefix in CIDR notation.              |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``MAC``         | ``X:X:X:X:X:X``          | Matches a 48-bit mac address.                         |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``MAC_PREFIX``  | ``X:X:X:X:X:X/M``        | Matches a 48-bit mac address with a mask.             |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``VARIABLE``    | ``FOOBAR``               | Matches anything.                                     |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``RANGE``       | ``(X-Y)``                | Matches numbers in the range X..Y inclusive.          |
++-----------------+--------------------------+-------------------------------------------------------+
+| ``ASNUM``       | ``<A.B|(1-4294967295)>`` | Matches an AS in plain or dot format.                 |
++-----------------+--------------------------+-------------------------------------------------------+
 
 When presented with user input, the parser will search over all defined
 commands in the current context to find a match. It is aware of the various
index 320824ec1db591cd940295d6a6082d4a9ebe32bf..9057d59492af01a874f2d69e0948fda7eb5b29fb 100644 (file)
@@ -95,7 +95,7 @@ March/July/November.  Walking backwards from this date:
    are considered lowest priority (regardless of when they were opened.)
 
  - 4 weeks earlier, the stable branch separates from master (named
-   ``dev/MAJOR.MINOR`` at this point) and tagged as ```base_X.Y``.
+   ``dev/MAJOR.MINOR`` at this point) and tagged as ``base_X.Y``.
    Master is unfrozen and new features may again proceed.
 
    Part of unfreezing master is editing the ``AC_INIT`` statement in
index 1798f1ad2a07fe5870d3feecfe09697c9dd0e005..946f0699f271cfcb55e585d067dcc94d68537048 100644 (file)
@@ -2290,7 +2290,7 @@ Numbered Community Lists
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 When number is used for BGP community list name, the number has
-special meanings. Community list number in the range from 1 and 99 is
+special meanings. Community list number in the range from 1 to 99 is
 standard community list. Community list number in the range from 100
 to 500 is expanded community list. These community lists are called
 as numbered community lists. On the other hand normal community lists