summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/sbt.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
commit5cb84ec742fd33f78c8022863fadaa8d0d93e176 (patch)
tree1a81ca3665e6153923e40db7b0d988f8573ab59c /static/netbsd/man4/sbt.4
parenta59214f344567c037d5776879bcfc5fcc1d4d5f6 (diff)
feat: Added NetBSD man pages
Diffstat (limited to 'static/netbsd/man4/sbt.4')
-rw-r--r--static/netbsd/man4/sbt.441
1 files changed, 41 insertions, 0 deletions
diff --git a/static/netbsd/man4/sbt.4 b/static/netbsd/man4/sbt.4
new file mode 100644
index 00000000..24938a80
--- /dev/null
+++ b/static/netbsd/man4/sbt.4
@@ -0,0 +1,41 @@
+.\" $NetBSD: sbt.4,v 1.2 2009/08/02 00:19:29 nonaka Exp $
+.\" $OpenBSD: sbt.4,v 1.1 2007/06/19 11:33:40 uwe Exp $
+.\"
+.\" Uwe Stuehler, 2007. Public Domain.
+.\"
+.Dd April 21, 2009
+.Dt SBT 4
+.Os
+.Sh NAME
+.Nm sbt
+.Nd SDIO Bluetooth adapter
+.Sh SYNOPSIS
+.Cd "sbt* at sdmmc?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver provides support for Type-A and Type-B SDIO Bluetooth
+adapters.
+.Sh SEE ALSO
+.Xr bluetooth 4 ,
+.Xr intro 4 ,
+.Xr sdmmc 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Nx 6.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Uwe Stuehler
+.Aq uwe@openbsd.org
+for
+.Ox
+and ported to
+.Nx
+by
+.An NONAKA Kimihiro
+.Aq nonaka@netbsd.org .