From owner-cvs-src@FreeBSD.ORG Mon Jun 28 00:58:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0501C16A4CE; Mon, 28 Jun 2004 00:58:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36343D2F; Mon, 28 Jun 2004 00:58:53 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S0wr4f027444; Mon, 28 Jun 2004 00:58:53 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S0wr94027443; Mon, 28 Jun 2004 00:58:53 GMT (envelope-from emax) Message-Id: <200406280058.i5S0wr94027443@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 28 Jun 2004 00:58:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol host_controller_baseband.c link_control.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 00:58:54 -0000 emax 2004-06-28 00:58:53 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/hccontrol host_controller_baseband.c link_control.c Log: Fix cut-n-paste bugs in hccontrol(8). Its very strange that no one noticed them earlier. Thanks to Mike Crosland (mcrosland at xs4all.nl) for pointing them out. Revision Changes Path 1.5 +3 -3 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c 1.6 +14 -14 src/usr.sbin/bluetooth/hccontrol/link_control.c