summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:35:48 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:35:48 +0000
commit6e69b44b9d4cdf09f6fea49ba1a854fe7bf02188 (patch)
treecae6fb2f814d3c4261c9c618fccf350b053d3788
parentb0dfc986d0c0ab780e0d25b4fa5f4a94e6f50ae9 (diff)
downloadFreeBSD-src-6e69b44b9d4cdf09f6fea49ba1a854fe7bf02188.zip
FreeBSD-src-6e69b44b9d4cdf09f6fea49ba1a854fe7bf02188.tar.gz
Removed unused include of <sys/buf.h> from synopsis. This include is
needed to access the internals of buffers but not necessarily to use the VOP. <sys/buf.h> recently grew a bogus dependency on <sys/systm.h> for the declaration of spl*, and I prefer to fix the synopsis breakage by removing a wart instead of adding one.
-rw-r--r--share/man/man9/VOP_REALLOCBLKS.92
-rw-r--r--share/man/man9/VOP_STRATEGY.91
2 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man9/VOP_REALLOCBLKS.9 b/share/man/man9/VOP_REALLOCBLKS.9
index 51da827..d0a8315 100644
--- a/share/man/man9/VOP_REALLOCBLKS.9
+++ b/share/man/man9/VOP_REALLOCBLKS.9
@@ -37,7 +37,6 @@
.Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/vnode.h>
-.Fd #include <sys/buf.h>
.Ft int
.Fn VOP_REALLOCBLKS "struct vnode *vp" "struct cluster_save *buflist"
.Sh DESCRIPTION
@@ -59,4 +58,3 @@ Zero is returned on success, otherwise an error is returned.
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
-
diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9
index 5633f3d..6a65c29 100644
--- a/share/man/man9/VOP_STRATEGY.9
+++ b/share/man/man9/VOP_STRATEGY.9
@@ -37,7 +37,6 @@
.Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/vnode.h>
-.Fd #include <sys/buf.h>
.Ft int
.Fn VOP_STRATEGY "struct vnode *vp" "struct buf *bp"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud