diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 16:44:46 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 16:44:46 +0000 |
commit | 999a92415e6bc03dff3c8836b6755f19400c5429 (patch) | |
tree | d10bf12a3faf9bd0fa59488662e7c10469ecda43 /share | |
parent | 71b3e93e28a5c69176d62c79cab0708b43769cdc (diff) |
use the right capitalization for `EBus' and `SBus'
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc/le.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/le.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/uperf.4 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/man4.sparc/le.4 b/share/man/man4/man4.sparc/le.4 index f7e230dc613..0ae73718b90 100644 --- a/share/man/man4/man4.sparc/le.4 +++ b/share/man/man4/man4.sparc/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.23 2006/11/08 03:56:52 brad Exp $ +.\" $OpenBSD: le.4,v 1.24 2007/05/29 16:44:45 sobrado Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -41,9 +41,9 @@ .Nd AMD LANCE Ethernet device .Sh SYNOPSIS .Cd "le0 at sbus0 " Pq "sun4c onboard" -.Cd "le* at sbus? " Pq Sbus -.Cd "lebuffer* at sbus? " Pq Sbus -.Cd "le* at lebuffer? " Pq Sbus +.Cd "le* at sbus? " Pq SBus +.Cd "lebuffer* at sbus? " Pq SBus +.Cd "le* at lebuffer? " Pq SBus .Cd "ledma0 at sbus0 " Pq "sun4m onboard" .Cd "le0 at ledma0 " Pq "sun4m onboard" .Cd "le0 at obio0 addr 0xf9000000 level 6 " Pq sun4/300 diff --git a/share/man/man4/man4.sparc64/le.4 b/share/man/man4/man4.sparc64/le.4 index 0ec778779ad..e6dd2da9528 100644 --- a/share/man/man4/man4.sparc64/le.4 +++ b/share/man/man4/man4.sparc64/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.13 2006/11/08 03:56:52 brad Exp $ +.\" $OpenBSD: le.4,v 1.14 2007/05/29 16:44:45 sobrado Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -42,9 +42,9 @@ .Sh SYNOPSIS .Cd "ledma* at sbus? " Pq onboard .Cd "le* at ledma* " Pq onboard -.Cd "le* at sbus? " Pq sbus -.Cd "lebuffer* at sbus? " Pq sbus -.Cd "le* at lebuffer? " Pq sbus +.Cd "le* at sbus? " Pq SBus +.Cd "lebuffer* at sbus? " Pq SBus +.Cd "le* at lebuffer? " Pq SBus .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.sparc64/uperf.4 b/share/man/man4/man4.sparc64/uperf.4 index 5609156b944..5000e4b90e4 100644 --- a/share/man/man4/man4.sparc64/uperf.4 +++ b/share/man/man4/man4.sparc64/uperf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uperf.4,v 1.12 2004/09/30 19:59:28 mickey Exp $ +.\" $OpenBSD: uperf.4,v 1.13 2007/05/29 16:44:45 sobrado Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -37,8 +37,8 @@ Some UltraSPARC host bridges provide performance counters on their host bridges. The counters are a part of the system controller chip (usc, dsc, or qsc). -On PCI machines the system controller shows up as a device on the EBUS, but -on SBUS machines the system controller exists in SBUS space. +On PCI machines the system controller shows up as a device on the EBus, but +on SBus machines the system controller exists in SBus space. The .Nm driver provides access to these counters via |