From: Paul Vinciguerra Date: Fri, 3 Apr 2020 03:50:25 +0000 (-0400) Subject: docs: fix missing quotes in ubuntu install instructions X-Git-Tag: v21.01-rc2~3 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=da45810ce92dd69dfaf0ac933fb6ed81cf2ed86c;p=vpp.git docs: fix missing quotes in ubuntu install instructions type: docs Change-Id: Ifa09b63924f4b7bf2719bba6ada0e1122407641c Signed-off-by: Paul Vinciguerra (cherry picked from commit ac9a585c6207ac876025f924aeb96ddcac8c8805) --- diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst index 98d73541c4e..2521b6d2790 100644 --- a/docs/gettingstarted/installing/ubuntu.rst +++ b/docs/gettingstarted/installing/ubuntu.rst @@ -1,11 +1,11 @@ .. _ubuntu: .. toctree:: - -Ubuntu 18.04 - Setup the FD.io Repository -========================================== -Choose one of the following releases to install. +Ubuntu - Setup the FD.io Repository +=================================== + +Choose one of the following releases to install. Update the OS ----------------------- @@ -85,4 +85,4 @@ Uninstall the packages by running the following command: .. code-block:: console - sudo apt-get remove --purge vpp* + sudo apt-get remove --purge "vpp*"