From patchwork Wed Sep 16 13:01:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ulrich_=C3=96lmann?= X-Patchwork-Id: 4719 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=92.198.50.35; helo=metis.ext.pengutronix.de; envelope-from=uol@pengutronix.de; receiver=b.a.t.m.a.n@lists.open-mesh.org X-Greylist: delayed 914 seconds by postgrey-1.35 at open-mesh.org; Wed, 16 Sep 2015 15:17:14 CEST Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [92.198.50.35]) by open-mesh.org (Postfix) with ESMTPS id 1C5A980109 for ; Wed, 16 Sep 2015 15:17:13 +0200 (CEST) Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZcCLX-0001Ia-Qm; Wed, 16 Sep 2015 15:01:59 +0200 Received: from uol by dude.hi.pengutronix.de with local (Exim 4.86) (envelope-from ) id 1ZcCLX-0004Ol-Jz; Wed, 16 Sep 2015 15:01:59 +0200 From: =?UTF-8?q?Ulrich=20=C3=96lmann?= To: b.a.t.m.a.n@lists.open-mesh.org Date: Wed, 16 Sep 2015 15:01:49 +0200 Message-Id: <1442408509-14706-1-git-send-email-u.oelmann@pengutronix.de> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: uol@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] [PATCH] alfred: Fix typos 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: , X-List-Received-Date: Wed, 16 Sep 2015 13:17:14 -0000 Signed-off-by: Ulrich Ölmann --- README | 2 +- main.c | 4 ++-- man/alfred.8 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 938a275..6bbf915 100644 --- a/README +++ b/README @@ -74,7 +74,7 @@ list of options, run alfred -h): the system (default: bat0). use 'none' to disable the batman-adv based best server selection -m, --master start up the daemon in master mode, which - accepts data from slaves and synces it with + accepts data from slaves and syncs it with other masters The -b option is optional, and only needed if you run alfred on a batman-adv diff --git a/main.c b/main.c index db1f8b0..452d9ae 100644 --- a/main.c +++ b/main.c @@ -50,13 +50,13 @@ static void alfred_usage(void) printf(" -I, --change-interface [interface] change to the specified interface(s)\n"); printf("\n"); printf("server mode options:\n"); - printf(" -i, --interface specify the interface (or comma separated list of interfaes) to listen on\n"); + printf(" -i, --interface specify the interface (or comma separated list of interfaces) to listen on\n"); printf(" -b specify the batman-adv interface\n"); printf(" configured on the system (default: bat0)\n"); printf(" use 'none' to disable the batman-adv\n"); printf(" based best server selection\n"); printf(" -m, --master start up the daemon in master mode, which\n"); - printf(" accepts data from slaves and synces it with\n"); + printf(" accepts data from slaves and syncs it with\n"); printf(" other masters\n"); printf("\n"); printf(" -u, --unix-path [path] path to unix socket used for client-server\n"); diff --git a/man/alfred.8 b/man/alfred.8 index e21bb55..95241a7 100644 --- a/man/alfred.8 +++ b/man/alfred.8 @@ -90,7 +90,7 @@ Change the alfred server to use the new \fBinterface\fP(s) .SH SERVER OPTIONS .TP \fB\-i\fP, \fB\-\-interface\fP \fiface\fP -Specify the interface (or comma separated list of interfaes) to listen on +Specify the interface (or comma separated list of interfaces) to listen on .TP \fB\-b\fP \fIbatmanif\fP Specify the batman-adv interface configured on the system (default: bat0). @@ -102,7 +102,7 @@ batman-adv interface not called bat0, or if you don't use batman-adv at all able to find the best next master server based on metrics. .TP \fB\-m\fP, \fB\-\-master\fP -Start up the daemon in master mode, which accepts data from slaves and synces +Start up the daemon in master mode, which accepts data from slaves and syncs it with other masters. alfred servers may either run as master or slave in the network. Masters will