summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-20 22:12:44 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-20 22:12:44 +0000
commit0fc96c8558e8df7188d4fd8140778bedde817531 (patch)
treea63ecc07fde12411d69f52a554298e5e814cbe96 /share/man/man9
parent4ea03d4619dc685de0a8c8225be837119dee57d7 (diff)
ethernet -> Ethernet
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/bus_space.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9
index 5b27718e065..ab9d655010f 100644
--- a/share/man/man9/bus_space.9
+++ b/share/man/man9/bus_space.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bus_space.9,v 1.13 2004/11/26 23:49:58 marco Exp $
+.\" $OpenBSD: bus_space.9,v 1.14 2004/12/20 22:12:43 jsg Exp $
.\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -1202,7 +1202,7 @@ In that case, they will never return.
.El
.Sh READING AND WRITING A SINGLE LOCATION MULTIPLE TIMES
Some devices implement single locations in bus space which are to be
-read or written multiple times to communicate data, e.g. some ethernet
+read or written multiple times to communicate data, e.g. some Ethernet
devices' packet buffer FIFOs.
In order to allow drivers to manipulate these types of devices as
efficiently as possible, the