make a small mention how to configure the tty line as a bluetooth device

This commit is contained in:
plunky 2009-08-23 19:44:39 +00:00
parent ff97d10661
commit 90e0b0e5de
2 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bcsp.4,v 1.4 2009/05/18 13:51:10 wiz Exp $
.\" $NetBSD: bcsp.4,v 1.5 2009/08/23 19:44:39 plunky Exp $
.\"
.\" Copyright (c) 2007 KIYOHARA Takashi
.\" All rights reserved.
@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 2, 2007
.Dd August 23, 2009
.Dt BCSP 4
.Os
.Sh NAME
@ -47,6 +47,12 @@ Moreover, the
supports BCSP Link Establishment Protocol, as described in the
.Qq BCSP Link Establishment Protocol
specification.
.Pp
The
.Xr btattach 8
program is used to configure the tty line and create the
.Nm
driver instance.
.Sh SEE ALSO
.Xr bluetooth 4 ,
.Xr btuart 4 ,
@ -59,6 +65,5 @@ device appeared in
.Sh AUTHORS
.An KIYOHARA Takashi Aq kiyohara@kk.iij4u.or.jp
.Sh BUGS
The
.Nm
not support configuration for baud rate yet.
does not support configuration for baud rate yet.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: btuart.4,v 1.8 2009/05/27 19:23:59 snj Exp $
.\" $NetBSD: btuart.4,v 1.9 2009/08/23 19:44:39 plunky Exp $
.\"
.\" Copyright (c) 2007 KIYOHARA Takashi
.\" All rights reserved.
@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 23, 2008
.Dd August 23, 2009
.Dt BTUART 4
.Os
.Sh NAME
@ -44,6 +44,12 @@ Bluetooth Host Controller Interface
.Bq Transport Layer
specification, Vol 4 part A.
.Qc
.Pp
The
.Xr btattach 8
program is used to configure the tty line and create the
.Nm
driver instance.
.Sh SEE ALSO
.Xr bcsp 4 ,
.Xr bluetooth 4 ,