Module Name:    src
Committed By:   plunky
Date:           Tue Oct 25 09:33:55 UTC 2011

Modified Files:
        src/lib/libbluetooth: bluetooth.3 bt_dev.3

Log Message:
remove trailing comma in NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/bluetooth.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libbluetooth/bt_dev.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libbluetooth/bluetooth.3
diff -u src/lib/libbluetooth/bluetooth.3:1.4 src/lib/libbluetooth/bluetooth.3:1.5
--- src/lib/libbluetooth/bluetooth.3:1.4	Mon Aug  3 15:59:42 2009
+++ src/lib/libbluetooth/bluetooth.3	Tue Oct 25 09:33:55 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: bluetooth.3,v 1.4 2009/08/03 15:59:42 plunky Exp $
+.\" $NetBSD: bluetooth.3,v 1.5 2011/10/25 09:33:55 plunky Exp $
 .\"
 .\" Copyright (c) 2003 Maksim Yevmenkin <[email protected]>
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/lib/libbluetooth/bluetooth.3,v 1.7 2005/01/21 10:26:11 ru Exp $
 .\"
-.Dd August 3, 2009
+.Dd October 25, 2011
 .Dt BLUETOOTH 3
 .Os
 .Sh NAME
@@ -41,7 +41,7 @@
 .Nm bt_setprotoent ,
 .Nm bt_endprotoent ,
 .Nm bt_aton ,
-.Nm bt_ntoa ,
+.Nm bt_ntoa
 .Nd Bluetooth host lookup routines
 .Sh LIBRARY
 .Lb libbluetooth

Index: src/lib/libbluetooth/bt_dev.3
diff -u src/lib/libbluetooth/bt_dev.3:1.2 src/lib/libbluetooth/bt_dev.3:1.3
--- src/lib/libbluetooth/bt_dev.3:1.2	Mon Aug  3 22:13:47 2009
+++ src/lib/libbluetooth/bt_dev.3	Tue Oct 25 09:33:55 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: bt_dev.3,v 1.2 2009/08/03 22:13:47 wiz Exp $
+.\" $NetBSD: bt_dev.3,v 1.3 2011/10/25 09:33:55 plunky Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 3, 2009
+.Dd October 25, 2011
 .Dt BT_DEV 3
 .Os
 .Sh NAME
@@ -43,7 +43,7 @@
 .Nm bt_devfilter_evt_set ,
 .Nm bt_devfilter_evt_clr ,
 .Nm bt_devfilter_evt_tst ,
-.Nm bt_devinquiry ,
+.Nm bt_devinquiry
 .Nd Bluetooth device access routines
 .Sh LIBRARY
 .Lb libbluetooth

Reply via email to