diff options
author | 2009-02-16 00:29:03 +0000 | |
---|---|---|
committer | 2009-02-16 00:29:03 +0000 | |
commit | 1b1de6ad7617ca5086fc34aedfb1a1663b3b00cb (patch) | |
tree | a823cf91846a6ff0b8733ffb29d9d9a565c15fa4 | |
parent | on some buses (eg sas and fc fabrics) the initiator id doesnt mean (diff) | |
download | wireguard-openbsd-1b1de6ad7617ca5086fc34aedfb1a1663b3b00cb.tar.xz wireguard-openbsd-1b1de6ad7617ca5086fc34aedfb1a1663b3b00cb.zip |
mention SDHC
-rw-r--r-- | share/man/man4/sdmmc.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/sdmmc.4 b/share/man/man4/sdmmc.4 index 56ce5259a3e..2dd9c5de9d8 100644 --- a/share/man/man4/sdmmc.4 +++ b/share/man/man4/sdmmc.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: sdmmc.4,v 1.6 2009/01/09 01:03:06 jsg Exp $ +.\" $OpenBSD: sdmmc.4,v 1.7 2009/02/16 00:29:03 djm Exp $ .\" .\" Theo de Raadt, 2006. Public Domain. .\" -.Dd $Mdocdate: January 9 2009 $ +.Dd $Mdocdate: February 16 2009 $ .Dt SDMMC 4 .Os .Sh NAME @@ -20,7 +20,7 @@ The subsystem provides machine-independent bus support and drivers for SD/MMC devices. .Pp -Standard SD memory devices will show up as a fake SCSI disk, using +Standard SD/SDHC memory devices will show up as a fake SCSI disk, using .Xr scsibus 4 and .Xr sd 4 . |