From: Dinesh Dutt Date: Wed, 8 May 2019 01:03:25 +0000 (-0400) Subject: doc: Modify documentation to reflect new configure changes X-Git-Tag: base_7.2~376^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=982589a31a76e2a043f10d7ccbc31cc7183540ca;p=matthieu%2Ffrr.git doc: Modify documentation to reflect new configure changes This is the document changes to reflect the configure option making `terminal` optional. Signed-off-by: Dinesh Dutt --- diff --git a/doc/user/basic.rst b/doc/user/basic.rst index 8fbea29ee7..f55b1b9d73 100644 --- a/doc/user/basic.rst +++ b/doc/user/basic.rst @@ -287,8 +287,8 @@ Terminal Mode Commands Write current configuration to configuration file. -.. index:: configure terminal -.. clicmd:: configure terminal +.. index:: configure [terminal] +.. clicmd:: configure [terminal] Change to configuration mode. This command is the first step to configuration. diff --git a/doc/user/static.rst b/doc/user/static.rst index 1705b6379e..09bdc9cbea 100644 --- a/doc/user/static.rst +++ b/doc/user/static.rst @@ -123,7 +123,7 @@ but this time, the route command will apply to the VRF. .. code-block:: frr # case with VRF - configure terminal + configure vrf r1-cust1 ip route 10.0.0.0/24 10.0.0.2 exit-vrf