Commit Message
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
README | 2 +-
main.c | 4 ++--
man/alfred.8 | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
Comments
On Wednesday 16 September 2015 15:01:49 Ulrich Ölmann wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
> README | 2 +-
> main.c | 4 ++--
> man/alfred.8 | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
Applied in revision 244b3ff.
Thanks,
Simon
@@ -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
@@ -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");
@@ -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