Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 typos
details: https://anonhg.NetBSD.org/src/rev/cd1e8852d744
branches: trunk
changeset: 524924:cd1e8852d744
user: heinz <heinz%NetBSD.org@localhost>
date: Tue Apr 02 14:14:45 2002 +0000
description:
typos
diffstat:
share/man/man9/autoconf.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3e937447a280 -r cd1e8852d744 share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Tue Apr 02 13:17:41 2002 +0000
+++ b/share/man/man9/autoconf.9 Tue Apr 02 14:14:45 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $
+.\" $NetBSD: autoconf.9,v 1.10 2002/04/02 14:14:45 heinz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -90,7 +90,7 @@
where the bus driver can determine the devices present. The
autoconfiguration framework also supports
.Em indirect configuration
-where the drivers must probe the bus looking the presence of a device.
+where the drivers must probe the bus looking for the presence of a device.
Direct configuration is preferred since it can find hardware
regardless of the presence of proper drivers.
.Pp
@@ -171,7 +171,7 @@
matched, the system prints the name of the child and parent devices,
and then calls the
.Fa print
-function to produce addition information if desired. If no driver
+function to produce additional information if desired. If no driver
takes a match, the same
.Fa print
function is called to complain. The print function is called with the
@@ -233,7 +233,7 @@
It is called to activate resources and initialise other kernel
subsystems (such as the network subsystem).
.Fn config_activate
-is called from interrupt contect after the device has been attached.
+is called from interrupt context after the device has been attached.
.It Fn config_deactivate "dev"
Called by the parent to deactivate the child device
.Fa dev .
Home |
Main Index |
Thread Index |
Old Index