Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 20:28:15 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r204258 - stable/7/share/man/man9
Message-ID:  <201002232028.o1NKSFZA071235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002232028.o1NKSFZA071235>