diff options
-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 | ||||
-rw-r--r-- | usr.sbin/eeprom/eeprom.8 | 4 |
4 files changed, 13 insertions, 13 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 diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index 3f178d8dcb1..d6ae4c87b6b 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eeprom.8,v 1.14 2004/08/24 08:15:04 jmc Exp $ +.\" $OpenBSD: eeprom.8,v 1.15 2007/05/29 16:44:45 sobrado Exp $ .\" $NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -271,7 +271,7 @@ but for ttyb. .It Ar sbus-probe-list Four digits in the format .Dq 0123 -specifying which order to probe the sbus at power-up. +specifying which order to probe the SBus at power-up. It is unlikely that this value should ever be changed. .It Ar screen-#columns An 8-bit integer specifying the number of columns on the console. |