diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-14 12:35:18 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-14 12:35:18 +0000 |
commit | 5ec29e79f70e0d2b81c18c97137b46a4a897d4c8 (patch) | |
tree | 0139a920d82e7965846a27b6783ca866b086c22b /share/man/man4/ubt.4 | |
parent | b0b0183bfdf4a33fc8d502894ebad9057e810fa0 (diff) |
Add ubt(4) man page.
Diffstat (limited to 'share/man/man4/ubt.4')
-rw-r--r-- | share/man/man4/ubt.4 | 48 |
1 files changed, 48 insertions, 0 deletions
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 . |