summaryrefslogtreecommitdiffstats
path: root/share/man/man9/contigmalloc.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
committerru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
commit7a3e657c56eb965857c0eaa67dfd6280cc69f93b (patch)
tree36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man9/contigmalloc.9
parente892f32ba81eb2390a9e34d8cea91ef6c95ce340 (diff)
downloadFreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.zip
FreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.tar.gz
Sort sections.
Diffstat (limited to 'share/man/man9/contigmalloc.9')
-rw-r--r--share/man/man9/contigmalloc.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/contigmalloc.9 b/share/man/man9/contigmalloc.9
index 885357b..69c9ee5 100644
--- a/share/man/man9/contigmalloc.9
+++ b/share/man/man9/contigmalloc.9
@@ -109,8 +109,6 @@ p = contigmalloc(8192, M_DEVBUF, M_ZERO, 0, (1L << 22),
Ask for 8192 bytes of zero-filled memory residing between physical
address 0 and 4194303 inclusive, aligned to a 32K boundary and not
crossing a 1M address boundary.
-.Sh SEE ALSO
-.Xr malloc 9
.Sh DIAGNOSTICS
The
.Fn contigmalloc
@@ -121,3 +119,5 @@ is zero, or if
or
.Fa boundary
is not a power of two.
+.Sh SEE ALSO
+.Xr malloc 9
OpenPOWER on IntegriCloud