summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-01-30 03:17:07 +0000
committeremaste <emaste@FreeBSD.org>2015-01-30 03:17:07 +0000
commitd4eed58eee53e1537586cec67323be86c16fad05 (patch)
treee90149411d74e7e8b45de8dd4de6baf7373e0187 /share
parente4e7ddde97f2ece19d8dddad2a9cbbff9e41c481 (diff)
downloadFreeBSD-src-d4eed58eee53e1537586cec67323be86c16fad05.zip
FreeBSD-src-d4eed58eee53e1537586cec67323be86c16fad05.tar.gz
Add note that contigfree(9) does not accept NULL
Differential Revision: https://reviews.freebsd.org/D1721
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/contigmalloc.99
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man9/contigmalloc.9 b/share/man/man9/contigmalloc.9
index ba1f428..a1d447f 100644
--- a/share/man/man9/contigmalloc.9
+++ b/share/man/man9/contigmalloc.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 19, 2007
+.Dd January 29, 2015
.Dt CONTIGMALLOC 9
.Os
.Sh NAME
@@ -100,6 +100,13 @@ However, unless
.Dv M_NOWAIT
is specified, it may select a page for reclamation that must first be
written to backing storage, causing it to sleep.
+.Pp
+The
+.Fn contigfree
+function does not accept
+.Dv NULL
+as an address input, unlike
+.Xr free 9 .
.Sh RETURN VALUES
The
.Fn contigmalloc
OpenPOWER on IntegriCloud