From patchwork Thu Apr 19 20:36:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1770 Return-Path: Received: from nm11-vm0.bullet.mail.ukl.yahoo.com (nm11-vm0.bullet.mail.ukl.yahoo.com [217.146.183.244]) by open-mesh.org (Postfix) with SMTP id 463E46007A9 for ; Thu, 19 Apr 2012 22:37:07 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.211] by nm11.bullet.mail.ukl.yahoo.com with NNFMP; 19 Apr 2012 20:37:07 -0000 Received: from [217.146.183.25] by tm4.bullet.mail.ukl.yahoo.com with NNFMP; 19 Apr 2012 20:37:07 -0000 Received: from [127.0.0.1] by smtp156.mail.ukl.yahoo.com with NNFMP; 19 Apr 2012 20:37:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1334867827; bh=W+IJnyPq/EqZN26YU6YQVB9MGE/zbtIfwIOSfRUxMwQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=Q/nM5QAPOtUkyRBoHKLOhSI9UAferIU7SUZsYZKdLZ8OG332Z020qKfM6bDALfO01NqhWRnbwTZJ+dCnt+kNGfAIq5G7ep24oMtt/7jXM+MxyDDoA5i17/Ff1rJvjbr9eoRvJWmhfSTOVaRe13wdP9uvkproHl++sjjjFEJCsYs= X-Yahoo-Newman-Id: 71710.68136.bm@smtp156.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 8qDvQ8kVM1mF1VnLKdBbnHAay1Wxr4m3Oyb.lm_E6iVSWHG wjpGda.3OpRIpzOn2tPi81XEkmuuiuKcCXk1Ya7ssrixkCtvYjVz_km.GSRu qu9BhXRIr8isaZsM9bdp1UqKLY1UMKBxrCx8.cGVgO7Voj8xqKChiIbUSQzP iPNASraXii0da4IHn_RLuEaItS0cGssLXh7eg_UIX_MWaiFl3AWVtN9k3p3y T2PwNriyuLa6m7TSjS.tRaY9wd4RNv3geFc37Pb2RaBDOizekdAFjLS0fsfg CORhB1Kq_FFzhp0M1vIycM7j.x.gr75cErWZZSv.0ZygjoplqwjhUB3J7sfO csL4OxDrkcDAbcooLa32bm4pCzVqGt9uWmkf609In7KfUQQQNrPNb_SGVG3G jO53CBA-- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@210.177.7.38 with plain) by smtp156.mail.ukl.yahoo.com with SMTP; 19 Apr 2012 13:37:06 -0700 PDT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 20 Apr 2012 04:36:49 +0800 Message-Id: <1334867810-12487-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batctl: fix man page originator entry X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 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: Thu, 19 Apr 2012 20:37:07 -0000 Reported-by: Jo-Philipp Wich Signed-off-by: Marek Lindner --- man/batctl.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/batctl.8 b/man/batctl.8 index 036412b..4f2e1c6 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -59,7 +59,7 @@ protocol. If no parameter is given or the first parameter is neither "add" nor "del" the current interface settings are displayed. In order to add or delete interfaces specify "add" or "del" as first argument and append the interface names you wish to add or delete. .br .IP "\fBoriginators\fP|\fBo\fP [\fB\-w\fP [\fI\interval\fP]][\fB\-n\fP][\fB\-t\fP]" -Once started batctl will display the list of announced gateways in the network. Use the "\-w" option to let batctl refresh the list every second or add a number to let it refresh at a custom interval in seconds (with optional decimal places). If "\-n" is given batctl will not replace the MAC addresses with bat\-host names in the output. The "\-t" option filters all originators that have not been seen for the specified amount of seconds (with optional decimal places) from the output. +Once started batctl will display the list of announced originators in the network. Use the "\-w" option to let batctl refresh the list every second or add a number to let it refresh at a custom interval in seconds (with optional decimal places). If "\-n" is given batctl will not replace the MAC addresses with bat\-host names in the output. The "\-t" option filters all originators that have not been seen for the specified amount of seconds (with optional decimal places) from the output. .br .IP "\fBinterval\fP|\fBit\fP [\fBorig_interval\fP]" If no parameter is given the current originator interval setting is displayed otherwise the parameter is used to set the originator interval. The interval is in units of milliseconds.