From owner-cvs-all Thu Dec 23 9:35:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC7C915790; Thu, 23 Dec 1999 09:35:49 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA98603; Thu, 23 Dec 1999 09:35:49 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199912231735.JAA98603@freefall.freebsd.org> From: Bruce Evans Date: Thu, 23 Dec 1999 09:35:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VOP_REALLOCBLKS.9 VOP_STRATEGY.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/12/23 09:35:49 PST Modified files: share/man/man9 VOP_REALLOCBLKS.9 VOP_STRATEGY.9 Log: Removed unused include of from synopsis. This include is needed to access the internals of buffers but not necessarily to use the VOP. recently grew a bogus dependency on for the declaration of spl*, and I prefer to fix the synopsis breakage by removing a wart instead of adding one. Revision Changes Path 1.6 +1 -3 src/share/man/man9/VOP_REALLOCBLKS.9 1.8 +1 -2 src/share/man/man9/VOP_STRATEGY.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message