diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-12 08:17:32 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-12 08:17:32 +0000 |
commit | c213a1d1ff526bdffb4135c946c27298ccf3439c (patch) | |
tree | d8e7dfa623d754072c0a17dcdab06164eb509526 /share | |
parent | f1258fe18abe5c6c6967ea4a6c2eab438aacbd5f (diff) |
Fix includes. Diffy by Remco (remco at d-compu dyndns org)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vscsi.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vscsi.4 b/share/man/man4/vscsi.4 index 24c4a20d676..e93066b67ea 100644 --- a/share/man/man4/vscsi.4 +++ b/share/man/man4/vscsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vscsi.4,v 1.5 2010/03/13 14:33:09 dlg Exp $ +.\" $OpenBSD: vscsi.4,v 1.6 2010/05/12 08:17:31 claudio Exp $ .\" .\" Copyright (c) 2008 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: March 13 2010 $ +.Dd $Mdocdate: May 12 2010 $ .Dt VSCSI 4 .Os .Sh NAME @@ -26,8 +26,8 @@ .Pp .Fd #include <sys/types.h> .Fd #include <sys/ioctl.h> -.Fd #include <sys/scsi/scsi_all.h> -.Fd #include <sys/dev/vscsivar.h> +.Fd #include <scsi/scsi_all.h> +.Fd #include <dev/vscsivar.h> .Sh DESCRIPTION The .Nm |