diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-09 08:52:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-09 08:52:37 +0000 |
commit | 4a8b19acc7e187c1f46222695696716e74badae4 (patch) | |
tree | db3155071e3ca1af77e5ede9f17b871e4d81692a /share | |
parent | 08a27a12903c1252c09e037c95f84115d8d67891 (diff) |
grammar fixes from raphael langerhorst;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/usb.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 4c205eb02de..cf58c6aa707 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.83 2006/11/29 16:28:05 jsg Exp $ +.\" $OpenBSD: usb.4,v 1.84 2006/12/09 08:52:36 jmc Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -460,7 +460,7 @@ The .Va uds_requests field is indexed by the transfer kind, i.e.\& .Dv UE_* , -and indicates how many transfers of each kind that has been completed +and indicates how many transfers of each kind have been completed by the controller. .It Dv USB_REQUEST Fa "struct usb_ctl_request *" This command can be used to execute arbitrary requests on the control pipe. |