From patchwork Sat Jan 2 17:51:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 5215 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by open-mesh.net (Postfix) with SMTP id 7E5F515416F for ; Sat, 2 Jan 2010 18:10:09 +0000 (UTC) Received: (qmail invoked by alias); 02 Jan 2010 17:52:07 -0000 Received: from p57AA0F56.dip0.t-ipconnect.de (EHLO localhost) [87.170.15.86] by mail.gmx.net (mp031) with SMTP; 02 Jan 2010 18:52:07 +0100 X-Authenticated: #15668376 X-Provags-ID: V01U2FsdGVkX1/QGloFkkvQTktBiJtZ1zIjeaqML/Z+uW0EkrdhLs N9fqrTMNC5cuVH From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.net Date: Sat, 2 Jan 2010 18:51:46 +0100 Message-Id: <1262454706-6137-4-git-send-email-sven.eckelmann@gmx.de> X-Mailer: git-send-email 1.6.5.7 In-Reply-To: <1262454706-6137-1-git-send-email-sven.eckelmann@gmx.de> References: <1262454706-6137-1-git-send-email-sven.eckelmann@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Subject: [B.A.T.M.A.N.] [PATCH 3/3] batman: Correct typographical errors detected by lintian X-BeenThere: b.a.t.m.a.n@lists.open-mesh.net X-Mailman-Version: 2.1.11 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking 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: Sat, 02 Jan 2010 18:10:09 -0000 Debian's Lintian detected different smaller typographical errors in the source code and manpages of batctl. * seperate -> separate * orginator -> originator * modus -> mode * deamon -> daemon Signed-off-by: Sven Eckelmann --- batman/man/batmand.8 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/batman/man/batmand.8 b/batman/man/batmand.8 index 8801a33..dd2c970 100644 --- a/batman/man/batmand.8 +++ b/batman/man/batmand.8 @@ -66,7 +66,7 @@ Note that debug level 5 can be disabled at compile time. .RE .TP .B \-g gateway class -The gateway class is used to tell other nodes in the network your available internet bandwidth. Just enter any number (optionally followed by "kbit" or "mbit") and the daemon will guess your appropriate gateway class. Use "/" to seperate the down\(hy and upload rates. You can omit the upload rate and batmand will assume an upload of download / 5. +The gateway class is used to tell other nodes in the network your available internet bandwidth. Just enter any number (optionally followed by "kbit" or "mbit") and the daemon will guess your appropriate gateway class. Use "/" to separate the down\(hy and upload rates. You can omit the upload rate and batmand will assume an upload of download / 5. .RS 17 default: 0 \-> gateway disabled .RE @@ -85,7 +85,7 @@ allowed values: 5000 .TP .B \-H verbose help .TP -.B \-o orginator interval in ms +.B \-o originator interval in ms A node transmits broadcast messages (we call them originator message or OGM) to inform the neighboring nodes about it's existence. Originator interval is the time to wait after sending one message and before sending the next message. The default value is 1000 ms (1 second). In a mobile network, you may want to detect network changes very quickly, so you need to send message very often, for example, use a value of 500 ms. @@ -93,10 +93,10 @@ In a static network, you can save bandwidth by using a higher value. This option is only available in daemon mode. .TP .B \-p preferred gateway -Set the internet gateway by yourself. Note: This automatically switches your daemon to "internet search modus" with "\-r 1" unless "\-r" is given. If the preferred gateway is not found the gateway selection will use the current routing class to choose a gateway. +Set the internet gateway by yourself. Note: This automatically switches your daemon to "internet search mode" with "\-r 1" unless "\-r" is given. If the preferred gateway is not found the gateway selection will use the current routing class to choose a gateway. .TP .B \-r routing class -The routing class can be set to four values \(hy it enables "internet search modus". The deamon will choose an internet gateway based on certain criteria (unless "\-p" is specified): +The routing class can be set to four values \(hy it enables "internet search mode". The daemon will choose an internet gateway based on certain criteria (unless "\-p" is specified): .RS 17 default: 0 \-> set no default route .RE