From patchwork Mon Oct 15 10:02:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17504 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id AF12380FE7; Mon, 15 Oct 2018 12:02:13 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="ZLbqngig"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id F24C780171 for ; Mon, 15 Oct 2018 12:02:11 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593CE50EE00000000000002FB.dip0.t-ipconnect.de [IPv6:2003:c5:93ce:50ee::2fb]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 002611100E7; Mon, 15 Oct 2018 12:02:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1539597731; bh=v6A50YMA9hrIO/GE0/G8dJeJWw9rcseGQN81mYwz+/Y=; h=From:To:Cc:Subject:Date:From; b=ZLbqngigLrVolgkBigTzCokNW/qn6qDBlHMGPDaHBavuIjCEEvkM/SLMEy0ImrDZB ps0NxM1iLe0HfWLNgmeoXJ/uk98n0/cJuRWX9d8yar+HF+gTbnBPEWvsYljzUy5Km2 qBsWzZib1IuGF09q/sOeq/BTvowy2S2sE9SzkvGU= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 15 Oct 2018 12:02:01 +0200 Message-Id: <20181015100201.17348-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 Subject: [B.A.T.M.A.N.] [PATCH] batctl: Fix minor typos in manpage X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Signed-off-by: Sven Eckelmann --- man/batctl.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/batctl.8 b/man/batctl.8 index d5fc5302ffd5d6a5ab1dfcb164c57a9f7f8e398f..3e210281fcf4d5d3c1d76b1f9c02459f4828979e 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -338,7 +338,7 @@ given batctl will not replace the MAC addresses with bat\-host names in the outp This command starts a throughput test entirely controlled by batman module in kernel space: the computational resources needed to align memory and copy data between user and kernel space that are required by other user space tools may -represent a bootleneck on some low profile device. +represent a bottleneck on some low profile device. The test consist of the transfer of 14 MB of data between the two nodes. The protocol used to transfer the data is somehow similar to TCP, but simpler: some @@ -346,9 +346,9 @@ TCP features are still missing, thus protocol performances could be worst. Since a fixed amount of data is transferred the experiment duration depends on the network conditions. The experiment can be interrupted with CTRL + C. At the end of a successful experiment the throughput in KBytes per second is returned, -togheter with the experiment duration in millisecond and the amount of bytes +together with the experiment duration in millisecond and the amount of bytes transferred. If too many packets are lost or the specified MAC address is not -reachable, a message notifing the error is returned instead of the result. +reachable, a message notifying the error is returned instead of the result. .RE .br .SH FILES