summaryrefslogtreecommitdiffstats
path: root/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-04-15 19:30:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-04-15 19:30:47 +0000
commit9d6d2bae4f2598f97863568b327e4b57ae8db0bd (patch)
treee0b82996088a7d6cac75f8116ece45f6296b9dbf /rfcomm
parente9c06d166a352ee2e9b037397f4fb4ba1c8c43f2 (diff)
Update of the man page
Diffstat (limited to 'rfcomm')
-rw-r--r--rfcomm/rfcomm.118
1 files changed, 16 insertions, 2 deletions
diff --git a/rfcomm/rfcomm.1 b/rfcomm/rfcomm.1
index 0a0f48a0..4085e5ec 100644
--- a/rfcomm/rfcomm.1
+++ b/rfcomm/rfcomm.1
@@ -72,11 +72,25 @@ This command can be terminated with the key sequence CTRL-C.
.BI bind " <dev> [bdaddr] [channel]"
This binds the RFCOMM device to a remote Bluetooth device. The
command did not establish a connection to the remote device, it
-only creates the binding. The connection will be establish right
-after an application tries to open the RFCOMM device.
+only creates the binding. The connection will be established right
+after an application tries to open the RFCOMM device. If no channel
+number is specified, it uses the channel number 1. If the Bluetooth
+address is also left out, it tries to read the data from the config
+file.
+
+If
+.B all
+is specified for the RFCOMM device, then all devices that have
+.B "bind yes"
+set in the config will be bound.
.TP
.BI release " <dev>"
This command releases a defined RFCOMM binding.
+
+If
+.B all
+is specified for the RFCOMM device, then all bindings will be removed.
+This command didn't care about the settings in the config file.
.SH AUTHOR
Written by Marcel Holtmann <marcel@holtmann.org>.
.br