From: Sitsofe Wheeler Date: Wed, 22 Nov 2017 22:38:18 +0000 (+0000) Subject: HOWTO: fix up broken formatting in logging options X-Git-Tag: fio-3.3~67^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=77b7e6752136ad98599ef7c38db0d8d5d99147d5 HOWTO: fix up broken formatting in logging options Signed-off-by: Sitsofe Wheeler --- diff --git a/HOWTO b/HOWTO index 90f75580..70f93724 100644 --- 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.