summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-01-30 22:34:27 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-01-30 22:34:27 +0000
commit468d7c8b6e2b0cea65ad80fea558965956e129dd (patch)
tree70adadc7edc2b4efdd4fde1c1b1a72ecd271a619
parent677b07ecc0cdd933bf40d35f7c58ca1d95ec4ac8 (diff)
Notes
-rw-r--r--usr.sbin/usbd/usbd.82
-rw-r--r--usr.sbin/usbd/usbd.conf.58
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8
index 7fff877c42c2..4b5464a552dc 100644
--- a/usr.sbin/usbd/usbd.8
+++ b/usr.sbin/usbd/usbd.8
@@ -57,7 +57,7 @@ It does two things.
Through opening the
.Pa /dev/usb0 ,
.Pa /dev/usb1 ,
-etc. devices, it enables the kernel to do handle change requests from
+etc. devices, it enables the kernel to handle change requests from
attached hubs.
This functionality will be removed when the kernel has
kernel threads.
diff --git a/usr.sbin/usbd/usbd.conf.5 b/usr.sbin/usbd/usbd.conf.5
index a17c63793ecb..f45a9b4b1e2b 100644
--- a/usr.sbin/usbd/usbd.conf.5
+++ b/usr.sbin/usbd/usbd.conf.5
@@ -64,7 +64,7 @@ Each entry contains a number of fields.
There are 3 types of fields:
descriptive fields, selection criteria and commands to execute on
events.
-The field name is case sensitive and should be all lower case.
+The field names are case sensitive and should be all lower case.
Each field can have one or more arguments.
.Pp
The following fields are available:
@@ -156,8 +156,8 @@ configuration file.
.Xr usbd 8 ,
.Xr usbdevs 8
.Sh BUGS
-It is currently not possible to use a selection criterium more than once. For
-example it is not possible to specify more than one vendor Id.
+It is currently not possible to use a selection criterion more than once. For
+example, it is not possible to specify more than one vendor ID.
.Sh AUTHORS
-The man page for the usbd configuration file was written by
+This manual page was written by
.An Nick Hibma Aq n_hibma@FreeBSD.org .