diff options
author | 2011-04-28 03:03:41 +0000 | |
---|---|---|
committer | 2011-04-28 03:03:41 +0000 | |
commit | c61547324109694f58190ee21132f756ff42f47a (patch) | |
tree | 1703a091ae1e45c6bb70f76f7232e4cf8f7a9d19 /share/man/man4/mpath.4 | |
parent | divert-to is picky about the address family so adjust the rule (diff) | |
download | wireguard-openbsd-c61547324109694f58190ee21132f756ff42f47a.tar.xz wireguard-openbsd-c61547324109694f58190ee21132f756ff42f47a.zip |
document hds(4).
Diffstat (limited to 'share/man/man4/mpath.4')
-rw-r--r-- | share/man/man4/mpath.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/mpath.4 b/share/man/man4/mpath.4 index 7414d9c1d06..cd34fe97c96 100644 --- a/share/man/man4/mpath.4 +++ b/share/man/man4/mpath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpath.4,v 1.3 2011/04/06 11:54:56 dlg Exp $ +.\" $OpenBSD: mpath.4,v 1.4 2011/04/28 03:03:41 dlg Exp $ .\" .\" Copyright (c) 2009 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 6 2011 $ +.Dd $Mdocdate: April 28 2011 $ .Dt MPATH 4 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd SCSI multipath .Sh SYNOPSIS .Cd "emc* at scsibus?" +.Cd "hds* at scsibus?" .Cd "rdac* at scsibus?" .Cd "sym* at scsibus?" .Pp @@ -39,6 +40,7 @@ as backends to a single device attached to its own .Sh SEE ALSO .Xr ioctl 2 , .Xr emc 4 , +.Xr hds 4 , .Xr intro 4 , .Xr rdac 4 , .Xr scsi 4 , |