svn commit: r203856 - stable/8/share/man/man9

Gavin Atkinson gavin at FreeBSD.org
Sun Feb 14 09:37:14 UTC 2010


Author: gavin
Date: Sun Feb 14 09:37:13 2010
New Revision: 203856
URL: http://svn.freebsd.org/changeset/base/203856

Log:
  Merge r203636 from head:
  
    Correct arguments to free_unr(), "item" was missing.

Modified:
  stable/8/share/man/man9/alloc_unr.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/alloc_unr.9
==============================================================================
--- stable/8/share/man/man9/alloc_unr.9	Sun Feb 14 09:34:27 2010	(r203855)
+++ stable/8/share/man/man9/alloc_unr.9	Sun Feb 14 09:37:13 2010	(r203856)
@@ -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.


More information about the svn-src-all mailing list