Module Name: src
Committed By: dholland
Date: Thu Feb 8 09:03:23 UTC 2018
Modified Files:
src/share/man/man4: ahc.4 bluetooth.4 si70xxtemp.4
src/share/man/man9: copy.9 genfs_rename.9 ieee80211_node.9 pcmcia.9
pcq.9 softintr.9 splraiseipl.9 usbdi.9 wsbell.9
Log Message:
Typo fixes from Eitan Adler.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/ahc.4
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/bluetooth.4
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/si70xxtemp.4
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/copy.9
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/genfs_rename.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/ieee80211_node.9 \
src/share/man/man9/pcq.9
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/pcmcia.9
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/softintr.9
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/splraiseipl.9
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/usbdi.9
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/wsbell.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/ahc.4
diff -u src/share/man/man4/ahc.4:1.34 src/share/man/man4/ahc.4:1.35
--- src/share/man/man4/ahc.4:1.34 Mon Jul 3 21:30:58 2017
+++ src/share/man/man4/ahc.4 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ahc.4,v 1.34 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: ahc.4,v 1.35 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 2000
.\" Justin T. Gibbs. All rights reserved.
@@ -423,7 +423,7 @@ controller when the transfer is resumed.
When the host queues another transaction for the controller to
execute, the controller firmware will use a free SCB if one is
available.
-Otherwise, the state of the most recently disconnected (and therefor
+Otherwise, the state of the most recently disconnected (and therefore
most likely to stay disconnected) SCB is saved, via DMA, to host
memory, and the local SCB reused to start the new transaction.
This allows the controller to queue up to
Index: src/share/man/man4/bluetooth.4
diff -u src/share/man/man4/bluetooth.4:1.20 src/share/man/man4/bluetooth.4:1.21
--- src/share/man/man4/bluetooth.4:1.20 Mon Jul 3 21:30:58 2017
+++ src/share/man/man4/bluetooth.4 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bluetooth.4,v 1.20 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: bluetooth.4,v 1.21 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2006 Itronix Inc.
.\" All rights reserved.
@@ -139,7 +139,7 @@ devices and make use of the
.Ar bt_psm
field in the
.Ar sockaddr_bt
-structure to select the Protocol/Sevice Multiplexer to specify when making
+structure to select the Protocol/Service Multiplexer to specify when making
connections.
If the special value of
.Dv L2CAP_PSM_ANY
Index: src/share/man/man4/si70xxtemp.4
diff -u src/share/man/man4/si70xxtemp.4:1.3 src/share/man/man4/si70xxtemp.4:1.4
--- src/share/man/man4/si70xxtemp.4:1.3 Sat Dec 30 03:19:23 2017
+++ src/share/man/man4/si70xxtemp.4 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: si70xxtemp.4,v 1.3 2017/12/30 03:19:23 christos Exp $
+.\" $NetBSD: si70xxtemp.4,v 1.4 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2017 Brad Spencer <[email protected]>
.\"
@@ -69,7 +69,7 @@ Depending on the resolution, and other f
The driver will attempt to read back the values readattempts number of
times.
The default is 25 which should be more than enough for most purposes.
-There is an intial wait of 10,500 microseconds followed by
+There is an initial wait of 10,500 microseconds followed by
a additional 1,000 microseconds per read attempt.
.El
.Sh SEE ALSO
Index: src/share/man/man9/copy.9
diff -u src/share/man/man9/copy.9:1.19 src/share/man/man9/copy.9:1.20
--- src/share/man/man9/copy.9:1.19 Fri Sep 12 00:35:12 2008
+++ src/share/man/man9/copy.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: copy.9,v 1.19 2008/09/12 00:35:12 simonb Exp $
+.\" $NetBSD: copy.9,v 1.20 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 1996, 2002 Jason R. Thorpe.
.\" All rights reserved.
@@ -145,7 +145,7 @@ except it operates on the address space
.It Fn ioctl_copyin
Like
.Fn copyin ,
-except it operates on kernel adresses when the
+except it operates on kernel addresses when the
.Dv FKIOCTL
flag is passed in
.Fa ioctlflags
@@ -153,7 +153,7 @@ from the ioctl call.
.It Fn ioctl_copyout
Like
.Fn copyout ,
-except it operates on kernel adresses when the
+except it operates on kernel addresses when the
.Dv FKIOCTL
flag is passed in
.Fa ioctlflags
Index: src/share/man/man9/genfs_rename.9
diff -u src/share/man/man9/genfs_rename.9:1.3 src/share/man/man9/genfs_rename.9:1.4
--- src/share/man/man9/genfs_rename.9:1.3 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/genfs_rename.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: genfs_rename.9,v 1.3 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: genfs_rename.9,v 1.4 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2013 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -605,7 +605,7 @@ is very complicated because it must fit
.Xr VOP_RENAME 9
and
.Xr VOP_LOOKUP 9
-protocols until we can fix them, and because it must accomodate a
+protocols until we can fix them, and because it must accommodate a
variety of crufty file systems.
.Sh SEE ALSO
.Xr genfs 9 ,
Index: src/share/man/man9/ieee80211_node.9
diff -u src/share/man/man9/ieee80211_node.9:1.7 src/share/man/man9/ieee80211_node.9:1.8
--- src/share/man/man9/ieee80211_node.9:1.7 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/ieee80211_node.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ieee80211_node.9,v 1.7 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: ieee80211_node.9,v 1.8 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <[email protected]>
.\" Copyright (c) 2004 Darron Broad <[email protected]>
@@ -157,7 +157,7 @@ The
.Fn ieee80211_end_scan
function is called by
.Fn ieee80211_next_scan
-when the state machine has peformed a full cycle of scanning on
+when the state machine has performed a full cycle of scanning on
all available radio channels.
Internally,
.Fn ieee80211_end_scan
Index: src/share/man/man9/pcq.9
diff -u src/share/man/man9/pcq.9:1.7 src/share/man/man9/pcq.9:1.8
--- src/share/man/man9/pcq.9:1.7 Sat Apr 18 08:04:58 2015
+++ src/share/man/man9/pcq.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: pcq.9,v 1.7 2015/04/18 08:04:58 mlelstv Exp $
+.\" $NetBSD: pcq.9,v 1.8 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -99,7 +99,7 @@ Remove the next item to be consumed from
If the queue is empty,
return
.Dv NULL .
-The caller must prevent concurrent gets from occuring.
+The caller must prevent concurrent gets from occurring.
.It Fn pcq_maxitems "pcq"
Return the maximum number of items that the queue can store at
any one time.
Index: src/share/man/man9/pcmcia.9
diff -u src/share/man/man9/pcmcia.9:1.20 src/share/man/man9/pcmcia.9:1.21
--- src/share/man/man9/pcmcia.9:1.20 Mon May 30 01:48:40 2011
+++ src/share/man/man9/pcmcia.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: pcmcia.9,v 1.20 2011/05/30 01:48:40 dyoung Exp $
+.\" $NetBSD: pcmcia.9,v 1.21 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -109,7 +109,7 @@
The machine-independent
.Nm
subsystem provides support for PC-Card devices defined by the Personal
-Computer Memory Card International Assocation (PCMCIA).
+Computer Memory Card International Association (PCMCIA).
The
.Nm
bus supports insertion and removal of cards while a system is
Index: src/share/man/man9/softintr.9
diff -u src/share/man/man9/softintr.9:1.21 src/share/man/man9/softintr.9:1.22
--- src/share/man/man9/softintr.9:1.21 Thu Jun 30 20:09:16 2011
+++ src/share/man/man9/softintr.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: softintr.9,v 1.21 2011/06/30 20:09:16 wiz Exp $
+.\" $NetBSD: softintr.9,v 1.22 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -132,7 +132,7 @@ The following is a brief description of
Register a software interrupt.
The
.Fa flags
-value must contain one of the following constants, specifing
+value must contain one of the following constants, specifying
the priority level for the soft interrupt:
.Pp
.Dv SOFTINT_CLOCK ,
Index: src/share/man/man9/splraiseipl.9
diff -u src/share/man/man9/splraiseipl.9:1.8 src/share/man/man9/splraiseipl.9:1.9
--- src/share/man/man9/splraiseipl.9:1.8 Thu Jul 9 11:34:59 2015
+++ src/share/man/man9/splraiseipl.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: splraiseipl.9,v 1.8 2015/07/09 11:34:59 wiz Exp $
+.\" $NetBSD: splraiseipl.9,v 1.9 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -76,7 +76,7 @@ The following two lines are functional e
.Pp
Because
.Fn makeiplcookie
-can be slow and is not expected to be used in a perfomance critical path,
+can be slow and is not expected to be used in a performance critical path,
it's better to do it beforehand.
.Bd -literal
initialization_code(ipl_t ipl)
Index: src/share/man/man9/usbdi.9
diff -u src/share/man/man9/usbdi.9:1.32 src/share/man/man9/usbdi.9:1.33
--- src/share/man/man9/usbdi.9:1.32 Sun Apr 24 15:11:26 2016
+++ src/share/man/man9/usbdi.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbdi.9,v 1.32 2016/04/24 15:11:26 wiz Exp $
+.\" $NetBSD: usbdi.9,v 1.33 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2012 Matthew R. Green
.\" All rights reserved.
@@ -719,7 +719,7 @@ macro.
The
.Fa bmRequestType
holds the request type of this USB request, which describes the
-indended recipient of the request.
+intended recipient of the request.
.Pp
This may be one of:
.Bl -tag -width UT_WRITEXX -offset offset -compact
Index: src/share/man/man9/wsbell.9
diff -u src/share/man/man9/wsbell.9:1.2 src/share/man/man9/wsbell.9:1.3
--- src/share/man/man9/wsbell.9:1.2 Fri Jun 30 05:22:14 2017
+++ src/share/man/man9/wsbell.9 Thu Feb 8 09:03:23 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsbell.9,v 1.2 2017/06/30 05:22:14 pgoyette Exp $
+.\" $NetBSD: wsbell.9,v 1.3 2018/02/08 09:03:23 dholland Exp $
.\"
.\" Copyright (c) 2017 Nathanial Sloss <[email protected]>
.\" All rights reserved.
@@ -86,7 +86,7 @@ and call
to perform the attach (see
.Xr autoconf 9 ) .
.Sh OPERATION
-When a bell event is recieved on a
+When a bell event is received on a
.Xr wsdisplay 4
device the system bell is sounded.
.Sh CODE REFERENCES