summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-02-07 20:36:23 +0000
committergavin <gavin@FreeBSD.org>2010-02-07 20:36:23 +0000
commit28b830ebd8e55e8f5e916a9b8658c4975f6aaa7c (patch)
tree1ea346ff44722432a4ac88ae6d2b946260caec26 /share/man/man9
parent51c5eaf29b67e9b9928054dbd502f255f33b2081 (diff)
downloadFreeBSD-src-28b830ebd8e55e8f5e916a9b8658c4975f6aaa7c.zip
FreeBSD-src-28b830ebd8e55e8f5e916a9b8658c4975f6aaa7c.tar.gz
Correct arguments to free_unr(), "item" was missing.
MFC after: 1 week
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/alloc_unr.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/alloc_unr.9 b/share/man/man9/alloc_unr.9
index ee805a3..2ba93e6 100644
--- a/share/man/man9/alloc_unr.9
+++ b/share/man/man9/alloc_unr.9
@@ -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.
OpenPOWER on IntegriCloud