summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-12-30 12:49:59 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-12-30 12:49:59 +0000
commit8cfada215622297ac88c88433b9dfc9fb985a7fb (patch)
tree81676c6f3ae2c506f5791386c47423cf25e6a894
parent9a671f5e98760d6b02c5d17b451518defb0d975d (diff)
missing word fix; from nam nguyen
-rw-r--r--share/man/man4/uhid.46
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