Source-Changes-HG archive

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

[src/trunk]: src/share/man Fix a bunch of typos in various device drivers and...



details:   https://anonhg.NetBSD.org/src/rev/3f8927f6d7c8
branches:  trunk
changeset: 943206:3f8927f6d7c8
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Fri Aug 28 16:07:49 2020 +0000

description:
Fix a bunch of typos in various device drivers and kernel man pages.

diffstat:

 share/man/man4/ip.4               |  4 ++--
 share/man/man4/man4.amiga/mntva.4 |  4 ++--
 share/man/man4/mvsata.4           |  4 ++--
 share/man/man4/options.4          |  6 +++---
 share/man/man4/tea5767radio.4     |  4 ++--
 share/man/man4/ugen.4             |  4 ++--
 share/man/man9/usbnet.9           |  4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

diffs (135 lines):

diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/ip.4
--- a/share/man/man4/ip.4       Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/ip.4       Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 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 ,
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/man4.amiga/mntva.4
--- a/share/man/man4/man4.amiga/mntva.4 Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/man4.amiga/mntva.4 Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 .An Radoslaw Kujawa Aq Mt radoslaw.kujawa%gmail.com@localhost .
 .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
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/mvsata.4
--- a/share/man/man4/mvsata.4   Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/mvsata.4   Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 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.
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/options.4
--- a/share/man/man4/options.4  Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/options.4  Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 .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 @@
 .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
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/tea5767radio.4
--- a/share/man/man4/tea5767radio.4     Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/tea5767radio.4     Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 .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.
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man4/ugen.4
--- a/share/man/man4/ugen.4     Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man4/ugen.4     Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 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
diff -r bd00943345c3 -r 3f8927f6d7c8 share/man/man9/usbnet.9
--- a/share/man/man9/usbnet.9   Fri Aug 28 15:40:53 2020 +0000
+++ b/share/man/man9/usbnet.9   Fri Aug 28 16:07:49 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index