diff options
author | brueffer <brueffer@FreeBSD.org> | 2004-03-02 18:38:32 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2004-03-02 18:38:32 +0000 |
commit | 74211e4f6dc90dacfcabb9a0a2c748c8d9711520 (patch) | |
tree | c973efa04ace96e6b695eb2eff54b2a274a27dff /share/man | |
parent | 79901716b67f6a01a97e2e9ff58a043e53b7b96f (diff) | |
download | FreeBSD-src-74211e4f6dc90dacfcabb9a0a2c748c8d9711520.zip FreeBSD-src-74211e4f6dc90dacfcabb9a0a2c748c8d9711520.tar.gz |
Fix plural usage and a grammar nit
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ubtbcmfw.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ubtbcmfw.4 b/share/man/man4/ubtbcmfw.4 index 1369879..6b0e8cd 100644 --- a/share/man/man4/ubtbcmfw.4 +++ b/share/man/man4/ubtbcmfw.4 @@ -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. |