Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Fix some typos found by Rich Neswold and repo...



details:   https://anonhg.NetBSD.org/src/rev/4f43fd86df98
branches:  trunk
changeset: 793436:4f43fd86df98
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Feb 13 22:36:28 2014 +0000

description:
Fix some typos found by Rich Neswold and reported in PR 48597.

diffstat:

 usr.bin/config/config.5         |  4 ++--
 usr.bin/config/config.samples.5 |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 50576a498873 -r 4f43fd86df98 usr.bin/config/config.5
--- a/usr.bin/config/config.5   Thu Feb 13 21:05:26 2014 +0000
+++ b/usr.bin/config/config.5   Thu Feb 13 22:36:28 2014 +0000
@@ -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 @@
 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 -r 50576a498873 -r 4f43fd86df98 usr.bin/config/config.samples.5
--- a/usr.bin/config/config.samples.5   Thu Feb 13 21:05:26 2014 +0000
+++ b/usr.bin/config/config.samples.5   Thu Feb 13 22:36:28 2014 +0000
@@ -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 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 @@
 .Ed
 .Ss Interface attributes
 .Em Interface attributes
-are a subtility of
+are a subtlety of
 .Xr config 1
 and
 .Xr autoconf 9 ,



Home | Main Index | Thread Index | Old Index