From owner-svn-src-all@FreeBSD.ORG Tue Oct 19 15:26:08 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CF33106564A; Tue, 19 Oct 2010 15:26:08 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7368FC1F; Tue, 19 Oct 2010 15:26:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9JFQ8E6019027; Tue, 19 Oct 2010 15:26:08 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9JFQ8Ua019025; Tue, 19 Oct 2010 15:26:08 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201010191526.o9JFQ8Ua019025@svn.freebsd.org> From: Ulrich Spoerlein Date: Tue, 19 Oct 2010 15:26:08 +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: r214061 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 15:26:08 -0000 Author: uqs Date: Tue Oct 19 15:26:08 2010 New Revision: 214061 URL: http://svn.freebsd.org/changeset/base/214061 Log: mdoc: fix markup typo MFC after: 1 week (together with r213983) Modified: head/share/man/man9/vrele.9 Modified: head/share/man/man9/vrele.9 ============================================================================== --- head/share/man/man9/vrele.9 Tue Oct 19 15:18:40 2010 (r214060) +++ head/share/man/man9/vrele.9 Tue Oct 19 15:26:08 2010 (r214061) @@ -59,7 +59,7 @@ The .Fn vrele function takes an unlocked vnode and returns with the vnode unlocked. .Pp -.The +The .Fn vput function should be given a locked vnode as argument, the vnode is unlocked after the function returned.