This commit is contained in:
skrll 2008-08-06 07:08:31 +00:00
parent 406f97d512
commit cfee00cbb7
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bluetooth.4,v 1.10 2007/12/30 18:26:42 plunky Exp $
.\" $NetBSD: bluetooth.4,v 1.11 2008/08/06 07:08:31 skrll Exp $
.\"
.\" Copyright (c) 2006 Itronix Inc.
.\" All rights reserved.
@ -93,7 +93,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. See
This filter controls which events will be received at the socket. See
.In netbt/hci.h
for available events. By default, Command_Complete and Command_Status
events only are enabled.
@ -118,7 +118,7 @@ If set, this is the time in seconds after which unused ACL data connections
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. This
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.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: condvar.9,v 1.12 2008/06/04 11:24:36 ad Exp $
.\" $NetBSD: condvar.9,v 1.13 2008/08/06 07:08:31 skrll Exp $
.\"
.\" Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -131,7 +131,7 @@ A small window exists between testing for availability of a resource and
waiting for the resource with
.Fn cv_wait ,
in which the resource may become available again.
The interlock is used to guarentee that the resource will not be signalled
The interlock is used to guarantee that the resource will not be signalled
as available until the calling LWP has begun to wait for it.
.Pp
Non-interruptable waits have the potential to deadlock the system, and so must
@ -141,7 +141,7 @@ be kept short (typically, under one second).
As per
.Fn cv_wait ,
but causes the current LWP to wait interruptably.
If the LWP recieves a signal, or is interrupted by another condition such
If the LWP receives a signal, or is interrupted by another condition such
as its containing process exiting, the wait is ended early and an error
code returned.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kpause.9,v 1.4 2008/04/30 13:10:58 martin Exp $
.\" $NetBSD: kpause.9,v 1.5 2008/08/06 07:08:31 skrll Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -66,7 +66,7 @@ utilities such as
to display.
.It Fa intr
If true, sleep interruptably.
If the LWP recieves a signal, or is interrupted by another condition such
If the LWP receives a signal, or is interrupted by another condition such
as its containing process exiting, the wait is ended early and an error
code returned.
.It Fa timeo