diff options
author | 2020-12-30 12:49:58 +0000 | |
---|---|---|
committer | 2020-12-30 12:49:58 +0000 | |
commit | 64314a4a4bab8ce52e85ae977ef94a4bac4e28a2 (patch) | |
tree | ef11dfd735be5de1a2b96df16f3ded94c01184f5 | |
parent | Convert the `off' argument of pppoe_dispatch_disc_pkt function to (diff) | |
download | wireguard-openbsd-64314a4a4bab8ce52e85ae977ef94a4bac4e28a2.tar.xz wireguard-openbsd-64314a4a4bab8ce52e85ae977ef94a4bac4e28a2.zip |
missing word fix; from nam nguyen
-rw-r--r-- | share/man/man4/uhid.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index b21523f6aca..7340741b522 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.18 2017/09/12 14:57:15 schwarze Exp $ +.\" $OpenBSD: uhid.4,v 1.19 2020/12/30 12:49:58 jmc Exp $ .\" $NetBSD: uhid.4,v 1.13 2001/12/29 14:41:59 augustss Exp $ .\" .\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 12 2017 $ +.Dd $Mdocdate: December 30 2020 $ .Dt UHID 4 .Os .Sh NAME @@ -97,7 +97,7 @@ Data should be read in chunks of the size prescribed by the report descriptor. .Pp Use .Xr write 2 -send data to the device. +to send data to the device. Data should be written in chunks of the size prescribed by the report descriptor. .Sh SEE ALSO |