Fix plural usage and a grammar nit

This commit is contained in:
Christian Brueffer 2004-03-02 18:38:32 +00:00
parent 0fafc68bcd
commit 45bc8ec13f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126501

View File

@ -44,7 +44,7 @@ driver creates three fixed endpoint device nodes.
.Pp
The control transfers can only happen on the control endpoint which
is always endpoint 0.
Control request are issued by
Control requests are issued by
.Xr ioctl 2
calls.
.Pp
@ -52,7 +52,7 @@ Only incoming transfers are supported on an interrupt endpoint.
To perform I/O on an interrupt endpoint,
.Xr read 2
should be used.
All I/O operations on a interrupt endpoint are unbuffered.
All I/O operations on an interrupt endpoint are unbuffered.
Interrupt endpoint is always endpoint 1.
.Pp
Only outgoing bulk transfers are supported on a bulk endpoint.