summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2006-10-10 22:38:31 +0000
committermarkus <markus@FreeBSD.org>2006-10-10 22:38:31 +0000
commit693821d9235fcc997a79d0f9d1f2ccdd4cad4bb7 (patch)
tree584c73475e5c5521d4b4baf290727520f1db4487
parent7b5daf2d9b8bc9f8c6285a7c5ed6718c1d3a2a61 (diff)
downloadFreeBSD-src-693821d9235fcc997a79d0f9d1f2ccdd4cad4bb7.zip
FreeBSD-src-693821d9235fcc997a79d0f9d1f2ccdd4cad4bb7.tar.gz
- Grammar and typo fixes
- Rewording of some sentences Reviewed by: brueffer Approved by: emax (mentor) MFC after: 3 days
-rw-r--r--usr.sbin/bluetooth/bthidd/bthidd.823
1 files changed, 11 insertions, 12 deletions
diff --git a/usr.sbin/bluetooth/bthidd/bthidd.8 b/usr.sbin/bluetooth/bthidd/bthidd.8
index d89f03d..37aaa3d 100644
--- a/usr.sbin/bluetooth/bthidd/bthidd.8
+++ b/usr.sbin/bluetooth/bthidd/bthidd.8
@@ -49,11 +49,11 @@ The options are as follows:
.Bl -tag -width indent
.It Fl a Ar BD_ADDR
Specify the local address to listen on.
-By default, server will listen on
+By default, the server will listen on
.Dv ANY
address.
The address can be specified as BD_ADDR or name.
-If name was specified then the
+If a name was specified, the
.Nm
daemon will attempt to resolve the name via
.Xr bt_gethostbyname 3 .
@@ -80,10 +80,10 @@ The
daemon will periodically scan for newly configured Bluetooth HID devices or
disconnected
.Dq passive
-Bluetooth HID devices and will attempt to establish outgoing connection.
-Default rescan interval is 10 seconds.
+Bluetooth HID devices and will attempt to establish an outgoing connection.
+The default rescan interval is 10 seconds.
.El
-.Sh CAVEAT
+.Sh CAVEATS
Any Bluetooth HID device that has
.Dv HUP_KEYBOARD
or
@@ -95,10 +95,9 @@ For each
Bluetooth HID device,
the
.Nm
-daemon will use separate instance of
-.Xr vkbd 4
-virtual keyboard.
-Therefore
+daemon will use a separate instance of the virtual keyboard interface
+.Xr vkbd 4 .
+Therefore the
.Xr kbdmux 4
driver must be used to properly multiplex input from multiple keyboards.
.Sh KNOWN LIMITATIONS
@@ -110,10 +109,10 @@ Those events work under
just fine,
but not in text console.
.Pp
-This man page needs more work.
-Also need a man page documenting format of the
+This manual page needs more work.
+A manual page documenting the format of the
.Pa /etc/bluetooth/bthidd.conf
-configuraion file.
+configuration file is needed as well.
.Sh FILES
.Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact
.It Pa /etc/bluetooth/bthidd.conf
OpenPOWER on IntegriCloud