Blame SOURCES/rt-tests-oslat.8-Remove-the-argument-of-bias.patch

1043e6
From d2ded8b1e863d3c7fd47e3f9a875fb9e6968ff61 Mon Sep 17 00:00:00 2001
1043e6
From: Oscar Shiang <oscar0225@livemail.tw>
1043e6
Date: Thu, 30 Dec 2021 21:41:58 +0800
1043e6
Subject: [PATCH 2/2] rt-tests: oslat.8: Remove the argument of --bias
1043e6
1043e6
The option --bias does not require an argument and the bias should
1043e6
be estimated later.
1043e6
1043e6
There is no need to provide USEC to --bias option.
1043e6
1043e6
Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>
1043e6
Signed-off-by: John Kacur <jkacur@redhat.com>
1043e6
1043e6
diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8
1043e6
index 4b28abd24425..39b36df0db3f 100644
1043e6
--- a/src/oslat/oslat.8
1043e6
+++ b/src/oslat/oslat.8
1043e6
@@ -18,7 +18,7 @@ TSC information and measuring the time frequently during the process.
1043e6
 .B \-b, \-\-bucket-size=N
1043e6
 Specify the number of the buckets (4-1024).
1043e6
 .TP
1043e6
-.B \-B, \-\-bias=USEC
1043e6
+.B \-B, \-\-bias
1043e6
 Add a bias to all the buckets using the estimated mininum.
1043e6
 .TP
1043e6
 .B \-c, \-\-cpu-list=CPULIST
1043e6
-- 
1043e6
2.27.0
1043e6