HOWTO: fix up broken formatting in logging options
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 22 Nov 2017 22:38:18 +0000 (22:38 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Thu, 23 Nov 2017 00:09:55 +0000 (00:09 +0000)
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 90f755807d041541ebd420122b6bc9fb08392df8..70f937245b667553607b15bd65ff9ec9e6931d06 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -2748,8 +2748,8 @@ Measurements and reporting
 .. option:: write_lat_log=str
 
        Same as :option:`write_bw_log`, except this option creates I/O
-       submission (e.g., `file:`name_slat.x.log`), completion (e.g.,
-       `file:`name_clat.x.log`), and total (e.g., `file:`name_lat.x.log`)
+       submission (e.g., :file:`name_slat.x.log`), completion (e.g.,
+       :file:`name_clat.x.log`), and total (e.g., :file:`name_lat.x.log`)
        latency files instead. See :option:`write_bw_log` for details about
        the filename format and `Log File Formats`_ for how data is structured
        within the files.
@@ -2757,7 +2757,7 @@ Measurements and reporting
 .. option:: write_hist_log=str
 
        Same as :option:`write_bw_log` but writes an I/O completion latency
-       histogram file (e.g., `file:`name_hist.x.log`) instead. Note that this
+       histogram file (e.g., :file:`name_hist.x.log`) instead. Note that this
        file will be empty unless :option:`log_hist_msec` has also been set.
        See :option:`write_bw_log` for details about the filename format and
        `Log File Formats`_ for how data is structured within the file.
@@ -2765,7 +2765,7 @@ Measurements and reporting
 .. option:: write_iops_log=str
 
        Same as :option:`write_bw_log`, but writes an IOPS file (e.g.
-       `file:`name_iops.x.log`) instead. See :option:`write_bw_log` for
+       :file:`name_iops.x.log`) instead. See :option:`write_bw_log` for
        details about the filename format and `Log File Formats`_ for how data
        is structured within the file.