docs: add useful debug CLI

Change-Id: I5ef9ecd741f1623ae1b7a23fa0a4fa6db7e243a3
Signed-off-by: Scott Keeler <skeeler@cisco.com>
diff --git a/docs/reference/cmdreference/vhost/index.rst b/docs/reference/cmdreference/vhost/index.rst
index 3e41718..d1cce23 100644
--- a/docs/reference/cmdreference/vhost/index.rst
+++ b/docs/reference/cmdreference/vhost/index.rst
@@ -1,5 +1,7 @@
 .. _vhostcommands:
 
+.. note:: For a complete list of CLI Debug commands refer to the Debug CLI section of the `Source Code Documents <https://docs.fd.io/vpp/18.07/clicmd.html>`_ .
+
 Vhost User Commands
 ===================
 
diff --git a/docs/reference/cmdreference/vhost/vhostuser.rst b/docs/reference/cmdreference/vhost/vhostuser.rst
index a21c314..8b34ec6 100644
--- a/docs/reference/cmdreference/vhost/vhostuser.rst
+++ b/docs/reference/cmdreference/vhost/vhostuser.rst
@@ -1,7 +1,9 @@
-.. _vhostusercommands:
+.. vhost:
 
 .. toctree::
 
+.. note:: For a complete list of CLI Debug commands refer to the Debug CLI section of the `Source Code Documents <https://docs.fd.io/vpp/18.07/clicmd.html>`_ .
+
 .. _createvhostuser:
 
 Create Vhost-User
@@ -13,7 +15,7 @@
 
 There are several parameters associated with a vHost interface:
 
--  **socket <socket-filename>** - Name of the linux socket used by
+-  **socket <*socket-filename*>** - Name of the linux socket used by
    hypervisor and VPP to manage the vHost interface. If in '*server*'
    mode, VPP will create the socket if it does not already exist. If in
    '*client*' mode, hypervisor will create the socket if it does not
@@ -227,10 +229,10 @@
      Virtqueue 1 (RX)
       qsz 256 last_avail_idx 0 last_used_idx 0
 
- 
+
 Debug Vhost-User
 ================
-Turn on/off debug for vhost
+Turn on/off debug for vhost.
 
 
 Summary/Usage
@@ -238,8 +240,8 @@
 
 .. code-block:: shell
 
-    debug vhost-user <on | off>.
- 
+    debug vhost-user <on | off>
+
 Delete Vhost-User
 ========================
 Delete a vHost User interface using the interface name or the software
@@ -252,7 +254,7 @@
 
 .. code-block:: shell
 
-    delete vhost-user {<interface> | sw_if_index <sw_idx>}.
+    delete vhost-user {<interface> | sw_if_index <sw_idx>}
 
 Examples
 --------