docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / gettingstarted / progressivevpp / twovppinstances.rst
index 7ac9b5e..eadd4e6 100644 (file)
@@ -64,7 +64,7 @@ Run a second FD.io VPP instance named: vpp2.
      __/ __/ _ \  (_)__    | | / / _ \/ _ \
      _/ _// // / / / _ \   | |/ / ___/ ___/
      /_/ /____(_)_/\___/   |___/_/  /_/
-    
+
     vpp# show version
     vpp v18.07-release built by root on c469eba2a593 at Mon Jul 30 23:27:03 UTC 2018
     vpp# quit
@@ -104,7 +104,7 @@ run/vpp/memif-vpp1vpp2 socket file
    vpp# create interface memif id 0 slave
 
 This will create an interface on vpp2 memif0/0 using /run/vpp/memif as
-its socket file. The role of vpp1 for this memif interface is 'slave'.
+its socket file. The role of vpp2 for this memif interface is 'slave'.
 
 Use your previously used skills to:
 
@@ -121,7 +121,7 @@ Ping 10.10.2.2 from vpp1
 
 .. code-block:: console
 
-    $ ping 10.10.2.2 
+    $ ping 10.10.2.2
 
 Ping 10.10.2.1 from vpp2