Module Name: src
Committed By: wiz
Date: Mon Aug 3 22:13:47 UTC 2009
Modified Files:
src/lib/libbluetooth: bt_dev.3
Log Message:
Formatting nits.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/bt_dev.3
diff -u src/lib/libbluetooth/bt_dev.3:1.1 src/lib/libbluetooth/bt_dev.3:1.2
--- src/lib/libbluetooth/bt_dev.3:1.1 Mon Aug 3 15:59:42 2009
+++ src/lib/libbluetooth/bt_dev.3 Mon Aug 3 22:13:47 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: bt_dev.3,v 1.1 2009/08/03 15:59:42 plunky Exp $
+.\" $NetBSD: bt_dev.3,v 1.2 2009/08/03 22:13:47 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,8 +28,8 @@
.Dt BT_DEV 3
.Os
.Sh NAME
-.Nm bt_devaddr,
-.Nm bt_devname,
+.Nm bt_devaddr ,
+.Nm bt_devname ,
.Nm bt_devenum ,
.Nm bt_devinfo ,
.Nm bt_devopen ,
@@ -317,7 +317,9 @@
.It Fn bt_devinquiry "name" "timeout" "max_rsp" "iip"
Perform a Bluetooth Inquiry using the device
.Fa name ,
-or the first available device if NULL is passed.
+or the first available device if
+.Dv NULL
+is passed.
The inquiry length will be
.Fa timeout
seconds, and the number of responses
@@ -344,7 +346,7 @@
.Xr free 3 .
.El
.Sh RETURN VALUES
-These Bluetooth device access routines return -1 on failure, and
+These Bluetooth device access routines return \-1 on failure, and
.Va errno
will be set to indicate the error.
.Sh ERRORS