From owner-cvs-all@FreeBSD.ORG Fri Jan 18 22:09:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B8C16A46C; Fri, 18 Jan 2008 22:09:30 +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 111DB13C468; Fri, 18 Jan 2008 22:09:30 +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 m0IM9TFZ093884; Fri, 18 Jan 2008 22:09:29 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0IM9ToB093883; Fri, 18 Jan 2008 22:09:29 GMT (envelope-from attilio) Message-Id: <200801182209.m0IM9ToB093883@repoman.freebsd.org> From: Attilio Rao Date: Fri, 18 Jan 2008 22:09:29 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 22:09:30 -0000 attilio 2008-01-18 22:09:29 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LOCK.9 Log: Update VOP_LOCK() and VOP_UNLOCK() prototypes. Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will be axed in further commit. Revision Changes Path 1.22 +3 -3 src/share/man/man9/VOP_LOCK.9