diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-24 07:17:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-24 07:17:33 +0000 |
commit | f3d00613d4f59f0d040e1c9d5eaa0656cc088426 (patch) | |
tree | 3098fb6c773f15ac62aa19e343416db6e62040db | |
parent | 2a629db0e983bda0e93ada025f41e4c22d4977a3 (diff) |
correct includes;
ok deraadt@ fgsch@
-rw-r--r-- | share/man/man4/usb.4 | 4 | ||||
-rw-r--r-- | share/man/man5/fs.5 | 4 | ||||
-rw-r--r-- | share/man/man9/systrace.9 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 211fc6d563b..92bb827bf0c 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.25 2003/05/05 13:51:58 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.26 2004/02/24 07:17:32 jmc Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -284,7 +284,7 @@ driver can attach. Use the following to get access to the .Tn USB specific structures and defines. -.Fd #include <sys/dev/usb.h> +.Fd #include <dev/usb/usb.h> .Pp The .Pa /dev/usbN diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 552a964878d..ad59186c49f 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fs.5,v 1.12 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: fs.5,v 1.13 2004/02/24 07:17:32 jmc Exp $ .\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -39,7 +39,7 @@ .Nd format of file system volume .Sh SYNOPSIS .Fd #include <sys/types.h> -.Fd #include <ufs/ufs/fs.h> +.Fd #include <ufs/ffs/fs.h> .Fd #include <ufs/ufs/inode.h> .Sh DESCRIPTION The files diff --git a/share/man/man9/systrace.9 b/share/man/man9/systrace.9 index e7cbe9390c6..8b57ac1c232 100644 --- a/share/man/man9/systrace.9 +++ b/share/man/man9/systrace.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.9,v 1.3 2003/08/29 19:46:29 tedu Exp $ +.\" $OpenBSD: systrace.9,v 1.4 2004/02/24 07:17:32 jmc Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -32,7 +32,7 @@ .Nm systrace_exit .Nd "enforce policies for system calls" .Sh SYNOPSIS -.Fd #include <sys/dev/systrace.h> +.Fd #include <dev/systrace.h> .Ft int .Fn systrace_redirect "int code" "struct proc *p" "void *args" "register_t *retval" .Ft void |