From owner-cvs-src@FreeBSD.ORG Tue May 20 14:01:22 2003 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 CC26A37B401; Tue, 20 May 2003 14:01:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6B443F85; Tue, 20 May 2003 14:01:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4KL1L0U045985; Tue, 20 May 2003 14:01:21 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4KL1Lup045984; Tue, 20 May 2003 14:01:21 -0700 (PDT) Message-Id: <200305202101.h4KL1Lup045984@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 May 2003 14:01:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_bluetooth.4 ng_bt3c.4 ng_btsocket.4 ng_h4.4 ng_hci.4 ng_l2cap.4 ng_ubt.4 ubtbcmfw.4 src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 src/usr.sbin/bluetooth/bcmfw bcmfw.8 ... 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: Tue, 20 May 2003 21:01:23 -0000 ru 2003/05/20 14:01:21 PDT FreeBSD src repository Modified files: share/man/man4 ng_bluetooth.4 ng_bt3c.4 ng_btsocket.4 ng_h4.4 ng_hci.4 ng_l2cap.4 ng_ubt.4 ubtbcmfw.4 usr.bin/bluetooth/btsockstat btsockstat.1 usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 usr.sbin/bluetooth/bcmfw bcmfw.8 usr.sbin/bluetooth/bt3cfw bt3cfw.8 usr.sbin/bluetooth/hccontrol hccontrol.8 usr.sbin/bluetooth/hcsecd hcsecd.8 usr.sbin/bluetooth/hcseriald hcseriald.8 usr.sbin/bluetooth/l2control l2control.8 usr.sbin/bluetooth/l2ping l2ping.8 usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 Log: Reapply mdoc(7) fixes that got accidentally lost in the last Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin , ru Approved by: re (blanket) Revision Changes Path 1.5 +55 -47 src/share/man/man4/ng_bluetooth.4 1.4 +47 -40 src/share/man/man4/ng_bt3c.4 1.5 +125 -109 src/share/man/man4/ng_btsocket.4 1.4 +29 -25 src/share/man/man4/ng_h4.4 1.5 +176 -136 src/share/man/man4/ng_hci.4 1.4 +236 -159 src/share/man/man4/ng_l2cap.4 1.4 +55 -51 src/share/man/man4/ng_ubt.4 1.2 +21 -19 src/share/man/man4/ubtbcmfw.4 1.4 +21 -19 src/usr.bin/bluetooth/btsockstat/btsockstat.1 1.2 +41 -36 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 1.2 +34 -38 src/usr.sbin/bluetooth/bcmfw/bcmfw.8 1.4 +23 -22 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 1.4 +100 -99 src/usr.sbin/bluetooth/hccontrol/hccontrol.8 1.2 +38 -33 src/usr.sbin/bluetooth/hcsecd/hcsecd.8 1.4 +33 -31 src/usr.sbin/bluetooth/hcseriald/hcseriald.8 1.4 +31 -30 src/usr.sbin/bluetooth/l2control/l2control.8 1.4 +41 -31 src/usr.sbin/bluetooth/l2ping/l2ping.8 1.2 +124 -96 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8