From owner-svn-src-head@FreeBSD.ORG Fri Apr 10 10:59:48 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68261106566C; Fri, 10 Apr 2009 10:59:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5620E8FC17; Fri, 10 Apr 2009 10:59:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3AAxmxd046607; Fri, 10 Apr 2009 10:59:48 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3AAxmTh046606; Fri, 10 Apr 2009 10:59:48 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200904101059.n3AAxmTh046606@svn.freebsd.org> From: Robert Watson Date: Fri, 10 Apr 2009 10:59:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190889 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 10:59:48 -0000 Author: rwatson Date: Fri Apr 10 10:59:48 2009 New Revision: 190889 URL: http://svn.freebsd.org/changeset/base/190889 Log: Remove VOP_LEASE(9) man page, as we no longer have a VOP_LEASE() in the kernel. Deleted: head/share/man/man9/VOP_LEASE.9 Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Fri Apr 10 10:52:19 2009 (r190888) +++ head/share/man/man9/Makefile Fri Apr 10 10:59:48 2009 (r190889) @@ -331,7 +331,6 @@ MAN= accept_filter.9 \ VOP_GETVOBJECT.9 \ VOP_INACTIVE.9 \ VOP_IOCTL.9 \ - VOP_LEASE.9 \ VOP_LINK.9 \ VOP_LISTEXTATTR.9 \ VOP_LOCK.9 \