diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-20 22:12:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-20 22:12:44 +0000 |
commit | 0fc96c8558e8df7188d4fd8140778bedde817531 (patch) | |
tree | a63ecc07fde12411d69f52a554298e5e814cbe96 /share | |
parent | 4ea03d4619dc685de0a8c8225be837119dee57d7 (diff) |
ethernet -> Ethernet
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/boot_config.8 | 6 | ||||
-rw-r--r-- | share/man/man8/diskless.8 | 4 | ||||
-rw-r--r-- | share/man/man9/bus_space.9 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index 9c37a636d4d..20fd39b6294 100644 --- a/share/man/man8/boot_config.8 +++ b/share/man/man8/boot_config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_config.8,v 1.22 2004/01/07 19:10:08 jmc Exp $ +.\" $OpenBSD: boot_config.8,v 1.23 2004/12/20 22:12:43 jsg Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -100,10 +100,10 @@ Without arguments, displays its current value. Toggle the autoconfig verbose variable. .El .Sh EXAMPLES -The ethernet card is not detected at boot because the kernel configuration +The Ethernet card is not detected at boot because the kernel configuration does not match the physical hardware configuration, e.g. wrong IRQ in OpenBSD/i386. -The ethernet card is supposed to use the +The Ethernet card is supposed to use the .Xr ne 4 driver. .Bd -literal diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 255780d5cd7..d516b6670a0 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.23 2004/04/09 21:42:25 jmc Exp $ +.\" $OpenBSD: diskless.8,v 1.24 2004/12/20 22:12:43 jsg Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -152,7 +152,7 @@ Assuming the client's hostname is to be .It 1. Add an entry to .Pa /etc/ethers -corresponding to the client's ethernet address: +corresponding to the client's Ethernet address: .Bd -literal -offset indent 8:0:20:7:c5:c7 myclient .Ed 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 |