Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man Typo fixes from Eitan Adler.



details:   https://anonhg.NetBSD.org/src/rev/b563673c591d
branches:  trunk
changeset: 829668:b563673c591d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Feb 08 09:03:23 2018 +0000

description:
Typo fixes from Eitan Adler.

diffstat:

 share/man/man4/ahc.4            |  4 ++--
 share/man/man4/bluetooth.4      |  4 ++--
 share/man/man4/si70xxtemp.4     |  4 ++--
 share/man/man9/copy.9           |  6 +++---
 share/man/man9/genfs_rename.9   |  4 ++--
 share/man/man9/ieee80211_node.9 |  4 ++--
 share/man/man9/pcmcia.9         |  4 ++--
 share/man/man9/pcq.9            |  4 ++--
 share/man/man9/softintr.9       |  4 ++--
 share/man/man9/splraiseipl.9    |  4 ++--
 share/man/man9/usbdi.9          |  4 ++--
 share/man/man9/wsbell.9         |  4 ++--
 12 files changed, 25 insertions(+), 25 deletions(-)

diffs (225 lines):

diff -r c93fe2bb63ee -r b563673c591d share/man/man4/ahc.4
--- a/share/man/man4/ahc.4      Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man4/ahc.4      Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 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
diff -r c93fe2bb63ee -r b563673c591d share/man/man4/bluetooth.4
--- a/share/man/man4/bluetooth.4        Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man4/bluetooth.4        Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 .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
diff -r c93fe2bb63ee -r b563673c591d share/man/man4/si70xxtemp.4
--- a/share/man/man4/si70xxtemp.4       Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man4/si70xxtemp.4       Thu Feb 08 09:03:23 2018 +0000
@@ -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 <brad%anduin.eldar.org@localhost>
 .\"
@@ -69,7 +69,7 @@
 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
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/copy.9
--- a/share/man/man9/copy.9     Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/copy.9     Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 .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 @@
 .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
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/genfs_rename.9
--- a/share/man/man9/genfs_rename.9     Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/genfs_rename.9     Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 .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 ,
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/ieee80211_node.9
--- a/share/man/man9/ieee80211_node.9   Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/ieee80211_node.9   Thu Feb 08 09:03:23 2018 +0000
@@ -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 <bms%spc.org@localhost>
 .\" Copyright (c) 2004 Darron Broad <darron%kewl.org@localhost>
@@ -157,7 +157,7 @@
 .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
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/pcmcia.9
--- a/share/man/man9/pcmcia.9   Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/pcmcia.9   Thu Feb 08 09:03:23 2018 +0000
@@ -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
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/pcq.9
--- a/share/man/man9/pcq.9      Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/pcq.9      Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 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.
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/softintr.9
--- a/share/man/man9/softintr.9 Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/softintr.9 Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 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 ,
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/splraiseipl.9
--- a/share/man/man9/splraiseipl.9      Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/splraiseipl.9      Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 .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)
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/usbdi.9    Thu Feb 08 09:03:23 2018 +0000
@@ -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 @@
 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
diff -r c93fe2bb63ee -r b563673c591d share/man/man9/wsbell.9
--- a/share/man/man9/wsbell.9   Thu Feb 08 08:32:30 2018 +0000
+++ b/share/man/man9/wsbell.9   Thu Feb 08 09:03:23 2018 +0000
@@ -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 <nathanialsloss%yahoo.com.au@localhost>
 .\" All rights reserved.
@@ -86,7 +86,7 @@
 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



Home | Main Index | Thread Index | Old Index