From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4B8FA44B.3020808@tiwoc.de> Date: Thu, 04 Mar 2010 13:15:07 +0100 From: Daniel Seither MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [B.A.T.M.A.N.] [PATCH] batctl: include ping -R in manpage 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: , To: The list for a Better Approach To Mobile Ad-hoc Networking This patch adds documentation for the ping -R option to the batctl manpage. Signed-off-by: Daniel Seither --- Index: batctl/man/batctl.8 =================================================================== --- batctl/man/batctl.8 (revision 1579) +++ batctl/man/batctl.8 (working copy) @@ -126,14 +126,15 @@ Otherwise the parameter is used to enable or disable packet aggregation. .br -.IP "\fBping\fP|\fBp\fP [\fB\-c \fP\fIcount\fP][\fB\-i \fP\fIinterval\fP][\fB\-t \fP\fItime\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" +.IP "\fBping\fP|\fBp\fP [\fB\-c \fP\fIcount\fP][\fB\-i \fP\fIinterval\fP][\fB\-t \fP\fItime\fP][\fB\-R\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" Layer 2 ping of a MAC address or bat\-host name. batctl will try to find the bat\-host name if the given parameter was not a MAC address. The "\-c" option tells batctl how man pings should be sent before the program exits. Without the "\-c" option batctl will continue pinging without end. Use CTRL + C to stop it. With "\-i" and "\-t" you can set the default interval between pings and the timeout time -for replies, both in seconds. +for replies, both in seconds. When run with "\-R", the route taken by +the ping messages will be recorded. .br .IP "\fBtraceroute\fP|\fBtr\fP [\fB\-n\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" Layer 2 traceroute to a MAC address or bat\-host name. batctl will try