Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libbluetooth remove trailing comma in NAME section



details:   https://anonhg.NetBSD.org/src/rev/c36e8c72a414
branches:  trunk
changeset: 770609:c36e8c72a414
user:      plunky <plunky%NetBSD.org@localhost>
date:      Tue Oct 25 09:33:55 2011 +0000

description:
remove trailing comma in NAME section

diffstat:

 lib/libbluetooth/bluetooth.3 |  6 +++---
 lib/libbluetooth/bt_dev.3    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r c38c475307b4 -r c36e8c72a414 lib/libbluetooth/bluetooth.3
--- a/lib/libbluetooth/bluetooth.3      Tue Oct 25 09:28:17 2011 +0000
+++ b/lib/libbluetooth/bluetooth.3      Tue Oct 25 09:33:55 2011 +0000
@@ -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 <m_evmenkin%yahoo.com@localhost>
 .\" 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
diff -r c38c475307b4 -r c36e8c72a414 lib/libbluetooth/bt_dev.3
--- a/lib/libbluetooth/bt_dev.3 Tue Oct 25 09:28:17 2011 +0000
+++ b/lib/libbluetooth/bt_dev.3 Tue Oct 25 09:33:55 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index