Module Name: src Committed By: plunky Date: Sun Aug 23 19:44:39 UTC 2009
Modified Files: src/share/man/man4: bcsp.4 btuart.4 Log Message: make a small mention how to configure the tty line as a bluetooth device To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/bcsp.4 cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/btuart.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/bcsp.4 diff -u src/share/man/man4/bcsp.4:1.4 src/share/man/man4/bcsp.4:1.5 --- src/share/man/man4/bcsp.4:1.4 Mon May 18 13:51:10 2009 +++ src/share/man/man4/bcsp.4 Sun Aug 23 19:44:39 2009 @@ -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 @@ 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 @@ .Sh AUTHORS .An KIYOHARA Takashi Aq kiyoh...@kk.iij4u.or.jp .Sh BUGS -The .Nm -not support configuration for baud rate yet. +does not support configuration for baud rate yet. Index: src/share/man/man4/btuart.4 diff -u src/share/man/man4/btuart.4:1.8 src/share/man/man4/btuart.4:1.9 --- src/share/man/man4/btuart.4:1.8 Wed May 27 19:23:59 2009 +++ src/share/man/man4/btuart.4 Sun Aug 23 19:44:39 2009 @@ -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 @@ .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 ,