Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix a bunch of typos in various kernel man pa...
details: https://anonhg.NetBSD.org/src/rev/85dcef88cf3a
branches: trunk
changeset: 937823:85dcef88cf3a
user: fcambus <fcambus%NetBSD.org@localhost>
date: Thu Aug 27 14:14:00 2020 +0000
description:
Fix a bunch of typos in various kernel man pages.
diffstat:
share/man/man9/condvar.9 | 4 ++--
share/man/man9/ltsleep.9 | 4 ++--
share/man/man9/pci_configure_bus.9 | 4 ++--
share/man/man9/pci_intr.9 | 4 ++--
share/man/man9/timecounter.9 | 4 ++--
share/man/man9/usbdi.9 | 6 +++---
share/man/man9/uvm_map.9 | 4 ++--
share/man/man9/vfsops.9 | 6 +++---
8 files changed, 18 insertions(+), 18 deletions(-)
diffs (158 lines):
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/condvar.9
--- a/share/man/man9/condvar.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/condvar.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: condvar.9,v 1.29 2020/08/19 02:19:07 msaitoh Exp $
+.\" $NetBSD: condvar.9,v 1.30 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -310,7 +310,7 @@
/*
* Wait for the resource to become available. Timeout after
* five seconds. If the resource is not available within the
- * alloted time, return an error.
+ * allotted time, return an error.
*/
struct bintime timeout = { .sec = 5, .frac = 0 };
while (res->state == BUSY) {
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/ltsleep.9
--- a/share/man/man9/ltsleep.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/ltsleep.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ltsleep.9,v 1.18 2017/03/18 19:01:01 riastradh Exp $
+.\" $NetBSD: ltsleep.9,v 1.19 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 1996, 2002, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -223,7 +223,7 @@
pairs.
The
.Fn cv_wait*
-variant to use can be determinded from looking at the corresponding
+variant to use can be determined from looking at the corresponding
.Fn tsleep
usage.
.Pp
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/pci_configure_bus.9
--- a/share/man/man9/pci_configure_bus.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/pci_configure_bus.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_configure_bus.9,v 1.19 2020/07/10 06:28:49 wiz Exp $
+.\" $NetBSD: pci_configure_bus.9,v 1.20 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright 2001 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -192,7 +192,7 @@
The following resource types are supported:
.Bl -tag -width PCICONF_RESOURCE_PREFETCHABLE_MEM -offset indent
.It Dv PCICONF_RESOURCE_IO
-An adddress region used for PCI I/O accesses.
+An address region used for PCI I/O accesses.
.It Dv PCICONF_RESOURCE_MEM
An address region used for PCI memory accesses where reads may have side
effects.
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/pci_intr.9
--- a/share/man/man9/pci_intr.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/pci_intr.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr.9,v 1.26 2018/09/20 06:48:53 rin Exp $
+.\" $NetBSD: pci_intr.9,v 1.27 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -132,7 +132,7 @@
.Fa attr
of the interrupt handler to
.Fa data .
-Currenty, only the following attribute is supported:
+Currently, only the following attribute is supported:
.Bl -tag -width PCI_INTR_MPSAFE
.It Dv PCI_INTR_MPSAFE
If this attribute is set to
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/timecounter.9
--- a/share/man/man9/timecounter.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/timecounter.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: timecounter.9,v 1.9 2010/06/08 05:50:01 jruoho Exp $
+.\" $NetBSD: timecounter.9,v 1.10 2020/08/27 14:14:00 fcambus Exp $
.\" $OpenBSD: tc_init.9,v 1.4 2007/05/31 19:20:01 jmc Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange%openbsd.org@localhost>
@@ -163,7 +163,7 @@
.Va bintime
format is a binary number, not a pseudo-decimal number,
so it can be used as a simple binary counter
-without expensive 64 bit arithmetics.
+without expensive 64 bit arithmetic.
.Sh CODE REFERENCES
The timecounter framework is implemented in the file
.Pa sys/kern/kern_tc.c .
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/usbdi.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbdi.9,v 1.34 2018/09/04 00:00:47 mrg Exp $
+.\" $NetBSD: usbdi.9,v 1.35 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 2012 Matthew R. Green
.\" All rights reserved.
@@ -603,7 +603,7 @@
.Fa xfer ,
the private data
.Fa priv
-originally assocated with this transfer, and
+originally associated with this transfer, and
.Fa status
the status of this transfer.
.Pp
@@ -930,7 +930,7 @@
.Fn usb_init_task
function takes a pointer to a
.Ft struct usb_task
-that will be initalised, a function to call for this task
+that will be initialised, a function to call for this task
.Fa func ,
the argument to pass to
.Fa func ,
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/uvm_map.9
--- a/share/man/man9/uvm_map.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/uvm_map.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm_map.9,v 1.11 2018/08/20 14:29:05 riastradh Exp $
+.\" $NetBSD: uvm_map.9,v 1.12 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -250,7 +250,7 @@
Used by
.Fn uvm_unmap .
.It UVM_FLAG_UNMAP
-Any existing entires in the range for this mapping should be
+Any existing entries in the range for this mapping should be
unmapped as part of creating the new mapping.
Use of this flag without also specifying
.Dv UVM_FLAG_FIXED
diff -r cf8dabb492fa -r 85dcef88cf3a share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9 Thu Aug 27 14:11:57 2020 +0000
+++ b/share/man/man9/vfsops.9 Thu Aug 27 14:14:00 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vfsops.9,v 1.51 2020/08/07 17:59:32 christos Exp $
+.\" $NetBSD: vfsops.9,v 1.52 2020/08/27 14:14:00 fcambus Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -140,11 +140,11 @@
.\"
.It int (*vfs_loadvnode)() \
Ta Dv VFS_LOADVNODE \
-Ta Initialze vnode with file
+Ta Initialize vnode with file
.\"
.It int (*vfs_loadvnode)() \
Ta Dv VFS_NEWVNODE \
-Ta Initialze vnode with new file
+Ta Initialize vnode with new file
.\"
.It int (*vfs_fhtovp)() \
Ta Dv VFS_FHTOVP \
Home |
Main Index |
Thread Index |
Old Index