Correct arguments to free_unr(), "item" was missing.

MFC after:	1 week
This commit is contained in:
gavin 2010-02-07 20:36:23 +00:00
parent 51c5eaf29b
commit 28b830ebd8

View File

@ -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.