Author: marek
Date: 2010-01-02 20:57:30 +0100 (Sat, 02 Jan 2010)
New Revision: 1530
Modified:
trunk/batctl/bisect.c
trunk/batctl/man/batctl.8
Log:
batctl: Correct typographical errors detected by lintian
Debian's Lintian detected different smaller typographical errors in the source
code and manpages of batctl.
* preceeding -> preceding
* simliar -> similar
Signed-off-by: Sven Eckelmann <sven.eckelmann(a)gmx.de>
Modified: trunk/batctl/bisect.c
===================================================================
--- trunk/batctl/bisect.c 2010-01-01 20:09:34 UTC (rev 1529)
+++ trunk/batctl/bisect.c 2010-01-02 19:57:30 UTC (rev 1530)
@@ -197,7 +197,7 @@
int i, j;
if (!curr_bat_node) {
- fprintf(stderr, "Routing table change without preceeding OGM - skipping");
+ fprintf(stderr, "Routing table change without preceding OGM - skipping");
goto err;
}
@@ -225,7 +225,7 @@
goto err;
if (list_empty(&orig_event->event_list)) {
- fprintf(stderr, "Routing table change without any preceeding OGM of that originator - skipping");
+ fprintf(stderr, "Routing table change without any preceding OGM of that originator - skipping");
goto err;
}
Modified: trunk/batctl/man/batctl.8
===================================================================
--- trunk/batctl/man/batctl.8 2010-01-01 20:09:34 UTC (rev 1529)
+++ trunk/batctl/man/batctl.8 2010-01-02 19:57:30 UTC (rev 1530)
@@ -96,7 +96,7 @@
.SH FILES
.TP
.I "\fBbat-hosts\fP"
-This file is simliar to the /etc/hosts file. You can write one mac address and one host name per line. batctl will search for bat-hosts in /etc, your home directory and the current directory. The found data is used to match mac address to your provided host name or replace mac addresses in debug output and logs. Host names are much easier to remember than mac addresses.
+This file is similar to the /etc/hosts file. You can write one mac address and one host name per line. batctl will search for bat-hosts in /etc, your home directory and the current directory. The found data is used to match mac address to your provided host name or replace mac addresses in debug output and logs. Host names are much easier to remember than mac addresses.
.SH AUTHOR
batctl was written by Andreas Langer <a.langer(a)q-dsl.de> and Marek Lindner <lindner_marek(a)yahoo.de>.
.PP
The tag, GregKH-20100101 has been created
at 6687f2045d33cb4f284e0364be724c71176d7129 (commit)
- Shortlog ------------------------------------------------------------
commit 6687f2045d33cb4f284e0364be724c71176d7129
Merge: 0d90c99 2f51b1c
Author: Andrew Lunn <andrew(a)lunn.ch>
Date: Fri Jan 1 21:17:10 2010 +0100
Merge remote branch 'origin/maint' into linux
-----------------------------------------------------------------------
--
batman-adv