Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 {independant, indepedant}->independent



details:   https://anonhg.NetBSD.org/src/rev/fb514284536e
branches:  trunk
changeset: 510522:fb514284536e
user:      abs <abs%NetBSD.org@localhost>
date:      Thu May 31 10:51:21 2001 +0000

description:
{independant,indepedant}->independent

diffstat:

 share/man/man9/wdc.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r cab7f2e22893 -r fb514284536e share/man/man9/wdc.9
--- a/share/man/man9/wdc.9      Thu May 31 09:19:25 2001 +0000
+++ b/share/man/man9/wdc.9      Thu May 31 10:51:21 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wdc.9,v 1.4 2000/05/15 06:34:47 bouyer Exp $
+.\"    $NetBSD: wdc.9,v 1.5 2001/05/31 10:51:21 abs Exp $
 
 .\"
 .\" Copyright (c) 1998 Manuel Bouyer.
@@ -37,7 +37,7 @@
 .Os
 .Sh NAME
 .Nm wdc
-.Nd machine-indepedant IDE/ATAPI driver
+.Nd machine-independent IDE/ATAPI driver
 .Sh SYNOPSIS
 .Fd #include <dev/ata/atavar.h>
 .Fd #include <sys/dev/ic/wdcvar.h>
@@ -48,7 +48,7 @@
 .Sh description
 The
 .Nm
-driver provides the machine independant core functions for driving IDE
+driver provides the machine independent core functions for driving IDE
 devices.
 IDE devices-specific drivers (
 .Nm wd
@@ -57,7 +57,7 @@
 will use services provided by
 .Nm wdc .
 .Pp
-The machine-dependant bus front-end provides informations to
+The machine-dependent bus front-end provides informations to
 .Nm
 vith the 
 .Va wdc_softc
@@ -311,7 +311,7 @@
 can point to a common
 .Va struct channel_queue
 if the controller doesn't support concurent access to his different channels.
-If each channels are independant, it his recommended that each channel have
+If each channels are independent, it his recommended that each channel have
 his own
 .Va ch_queue .
 Better performances will result.



Home | Main Index | Thread Index | Old Index