summaryrefslogtreecommitdiffstats
path: root/tools/l2ping.1
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2002-11-16 01:44:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2002-11-16 01:44:53 +0000
commit951e7b0747a9bd29be7cf1fb886dd7a207cce1dd (patch)
treedbdb7b23d5365af70a5de0137d6ec52fc33c9cee /tools/l2ping.1
parent878f8c349c5df588e512fbc0e76dfa7baf4b26db (diff)
Add new manpages and update the old ones
Diffstat (limited to 'tools/l2ping.1')
-rw-r--r--tools/l2ping.149
1 files changed, 49 insertions, 0 deletions
diff --git a/tools/l2ping.1 b/tools/l2ping.1
new file mode 100644
index 00000000..186e5056
--- /dev/null
+++ b/tools/l2ping.1
@@ -0,0 +1,49 @@
+.TH L2PING 1 "Jan 22 2002" BlueZ "Linux System Administration"
+.SH NAME
+l2ping \- Send L2CAP echo request and receive answer
+.SH SYNOPSIS
+.B l2ping
+[
+.I -S source addr
+] [
+.I -s size
+] [
+.I -c count
+] [
+.I -f
+] <
+.I bd_addr
+>
+.SH DESCRIPTION
+.LP
+L2ping sends a L2CAP echo request to the Bluetooth MAC address
+.B bd_addr
+given in dotted hex notation.
+.SH OPTIONS
+.TP
+.I -S source addr
+Select address to be used as source address for the request.
+.TP
+.I -s size
+The
+.B size
+of the data packets to be sent.
+.TP
+.I -c count
+Send
+.B count
+number of packets then exit.
+.TP
+.I -f
+Kind of flood ping. Use with care! It reduces the delay time between packets
+to 0.
+.TP
+.I bd_addr
+The Bluetooth MAC address to be pinged in dotted hex notation like
+.B 01:02:03:ab:cd:ef
+or
+.B 01:EF:cd:aB:02:03
+.SH AUTHORS
+Written by Maxim Krasnyansky <maxk@qualcomm.com>
+.PP
+man page by Nils Faerber <nils@kernelconcepts.de>