From: Steven Noonan Date: Wed, 22 Jun 2011 07:47:09 +0000 (+0200) Subject: man page: fix incorrect description for disable_clat option X-Git-Tag: fio-1.56~32 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c95f9dafbb38218fda0fd2e4ba86895717a4c31a man page: fix incorrect description for disable_clat option Signed-off-by: Steven Noonan Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index ad5040b3..2ae4cf2e 100644 --- a/fio.1 +++ b/fio.1 @@ -823,7 +823,7 @@ really high IOPS rates. Note that to really get rid of a large amount of these calls, this option must be used with disable_slat and disable_bw as well. .TP .B disable_clat \fR=\fPbool -Disable measurements of submission latency numbers. See \fBdisable_lat\fR. +Disable measurements of completion latency numbers. See \fBdisable_lat\fR. .TP .B disable_slat \fR=\fPbool Disable measurements of submission latency numbers. See \fBdisable_lat\fR.