Return-Path: From: Lucas De Marchi To: linux-bluetooth@vger.kernel.org Cc: Lucas De Marchi Subject: [PATCH BlueZ 3/3] rfcomm: Fix typo in man page Date: Mon, 30 Jul 2012 13:24:51 -0300 Message-Id: <1343665491-16362-3-git-send-email-lucas.demarchi@profusion.mobi> In-Reply-To: <1343665491-16362-1-git-send-email-lucas.demarchi@profusion.mobi> References: <1343665491-16362-1-git-send-email-lucas.demarchi@profusion.mobi> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- .gitignore | 5 ----- tools/rfcomm.1 | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 38318cd..c9f293a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,6 @@ missing stamp-h1 autom4te.cache -ylwrap -lexer.c -parser.h -parser.c - bluez.pc lib/bluetooth src/builtin.h diff --git a/tools/rfcomm.1 b/tools/rfcomm.1 index f880f52..51df284 100644 --- a/tools/rfcomm.1 +++ b/tools/rfcomm.1 @@ -108,7 +108,7 @@ parameters. .TP .BI bind " [bdaddr] [channel]" This binds the RFCOMM device to a remote Bluetooth device. The -command did not establish a connection to the remote device, it +command does not establish a connection to the remote device, it 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. -- 1.7.11.3