diff options
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ubt.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b411ce13643..78b53a167ce 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.288 2005/01/04 16:39:08 miod Exp $ +# $OpenBSD: Makefile,v 1.289 2005/01/14 12:35:17 grange Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ @@ -29,7 +29,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \ systrace.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ tlphy.4 tqphy.4 trm.4 tty.4 tun.4 twe.4 tx.4 txp.4 \ - txphy.4 uaudio.4 ubsa.4 ubsec.4 ucom.4 udav.4 udp.4 udsbr.4 \ + txphy.4 uaudio.4 ubsa.4 ubsec.4 ubt.4 ucom.4 udav.4 udp.4 udsbr.4 \ uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uk.4 ukbd.4 \ ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 \ unix.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 \ diff --git a/share/man/man4/ubt.4 b/share/man/man4/ubt.4 new file mode 100644 index 00000000000..716a47ae24a --- /dev/null +++ b/share/man/man4/ubt.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: ubt.4,v 1.1 2005/01/14 12:35:17 grange Exp $ +.\" +.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd November 12, 2004 +.Dt UBT 4 +.Os +.Sh NAME +.Nm ubt +.Nd USB Bluetooth adapter +.Sh SYNOPSIS +.Cd "ubt* at uhub?" +.Sh DESCRIPTION +The +.Nm +device driver provides support for USB Bluetooth adapters. +.Sh SEE ALSO +.Xr intro 4 , +.Xr netintro 4 , +.Xr usb 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 3.7 . +.Sh AUTHORS +The +.Nm +device driver was written by +.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com +for +.Fx +and ported to +.Ox +by +.An Alexander Yurchenko Aq grange@openbsd.org . |