summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2016-09-27 19:00:22 +0000
committerpluknet <pluknet@FreeBSD.org>2016-09-27 19:00:22 +0000
commit1bb92b4e03440f10fd31b47e46fec5b6a6957d7e (patch)
tree58eddc0b28fc2ed7fe9b5dba3affb0a688eedf88 /share/man/man9
parent8bf475baaa5795d0c7ab4e3ecb8ca0a5b3861d06 (diff)
downloadFreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.zip
FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.tar.gz
MFC r274925: misc mdoc fixes.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/get_cyclecount.91
-rw-r--r--share/man/man9/malloc.912
-rw-r--r--share/man/man9/sleepqueue.91
3 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man9/get_cyclecount.9 b/share/man/man9/get_cyclecount.9
index eabaeb1..04efdd5 100644
--- a/share/man/man9/get_cyclecount.9
+++ b/share/man/man9/get_cyclecount.9
@@ -77,7 +77,6 @@ and
processors use the
.Li TSC
register.
-.Pp
The
.Tn IA64
processors use the
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 9653b58..45a52d1 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -208,12 +208,6 @@ one must include
.In sys/types.h )
and
.In sys/kernel.h .
-.Sh IMPLEMENTATION NOTES
-The memory allocator allocates memory in chunks that have size a power
-of two for requests up to the size of a page of memory.
-For larger requests, one or more pages is allocated.
-While it should not be relied upon, this information may be useful for
-optimizing the efficiency of memory use.
.Pp
Programmers should be careful not to confuse the malloc flags
.Dv M_NOWAIT
@@ -255,6 +249,12 @@ when holding a
.Xr vnode 9
interlock, will cause a LOR (Lock Order Reversal) due to the
intertwining of VM Objects and Vnodes.
+.Sh IMPLEMENTATION NOTES
+The memory allocator allocates memory in chunks that have size a power
+of two for requests up to the size of a page of memory.
+For larger requests, one or more pages is allocated.
+While it should not be relied upon, this information may be useful for
+optimizing the efficiency of memory use.
.Sh RETURN VALUES
The
.Fn malloc ,
diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9
index 7f6269b..46f6539 100644
--- a/share/man/man9/sleepqueue.9
+++ b/share/man/man9/sleepqueue.9
@@ -246,7 +246,6 @@ allows to pass additional
.Fn callout_reset_sbt
flags.
.Pp
-.Pp
Once the thread is ready to suspend,
one of the wait functions is called to put the current thread to sleep
until it is awakened and to context switch to another thread.
OpenPOWER on IntegriCloud