Fix typos.

This commit is contained in:
augustss 1998-12-10 23:43:32 +00:00
parent 46e04a18a1
commit 2d3f849193
3 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pci.4,v 1.13 1998/12/08 14:15:27 augustss Exp $
.\" $NetBSD: pci.4,v 1.14 1998/12/10 23:43:32 augustss Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@ -196,13 +196,12 @@ USB UHCI host controller
.Xr le 4 ,
.Xr ncr 4 ,
.Xr ne 4 ,
.Xr ohci 4 ,
.Xr pcic 4 ,
.Xr ppb 4 ,
.Xr puc 4 ,
.Xr sv 4 ,
.Xr tl 4 ,
.Xr uhci 4
.Xr usb 4
.Sh HISTORY
The machine-independent
.Tn PCI

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ugen.4,v 1.4 1998/12/09 10:21:21 augustss Exp $
.\" $NetBSD: ugen.4,v 1.5 1998/12/10 23:43:32 augustss Exp $
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -106,12 +106,12 @@ The control endpoint (endpoint 0) handles the following
calls:
.Pp
.Bl -tag -width indent -compact
.It Dv USB_SET_CONFIG (int)
.It Dv USB_GET_CONFIG (int)
Get the device configuration number.
.It Dv USB_SET_CONFIG (int)
Set the device into the given configuration number.
.br
This operation can be performed when only when the control endpoint
This operation can only be performed when the control endpoint
is the sole open endpoint.
.It Dv USB_GET_ALTINTERFACE (struct usb_alt_interface)
Get the alternative setting number for the interface with the given
@ -133,7 +133,7 @@ The
.Dv config_index
is ignored in this call.
.br
This operation can be performed only when no endpoints for the interface
This operation can only be performed when no endpoints for the interface
are open.
.It Dv USB_GET_NO_ALT (struct usb_alt_interface)
Return the number of different alternate settings in the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: usb.4,v 1.7 1998/12/08 14:21:48 augustss Exp $
.\" $NetBSD: usb.4,v 1.8 1998/12/10 23:43:32 augustss Exp $
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -43,7 +43,7 @@
.Cd "usb* at uhci?"
.Cd "usb* at ohci?"
.Cd "uhub* at usb?"
.Cd "uhub* at uhub?"
.Cd "uhub* at uhub? port ? configuration ? interface ?"
.Cd "XX* at uhub? port ? configuration ? interface ?"
.Pp
.Cd "#include <dev/usb/usb.h>"