batctl: fix man page originator entry

Message ID 1334867810-12487-1-git-send-email-lindner_marek@yahoo.de (mailing list archive)
State Accepted, archived
Commit 25df17aa4da33cb101da7fdc749d7a1b4f05505d
Headers

Commit Message

Marek Lindner April 19, 2012, 8:36 p.m. UTC
  Reported-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 man/batctl.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
  

Comments

Marek Lindner April 22, 2012, 7:24 a.m. UTC | #1
On Friday, April 20, 2012 04:36:49 Marek Lindner wrote:
> Reported-by: Jo-Philipp Wich <jow@openwrt.org>
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
>  man/batctl.8 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied in revision 25df17a.

Regards,
Marek
  

Patch

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.