From patchwork Thu Sep 1 16:01:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 16671 X-Patchwork-Delegate: sven@narfation.org 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 9806382D91; Thu, 1 Sep 2016 18:01:41 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=narfation.org Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=iYmUH0N2; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2001:4d88:2000:7::2; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=pass header.from=narfation.org Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) by open-mesh.org (Postfix) with ESMTPS id 7825681BA3 for ; Thu, 1 Sep 2016 18:01:39 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p579E66FE.dip0.t-ipconnect.de [87.158.102.254]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id A9C701100B0; Thu, 1 Sep 2016 18:01:38 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1472745698; bh=S0cybV84h9FKroS9KU+ZzwBqZhfEhLWtUf6gQJg/kgw=; h=From:To:Cc:Subject:Date:From; b=iYmUH0N20NzKCi6aX0KkJYmctT/DWIu5pVica9C4LRCaG42XKlatjCwR+6SGI/eBy aT05PyntQZsFLjJIX3DSfj+d/MYB99KStJJr6qr86+cY9Rzts5M/WaxwpBb1c1k9NF k/F/5paX6M4vYXCpiJIZTRtZLUt0bM6+cnCAeYJs= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 1 Sep 2016 18:01:33 +0200 Message-Id: <20160901160134.15593-1-sven@narfation.org> X-Mailer: git-send-email 2.9.3 Subject: [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix minor typos in manpage X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 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" * s/criterias/criteria/ * s/succesful/successful/ Signed-off-by: Sven Eckelmann --- man/batctl.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/batctl.8 b/man/batctl.8 index 8bac727..17549c0 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -129,7 +129,7 @@ examples: 5000 \-> 5.0/1.0 MBit 5mbit/1mbit .RE .RS 7 -If the node is a gateway client the parameter will decide which criterias to consider when the batman-adv module has to choose +If the node is a gateway client the parameter will decide which criteria to consider when the batman-adv module has to choose between different internet connections announced by the aforementioned servers. .RE .RS 17 @@ -337,7 +337,7 @@ protocol used to transfer the data is somehow similar to TCP, but simpler: some 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 succesful experiment the throughput in KBytes per second is returned, +of a successful experiment the throughput in KBytes per second is returned, togheter 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.