From a14c16674023bd6672ca49e3551c707702711050 Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Wed, 1 Aug 2018 10:38:23 -0400 Subject: docs: change code blocks from "shell" to "console" Change-Id: I136fccfc06e07fb68d11df686c59687362fb8827 Signed-off-by: John DeNisco --- docs/reference/vppvagrant/boxSetup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/reference/vppvagrant/boxSetup.rst') diff --git a/docs/reference/vppvagrant/boxSetup.rst b/docs/reference/vppvagrant/boxSetup.rst index d23033da856..374ba349458 100644 --- a/docs/reference/vppvagrant/boxSetup.rst +++ b/docs/reference/vppvagrant/boxSetup.rst @@ -82,7 +82,7 @@ __________ Once you're satisfied with your *Vagrantfile*, boot the box with: -.. code-block:: console +.. code-block:: shell $ vagrant up @@ -106,19 +106,19 @@ To confirm it is up, show the status and information of Vagrant boxes with: To poweroff your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant halt To resume your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant resume To destroy your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant destroy -- cgit 1.2.3-korg