diff options
| author | wiz <wiz@NetBSD.org> | 2014-02-13 22:36:28 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2014-02-13 22:36:28 +0000 |
| commit | 97e5ec9d43fcd72a47ecfa18efc736d3bbe680bf (patch) | |
| tree | 8dcfcfffa25aec25479bbf98d9a1ddb3f5b0b6d6 /usr.bin | |
| parent | a6d836546c988898dc0ea6df46fb4cf0f3dabc95 (diff) | |
Fix some typos found by Rich Neswold and reported in PR 48597.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/config/config.5 | 4 | ||||
| -rw-r--r-- | usr.bin/config/config.samples.5 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/config/config.5 b/usr.bin/config/config.5 index 6de3551faee..2254b1c729c 100644 --- a/usr.bin/config/config.5 +++ b/usr.bin/config/config.5 @@ -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 out. 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 diff --git a/usr.bin/config/config.samples.5 b/usr.bin/config/config.samples.5 index 064fdbfcd20..0514d0e237a 100644 --- a/usr.bin/config/config.samples.5 +++ b/usr.bin/config/config.samples.5 @@ -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 , |
