aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/lmbench/lmbench/0001-doc-Fix-typos-in-manual-pages.patch
blob: b960a7d19fd0789fd7cb30340aaea4fae29b2b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
From a8d86a2d994a008dab3c3ecad65528c0e5fc2cba Mon Sep 17 00:00:00 2001
From: He Zhe <zhe.he@windriver.com>
Date: Fri, 22 Jan 2021 11:22:48 +0800
Subject: [PATCH] doc: Fix typos in manual pages

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
Upstream-Status: Pending

 doc/bw_mem.8     | 2 +-
 doc/lat_fcntl.8  | 2 +-
 doc/lat_fifo.8   | 2 +-
 doc/lat_http.8   | 6 +++---
 doc/lat_select.8 | 2 +-
 doc/lat_sig.8    | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/bw_mem.8 b/doc/bw_mem.8
index 33df417..9e84d73 100644
--- a/doc/bw_mem.8
+++ b/doc/bw_mem.8
@@ -3,7 +3,7 @@
 .SH NAME
 bw_mem \- time memory bandwidth
 .SH SYNOPSIS
-.B bw_mem_cp
+.B bw_mem
 [
 .I "-P <parallelism>"
 ]
diff --git a/doc/lat_fcntl.8 b/doc/lat_fcntl.8
index cf3c93e..2e501d6 100644
--- a/doc/lat_fcntl.8
+++ b/doc/lat_fcntl.8
@@ -3,7 +3,7 @@
 .SH NAME
 lat_fcntl \- fcntl file locking benchmark
 .SH SYNOPSIS
-.B lat_ctx 
+.B lat_fcntl
 [
 .I "-P <parallelism>"
 ]
diff --git a/doc/lat_fifo.8 b/doc/lat_fifo.8
index 65e5a08..90bc900 100644
--- a/doc/lat_fifo.8
+++ b/doc/lat_fifo.8
@@ -3,7 +3,7 @@
 .SH NAME
 lat_fifo \- FIFO benchmark
 .SH SYNOPSIS
-.B lat_ctx 
+.B lat_fifo
 [
 .I "-P <parallelism>"
 ]
diff --git a/doc/lat_http.8 b/doc/lat_http.8
index a4bb459..99c5d4a 100644
--- a/doc/lat_http.8
+++ b/doc/lat_http.8
@@ -1,9 +1,9 @@
 .\" $Id$
-.TH LAT_FCNTL 8 "$Date$" "(c)1994-2000 Carl Staelin and Larry McVoy" "LMBENCH"
+.TH LAT_HTTP 8 "$Date$" "(c)1994-2000 Carl Staelin and Larry McVoy" "LMBENCH"
 .SH NAME
-lat_fcntl \- fcntl file locking benchmark
+lat_http \- http GET request latency
 .SH SYNOPSIS
-.B lat_ctx 
+.B lat_http
 [
 .I "-d"
 ]
diff --git a/doc/lat_select.8 b/doc/lat_select.8
index 03f83bf..e13499f 100644
--- a/doc/lat_select.8
+++ b/doc/lat_select.8
@@ -3,7 +3,7 @@
 .SH NAME
 lat_select \- select benchmark
 .SH SYNOPSIS
-.B lat_ctx 
+.B lat_select
 [
 .I "-P <parallelism>"
 ]
diff --git a/doc/lat_sig.8 b/doc/lat_sig.8
index 91baf78..19a8838 100644
--- a/doc/lat_sig.8
+++ b/doc/lat_sig.8
@@ -3,7 +3,7 @@
 .SH NAME
 lat_sig \- select benchmark
 .SH SYNOPSIS
-.B lat_ctx 
+.B lat_sig
 [
 .I "-P <parallelism>"
 ]
-- 
2.17.1