From owner-svn-src-stable-7@FreeBSD.ORG Tue Feb 23 20:28:16 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 086A2106566C; Tue, 23 Feb 2010 20:28:16 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EAAD08FC13; Tue, 23 Feb 2010 20:28:15 +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 o1NKSF3u071237; Tue, 23 Feb 2010 20:28:15 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1NKSFZA071235; Tue, 23 Feb 2010 20:28:15 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201002232028.o1NKSFZA071235@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 23 Feb 2010 20:28:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204258 - stable/7/share/man/man9 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 20:28:16 -0000 Author: gavin Date: Tue Feb 23 20:28:15 2010 New Revision: 204258 URL: http://svn.freebsd.org/changeset/base/204258 Log: Merge r203636 from head: Correct arguments to free_unr(), "item" was missing. Modified: stable/7/share/man/man9/alloc_unr.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified: stable/7/share/man/man9/alloc_unr.9 ============================================================================== --- stable/7/share/man/man9/alloc_unr.9 Tue Feb 23 19:55:54 2010 (r204257) +++ stable/7/share/man/man9/alloc_unr.9 Tue Feb 23 20:28:15 2010 (r204258) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 23, 2005 +.Dd February 7, 2010 .Dt ALLOC_UNR 9 .Os .Sh NAME @@ -81,7 +81,7 @@ is returned. Same as .Fn alloc_unr except that mutex is assumed to be already locked and thus is not used. -.It Fn free_unr uh +.It Fn free_unr uh item Free a previously allocated unit number. This function may require allocating memory, and thus it can sleep. There is no pre-locked variant.