diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-04 11:36:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-04 11:36:56 +0000 |
commit | e4f6aba2c964f23f9ea127835203e7ae4cca678b (patch) | |
tree | 075475b35a88a62bf4720f70011ac4c8c1e86229 | |
parent | 739a7c882b70200bdcc811ef105c8ff983549477 (diff) |
tweak previous; ok kettenis
-rw-r--r-- | share/man/man4/man4.sparc64/ebus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/wbsd.4 | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4 index 6463284ced0..fbd231745c3 100644 --- a/share/man/man4/man4.sparc64/ebus.4 +++ b/share/man/man4/man4.sparc64/ebus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ebus.4,v 1.21 2009/10/03 20:18:19 kettenis Exp $ +.\" $OpenBSD: ebus.4,v 1.22 2009/10/04 11:36:55 jmc Exp $ .\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $ .\" .\" Copyright (c) 1999 Matthew R. Green @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 3 2009 $ +.Dd $Mdocdate: October 4 2009 $ .Dt EBUS 4 sparc64 .Os .Sh NAME @@ -92,7 +92,7 @@ Infineon SAB82532 (ESCC2) serial communications driver .It Xr uperf 4 performance counters driver .It Xr wbsd 4 -Winbond W83L159D SD memory card interface +Winbond W83L518D/W83L519D SD memory card interface .El .Sh SEE ALSO .Xr intro 4 diff --git a/share/man/man4/wbsd.4 b/share/man/man4/wbsd.4 index 36b9a0f824d..1c823a834a8 100644 --- a/share/man/man4/wbsd.4 +++ b/share/man/man4/wbsd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wbsd.4,v 1.1 2009/10/03 20:14:34 kettenis Exp $ +.\" $OpenBSD: wbsd.4,v 1.2 2009/10/04 11:36:55 jmc Exp $ .\" .\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,20 +14,20 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 3 2009 $ +.Dd $Mdocdate: October 4 2009 $ .Dt WBSD 4 .Os .Sh NAME .Nm wbsd -.Nd Winbond WD83L158D/WD83L159D SD Memory Card Interface +.Nd Winbond W83L518D/W83L519D SD memory card interface .Sh SYNOPSIS .Cd "wbsd* at ebus?" .Cd "sdmmc* at wbsd?" .Sh DESCRIPTION The .Nm -driver provides support for the SD Memory Card Interface of the -Winbond W83L518D/W83L519D Integrated Media Reader. +driver provides support for the SD memory card interface of the +Winbond W83L518D/W83L519D integrated media reader. .Pp The .Xr sdmmc 4 @@ -40,9 +40,6 @@ whatever MMC, SD, SDHC, or SDIO devices are inserted into the SD slot. The .Nm driver first appeared in -.Nx 6.0 . -.Ox -support was added in .Ox 4.7 . .Sh AUTHORS .An -nosplit |