Module Name: src
Committed By: wiz
Date: Thu Feb 13 22:36:28 UTC 2014
Modified Files:
src/usr.bin/config: config.5 config.samples.5
Log Message:
Fix some typos found by Rich Neswold and reported in PR 48597.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/config/config.5
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/config/config.samples.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/config.5
diff -u src/usr.bin/config/config.5:1.21 src/usr.bin/config/config.5:1.22
--- src/usr.bin/config/config.5:1.21 Wed Mar 3 13:53:22 2010
+++ src/usr.bin/config/config.5 Thu Feb 13 22:36:28 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.21 2010/03/03 13:53:22 pooka Exp $
+.\" $NetBSD: config.5,v 1.22 2014/02/13 22:36:28 wiz Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation.
.\" All rights reserved.
@@ -264,7 +264,7 @@ argument has the latest prefix popped ou
The
.Ar path
argument is either absolute or relative to the current defined prefix, which
-defaults to the top of ther kernel source tree.
+defaults to the top of the kernel source tree.
.It Ic ifdef Ar attribute
.It Ic ifndef Ar attribute
.It Ic elifdef Ar attribute
Index: src/usr.bin/config/config.samples.5
diff -u src/usr.bin/config/config.samples.5:1.4 src/usr.bin/config/config.samples.5:1.5
--- src/usr.bin/config/config.samples.5:1.4 Wed Apr 30 13:11:00 2008
+++ src/usr.bin/config/config.samples.5 Thu Feb 13 22:36:28 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.samples.5,v 1.4 2008/04/30 13:11:00 martin Exp $
+.\" $NetBSD: config.samples.5,v 1.5 2014/02/13 22:36:28 wiz Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation.
.\" All rights reserved.
@@ -72,7 +72,7 @@ the bus.
The driver has to try accessing the device in order to discover it.
That implies locators must be specified to some extent: a driver would
usually need the base address of the device, some need the IRQ line that the
-device is configured to use, thoug some others would just try a set of known
+device is configured to use, though some others would just try a set of known
values, at the risk of badly interacting with other devices on the bus.
.Ss Hard-wiring kernel configuration
This technique consists in specifying exactly the location of the devices on a
@@ -184,7 +184,7 @@ no device at isa0
.Ed
.Ss Interface attributes
.Em Interface attributes
-are a subtility of
+are a subtlety of
.Xr config 1
and
.Xr autoconf 9 ,