diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-26 09:28:35 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-26 09:28:35 +0000 |
commit | 04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch) | |
tree | 7afd3082a841d290022885a5e94f2226628afa31 /share | |
parent | c8bcb9eaf1366f287c7c29562467558769a87f3c (diff) |
typos; ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@
sys/dev/pci/bktr/* ok jakemsr@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bluetooth.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/bluetooth.4 b/share/man/man4/bluetooth.4 index cbdb3de0ebd..afb7c10d234 100644 --- a/share/man/man4/bluetooth.4 +++ b/share/man/man4/bluetooth.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bluetooth.4,v 1.3 2007/09/12 14:12:03 jmc Exp $ +.\" $OpenBSD: bluetooth.4,v 1.4 2007/11/26 09:28:33 martynas Exp $ .\" $NetBSD: bluetooth.4,v 1.5 2007/04/21 06:15:22 plunky Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. @@ -31,7 +31,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 12 2007 $ +.Dd $Mdocdate: November 26 2007 $ .Dt BLUETOOTH 4 .Os .Sh NAME @@ -92,7 +92,7 @@ and should be set to zero. HCI socket options: .Bl -tag -width XX .It Dv SO_HCI_EVT_FILTER Op Ar struct hci_filter -This filter controls which events will be recieved at the socket. +This filter controls which events will be received at the socket. See .Aq Pa netbt/hci.h for available events. @@ -121,7 +121,7 @@ will be expired. If zero, connections will not be closed. .It Dv net.bluetooth.hci.memo_expiry Time, in seconds, that the system will keep records of Bluetooth devices -in the vicinity after an Inquiry Response packet has been recieved. +in the vicinity after an Inquiry Response packet has been received. This information is used for routing purposes. .It Dv net.bluetooth.hci.eventq_max The maximum number of packets on the low level Event queue. |