From owner-cvs-src@FreeBSD.ORG Thu Jan 10 01:24:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9370316A417; Thu, 10 Jan 2008 01:24:00 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73E2613C43E; Thu, 10 Jan 2008 01:24:00 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0A1O0AF002822; Thu, 10 Jan 2008 01:24:00 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0A1O0Fg002821; Thu, 10 Jan 2008 01:24:00 GMT (envelope-from attilio) Message-Id: <200801100124.m0A1O0Fg002821@repoman.freebsd.org> From: Attilio Rao Date: Thu, 10 Jan 2008 01:24:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VOP_LOCK.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 01:24:00 -0000 attilio 2008-01-10 01:24:00 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LOCK.9 Log: Update vn_lock() prototype accordingly with the 'thread' argument removal. Revision Changes Path 1.20 +5 -2 src/share/man/man9/VOP_LOCK.9