Module Name: src
Committed By: fcambus
Date: Fri Aug 28 16:07:49 UTC 2020
Modified Files:
src/share/man/man4: ip.4 mvsata.4 options.4 tea5767radio.4 ugen.4
src/share/man/man4/man4.amiga: mntva.4
src/share/man/man9: usbnet.9
Log Message:
Fix a bunch of typos in various device drivers and kernel man pages.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man4/ip.4
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/mvsata.4
cvs rdiff -u -r1.515 -r1.516 src/share/man/man4/options.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/tea5767radio.4
cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/ugen.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.amiga/mntva.4
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/usbnet.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/ip.4
diff -u src/share/man/man4/ip.4:1.43 src/share/man/man4/ip.4:1.44
--- src/share/man/man4/ip.4:1.43 Mon Jan 1 12:45:07 2018
+++ src/share/man/man4/ip.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: ip.4,v 1.43 2018/01/01 12:45:07 wiz Exp $
+.\" $NetBSD: ip.4,v 1.44 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -493,7 +493,7 @@ option, using an integer parameter as a
transparently manipulate the
.Dv IP_RECVPKTINFO
option instead.
-Source code compatbility with both environments is thus maintained.
+Source code compatibility with both environments is thus maintained.
.Sh SEE ALSO
.Xr getsockopt 2 ,
.Xr recv 2 ,
Index: src/share/man/man4/mvsata.4
diff -u src/share/man/man4/mvsata.4:1.10 src/share/man/man4/mvsata.4:1.11
--- src/share/man/man4/mvsata.4:1.10 Mon Oct 29 21:02:15 2018
+++ src/share/man/man4/mvsata.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: mvsata.4,v 1.10 2018/10/29 21:02:15 wiz Exp $
+.\" $NetBSD: mvsata.4,v 1.11 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 2009 KIYOHARA Takashi
.\" All rights reserved.
@@ -122,7 +122,7 @@ can be used instead.
This controller hardware is very old and pretty peculiar, with
poor ATAPI support.
It's very unlikely that the driver will receive any further changes,
-particularily not for the Gen I and Gen II controllers.
+particularly not for the Gen I and Gen II controllers.
Use an
.Xr ahcisata 4
compatible controller instead.
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.515 src/share/man/man4/options.4:1.516
--- src/share/man/man4/options.4:1.515 Mon Aug 24 19:30:00 2020
+++ src/share/man/man4/options.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.515 2020/08/24 19:30:00 ryoon Exp $
+.\" $NetBSD: options.4,v 1.516 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -899,7 +899,7 @@ for details.
.Bq Em EXPERIMENTAL
Includes code for the UDF file system commonly found on CD and DVD
media but also on USB sticks.
-Currently supports read and write access upto UDF 2.01 and somewhat limited
+Currently supports read and write access up to UDF 2.01 and somewhat limited
write support for UDF 2.50.
It is marked experimental since there is no
.Xr fsck_udf 8 .
@@ -1570,7 +1570,7 @@ Show system call entry points.
.It Dv SCDEBUG_RETURNS
Show system call exit points.
.It Dv SCDEBUG_ALL
-Show all system call requestes, including unimplemented calls.
+Show all system call requests, including unimplemented calls.
.It Dv SCDEBUG_SHOWARGS
Show the arguments provided.
.It Dv SCDEBUG_KERNHIST
Index: src/share/man/man4/tea5767radio.4
diff -u src/share/man/man4/tea5767radio.4:1.2 src/share/man/man4/tea5767radio.4:1.3
--- src/share/man/man4/tea5767radio.4:1.2 Sat Jul 28 07:51:53 2018
+++ src/share/man/man4/tea5767radio.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: tea5767radio.4,v 1.2 2018/07/28 07:51:53 wiz Exp $
+.\" $NetBSD: tea5767radio.4,v 1.3 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 2018 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -70,7 +70,7 @@ Force enables hardware search support.
.Sh CAVEATS
Many popular TEA5767 evaluation boards feature low quality 32.768kHz crystals.
The inaccuracy of these crystals may often lead to malfunction of the hardware
-search funciton.
+search function.
Therefore, the
.Nm
driver tries to detect the crystal quality during attachment.
Index: src/share/man/man4/ugen.4
diff -u src/share/man/man4/ugen.4:1.37 src/share/man/man4/ugen.4:1.38
--- src/share/man/man4/ugen.4:1.37 Sat Sep 14 11:19:38 2019
+++ src/share/man/man4/ugen.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: ugen.4,v 1.37 2019/09/14 11:19:38 tnn Exp $
+.\" $NetBSD: ugen.4,v 1.38 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -67,7 +67,7 @@ The second form of attachment can be use
only one interface from some device for use by the
.Nm
driver.
-Most likely you want to explicitily specify at least vendor,
+Most likely you want to explicitly specify at least vendor,
product and interface with this form,
as otherwise the
.Nm
Index: src/share/man/man4/man4.amiga/mntva.4
diff -u src/share/man/man4/man4.amiga/mntva.4:1.2 src/share/man/man4/man4.amiga/mntva.4:1.3
--- src/share/man/man4/man4.amiga/mntva.4:1.2 Tue Oct 4 09:21:05 2016
+++ src/share/man/man4/man4.amiga/mntva.4 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: mntva.4,v 1.2 2016/10/04 09:21:05 wiz Exp $
+.\" $NetBSD: mntva.4,v 1.3 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -68,7 +68,7 @@ and
.An Radoslaw Kujawa Aq Mt [email protected] .
.Sh CAVEATS
There is no way to detect whether the card is used as a console.
-Therefore, the user has to explicitely set the
+Therefore, the user has to explicitly set the
.Dv MNTVA_CONSOLE
option in the kernel config file.
.Pp
Index: src/share/man/man9/usbnet.9
diff -u src/share/man/man9/usbnet.9:1.12 src/share/man/man9/usbnet.9:1.13
--- src/share/man/man9/usbnet.9:1.12 Sun Aug 9 09:20:30 2020
+++ src/share/man/man9/usbnet.9 Fri Aug 28 16:07:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbnet.9,v 1.12 2020/08/09 09:20:30 mrg Exp $
+.\" $NetBSD: usbnet.9,v 1.13 2020/08/28 16:07:49 fcambus Exp $
.\"
.\" Copyright (c) 2019 Matthew R. Green
.\" All rights reserved.
@@ -846,7 +846,7 @@ which can use either
.Fn usbnet_enqueue
or
.Fn usbnet_input
-to pass the packets upto higher layers.
+to pass the packets up to higher layers.
The typical interface
.Dq if_start
function and any additional functions used will normal be replaced