diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-12 16:07:07 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-12 16:07:07 +0000 |
commit | bf10107137129ac83e22dec8f47b1153b0c4b693 (patch) | |
tree | 6855a59f925821408569515b5680921a1011e9cc /share/man | |
parent | 9b9c3798fe5e8ea04f651f773d84a8b6556e785b (diff) |
Grammar, from stsp@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/usbd_transfer.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/usbd_transfer.9 b/share/man/man9/usbd_transfer.9 index b5c0dd285c3..fbbe3f9536d 100644 --- a/share/man/man9/usbd_transfer.9 +++ b/share/man/man9/usbd_transfer.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbd_transfer.9,v 1.4 2014/07/12 08:48:19 mpi Exp $ +.\" $OpenBSD: usbd_transfer.9,v 1.5 2014/07/12 16:07:06 mpi Exp $ .\" .\" Copyright (c) 2013 Martin Pieuchot .\" @@ -70,7 +70,7 @@ Do not report short reads, when the length of the data read is lower than as errors. .It Dv USBD_FORCE_SHORT_XFER Submit a supplementary zero length packet at the end of the written data. -Some requests may need such packet in order to be properly terminated. +Some requests may need such packets in order to be properly terminated. .It Dv USBD_CATCH Used in conjunction with the .Dv USBD_SYNCHRONOUS |