remove trailing comma in NAME section

This commit is contained in:
plunky 2011-10-25 09:33:55 +00:00
parent e02343d9a0
commit 20dc194fcd
2 changed files with 6 additions and 6 deletions

View File

@ -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>
.\" 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

View File

@ -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