From: Jens Axboe Date: Fri, 1 Dec 2017 02:17:38 +0000 (-0700) Subject: Documentation cleanup X-Git-Tag: fio-3.3~38 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c32ba107891e7dcd7ced0de16b0f85f432b5d0a5 Documentation cleanup - Space at end-of-line for the significant_figures change - > 80 char line section in HOWTO Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index dc99e998..cd0fcf34 100644 --- a/HOWTO +++ b/HOWTO @@ -2950,20 +2950,20 @@ Measurements and reporting .. option:: percentile_list=float_list - Overwrite the default list of percentiles for completion latencies and the - block error histogram. Each number is a floating number in the range - (0,100], and the maximum length of the list is 20. Use ``:`` to separate the - numbers, and list the numbers in ascending order. For example, - ``--percentile_list=99.5:99.9`` will cause fio to report the values of - completion latency below which 99.5% and 99.9% of the observed latencies - fell, respectively. + Overwrite the default list of percentiles for completion latencies and + the block error histogram. Each number is a floating number in the + range (0,100], and the maximum length of the list is 20. Use ``:`` to + separate the numbers, and list the numbers in ascending order. For + example, ``--percentile_list=99.5:99.9`` will cause fio to report the + values of completion latency below which 99.5% and 99.9% of the observed + latencies fell, respectively. .. option:: significant_figures=int - If using :option:`--output-format` of `normal`, set the significant figures - to this value. Higher values will yield more precise IOPS and throughput - units, while lower values will round. Requires a minimum value of 1 and a - maximum value of 10. Defaults to 4. + If using :option:`--output-format` of `normal`, set the significant + figures to this value. Higher values will yield more precise IOPS and + throughput units, while lower values will round. Requires a minimum + value of 1 and a maximum value of 10. Defaults to 4. Error handling diff --git a/fio.1 b/fio.1 index 01b4db6f..804ee47c 100644 --- a/fio.1 +++ b/fio.1 @@ -2639,9 +2639,9 @@ completion latency below which 99.5% and 99.9% of the observed latencies fell, respectively. .TP .BI significant_figures \fR=\fPint -If using \fB\-\-output\-format\fR of `normal', set the significant figures -to this value. Higher values will yield more precise IOPS and throughput -units, while lower values will round. Requires a minimum value of 1 and a +If using \fB\-\-output\-format\fR of `normal', set the significant figures +to this value. Higher values will yield more precise IOPS and throughput +units, while lower values will round. Requires a minimum value of 1 and a maximum value of 10. Defaults to 4. .SS "Error handling" .TP