From cc4345d43801984858820c625f446fe13f4c8ba1 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sun, 28 Oct 2018 16:19:36 +0000 Subject: [PATCH] doc: use correct specifier for code block Signed-off-by: Quentin Young --- doc/user/zebra.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 14b78f8776..c509eb8583 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -383,7 +383,7 @@ alternate name for default VRF. Then, the default VRF naming will automatically be updated with the new name. To illustrate, if you want to recompile with `global` value, use the following command: -.. code-block:: linux +.. code-block:: shell ./configure --with-defaultvrfname=global -- 2.39.5