diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-20 14:34:00 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-20 14:34:00 +0000 |
commit | 99f45f049c79803eab3f4b0c95085413b6d1155c (patch) | |
tree | cf44a2f45972ef77287bfec896d4f3a8bb3000aa | |
parent | c6164a4bf2d4335287f49e006271f1eb6689a87d (diff) |
wow, i suck. two fixes by Matthew R. Dempsey for my dumb mistakes.
-rw-r--r-- | share/man/man4/ahci.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ahci.4 b/share/man/man4/ahci.4 index 0fbd4e6ff5c..5e47eb898aa 100644 --- a/share/man/man4/ahci.4 +++ b/share/man/man4/ahci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahci.4,v 1.2 2007/03/20 10:56:59 dlg Exp $ +.\" $OpenBSD: ahci.4,v 1.3 2007/03/20 14:33:59 dlg Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -22,14 +22,14 @@ .Nd Advanced Host Controller Interface for Serial ATA .Sh SYNOPSIS .Cd "ahci* at pci?" -.Cd "scsibus* at pci*" +.Cd "scsibus* at ahci?" .Sh DESCRIPTION The .Nm driver provides support for Serial ATA controllers conforming to the Advanced Host Controller Interface specification. .Pp -Several AHCI capable controllers also provide a compatality mode that +Several AHCI capable controllers also provide a compatability mode that causes them to appear as a traditional ATA controller supported by .Xr pciide 4 . .Pp |