diff options
-rw-r--r-- | share/man/man4/sdmmc.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/sdmmc.4 b/share/man/man4/sdmmc.4 index 4e93f058672..2722debdbb3 100644 --- a/share/man/man4/sdmmc.4 +++ b/share/man/man4/sdmmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sdmmc.4,v 1.2 2006/05/28 18:42:52 uwe Exp $ +.\" $OpenBSD: sdmmc.4,v 1.3 2006/05/28 20:38:21 jmc Exp $ .\" .\" Theo de Raadt, 2006. Public Domain. .\" @@ -17,15 +17,15 @@ 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 memory devices will show up as a fake SCSI disk, using .Xr scsibus 4 and .Xr sd 4 . .Sh SEE ALSO .Xr intro 4 , .Xr scsibus 4 , -.Xr sdhc 4 , -.Xr sd 4 +.Xr sd 4 , +.Xr sdhc 4 .Sh HISTORY The .Nm |