Grammar cleanup.

PR:			34529
Submitted by:		David Sieborger <drs@rucus.ru.ac.za> (original version)
With comments by:	keramida
This commit is contained in:
Tom Rhodes 2003-01-30 22:34:27 +00:00
parent 677b07ecc0
commit 468d7c8b6e
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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 .