HOWTO: add some markup
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 23 Jun 2017 22:31:52 +0000 (23:31 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 26 Jun 2017 22:46:46 +0000 (23:46 +0100)
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 742e0d26d15781fae80982aa8bd5b6af93bc0357..64f67eab532925c90b553348e8f011ba64472d2b 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -3496,7 +3496,7 @@ Start the server on the machine which has access to the storage DUT::
 
        fio --server=args
 
-where args defines what fio listens to. The arguments are of the form
+where `args` defines what fio listens to. The arguments are of the form
 ``type,hostname`` or ``IP,port``. *type* is either ``ip`` (or ip4) for TCP/IP
 v4, ``ip6`` for TCP/IP v6, or ``sock`` for a local unix domain socket.
 *hostname* is either a hostname or IP address, and *port* is the port to listen
@@ -3524,7 +3524,7 @@ to (only valid for TCP/IP, not a local socket). Some examples:
 
 6) ``fio --server=sock:/tmp/fio.sock``
 
-   Start a fio server, listening on the local socket /tmp/fio.sock.
+   Start a fio server, listening on the local socket :file:`/tmp/fio.sock`.
 
 Once a server is running, a "client" can connect to the fio server with::