summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1999-07-24 01:42:49 +0000
committeraugustss <augustss@NetBSD.org>1999-07-24 01:42:49 +0000
commitbb9c6cca8909275da42e7089fa25a02bf8bc6219 (patch)
treebcf0785b47e4284da726269533c36a46db69e3a3 /lib
parent4047458551bb6597b7be980fa0f215176c4e8be4 (diff)
Fix some typos.
Diffstat (limited to 'lib')
-rw-r--r--lib/libusb/usb.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libusb/usb.3 b/lib/libusb/usb.3
index 0e3d7e5f385..b3aa1049213 100644
--- a/lib/libusb/usb.3
+++ b/lib/libusb/usb.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: usb.3,v 1.6 1999/07/02 15:46:53 simonb Exp $
+.\" $NetBSD: usb.3,v 1.7 1999/07/24 01:42:49 augustss Exp $
.\"
.\" Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org>
.\" All rights reserved.
@@ -81,7 +81,7 @@ library contains routines to extract the
.Em report descriptor
which contains the data layout information and then use this information.
.Pp
-The routines can be divided into four part: extraction of the descriptor,
+The routines can be divided into four parts: extraction of the descriptor,
parsing of the descriptor, translating to/from symbolic names, and
data manipulation.
.Sh DESCRIPTOR FUNCTIONS
@@ -130,7 +130,7 @@ can be found in
.Pa <usb.h>
and the meaning of the components in the USB HID documentation.
.Pp
-Data is should be read/written to the device in the size of
+Data should be read/written to the device in the size of
the report. The size of a report (of a certain kind) can be
computed by the
.Fn hid_report_size
@@ -153,7 +153,7 @@ will return the symbolic name of a usage page, and the function
will return the symbolic name of the usage within the page.
Both these functions may return a pointer to static data.
Before either of these functions can be called the usage table
-must be parse, this is done by calling
+must be parsed, this is done by calling
.Fn hid_init
with the name of the table. Passing
.Fa NULL
commit/sys/uvm/uvm_init.c?id=4a780c9ae2adec0bc218b3dea0fcec31165494ed'>Merge vmlocking2 to head.ad 2007-11-14call debug_init earlier. ie. before malloc is used.yamt 2007-08-18Make the uarea cache per-CPU and drain in batches of 4.ad 2007-07-21Merge unobtrusive locking changes from the vmlocking branch.ad 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2006-09-15merge yamt-pdpolicy branch.yamt 2006-05-25move wait points for kva from upper layers to vm_map. PR/33185 #1.yamt 2005-12-11merge ktrace-lwp.christos 2005-06-27Use ANSI function decls.thorpej 2005-05-11allocate anons on-demand, rather than reserving static amount ofyamt 2005-01-23move the call to link_pool_init() to the end of uvm_init(). needed for sun3.chs 2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb 2003-10-26update comment - kmem_map is created in kmeminit(), not uvm_km_init()jdolecek 2003-05-10Back out the following chagne:thorpej 2003-05-08Simplify the way the bounds of the managed kernel virtual addressthorpej 2003-03-04Fix the following pathological scanario:thorpej