summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Giunchedi <filippo@esaurito.net>2009-07-06 18:05:04 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-06 10:35:06 -0700
commitc89b94c450e03df86a3243b4df8e4d375ca678f0 (patch)
tree65ebd327bb3f4b8ef3f9f8c7d9de5f866c2d479e
parentf25217722efa73c39658e77b09a153103b2c87f2 (diff)
downloadbluez-c89b94c450e03df86a3243b4df8e4d375ca678f0.tar.gz
add test/hciemu.1 manpage
-rw-r--r--test/hciemu.131
1 files changed, 31 insertions, 0 deletions
diff --git a/test/hciemu.1 b/test/hciemu.1
new file mode 100644
index 000000000..cecaeb737
--- /dev/null
+++ b/test/hciemu.1
@@ -0,0 +1,31 @@
+.TH HCIEMU 1 "Jul 6 2009" BlueZ ""
+.SH NAME
+hciemu \- HCI emulator
+.SH SYNOPSIS
+.B hciemu
+[\fIoptions\fR] \fIlocal_address\fR
+
+.SH DESCRIPTION
+.LP
+.B
+hciemu
+is used to emulate an HCI via \fBhci_vhci\fR kernel module
+
+.SH OPTIONS
+.TP
+.BI -d\ device
+use specified \fIdevice\fR
+.TP
+.BI -b\ bdaddr
+emulate \fIbdaddr\fR
+.TP
+.BI -s\ file
+create snoop file \fIfile\fR
+.TP
+.B -n
+do not detach
+
+.SH AUTHORS
+Written by Marcel Holtmann <marcel@holtmann.org> and Maxim Krasnyansky
+<maxk@qualcomm.com>, man page by Filippo Giunchedi <filippo@debian.org>
+.PP