blob: d49dac5b20406ce65438a8b29637ac4ba5ed8c06 [file] [log] [blame]
Andrew Geissler97771a32021-03-05 15:23:11 -06001From 9bf2b363c5173c03adecf366f116415dbc559017 Mon Sep 17 00:00:00 2001
2From: Yanfei Xu <yanfei.xu@windriver.com>
3Date: Tue, 23 Feb 2021 10:54:26 +0800
4Subject: [PATCH 1/2] doc: Fix typos in lat_unix_connect manual page
5
6Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
7---
8 doc/lat_unix_connect.8 | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
10
11diff --git a/doc/lat_unix_connect.8 b/doc/lat_unix_connect.8
12index b42e9a4..5ab1a51 100644
13--- a/doc/lat_unix_connect.8
14+++ b/doc/lat_unix_connect.8
15@@ -25,9 +25,9 @@ is a client/server program that measures interprocess
16 connection latencies. The benchmark times the creation and connection of
17 an AF_UNIX socket to a local server.
18 .LP
19-.B lat_connect
20-has three forms of usage: as a server (-s), as a client (lat_connect),
21-and as a shutdown (lat_connect -S).
22+.B lat_unix_connect
23+has three forms of usage: as a server (-s), as a client (lat_unix_connect),
24+and as a shutdown (lat_unix_connect -S).
25 .SH OUTPUT
26 The reported time is in microseconds per connection.
27 Output format is like so
28--
292.27.0
30