From: Sitsofe Wheeler Date: Fri, 23 Jun 2017 22:31:52 +0000 (+0100) Subject: HOWTO: add some markup X-Git-Tag: fio-2.99~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dbb257bbe105fdd31ac07ad59a76faf42761db80 HOWTO: add some markup Signed-off-by: Sitsofe Wheeler --- diff --git a/HOWTO b/HOWTO index 742e0d26..64f67eab 100644 --- 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::