From 982589a31a76e2a043f10d7ccbc31cc7183540ca Mon Sep 17 00:00:00 2001 From: Dinesh Dutt Date: Tue, 7 May 2019 21:03:25 -0400 Subject: [PATCH] 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 --- doc/user/basic.rst | 4 ++-- doc/user/static.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5