diff options
author | 2006-07-19 10:19:27 +0000 | |
---|---|---|
committer | 2006-07-19 10:19:27 +0000 | |
commit | 0e5073e27d32fe2d858a664c5a5cc576196e66e2 (patch) | |
tree | 3d0220cace6b418a794a08d87241c88e29a8f7b2 | |
parent | Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to (diff) | |
download | wireguard-openbsd-0e5073e27d32fe2d858a664c5a5cc576196e66e2.tar.xz wireguard-openbsd-0e5073e27d32fe2d858a664c5a5cc576196e66e2.zip |
sd, ses, and safte do not attach to mpi, they attach to scsibus. you can
look up the scsi manpage to find out what can attach to scsibus.
discussed with jmc@
-rw-r--r-- | share/man/man4/mpi.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/mpi.4 b/share/man/man4/mpi.4 index 61b2de0b6d0..9e24eeae6b6 100644 --- a/share/man/man4/mpi.4 +++ b/share/man/man4/mpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpi.4,v 1.9 2006/07/19 07:07:27 dlg Exp $ +.\" $OpenBSD: mpi.4,v 1.10 2006/07/19 10:19:27 dlg Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -111,10 +111,7 @@ and RAID 1. .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 , -.Xr safte 4 , -.Xr scsi 4 , -.Xr sd 4 , -.Xr ses 4 +.Xr scsi 4 .Sh HISTORY The .Nm |