summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerdd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commiteaa6ee03b8ac1955cc60d99d119a22318d1baa61 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc/stdlib
parent8636b161b333b18525b6f5ffc5139079c29c0d63 (diff)
downloadFreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.zip
FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.tar.gz
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/malloc.31
-rw-r--r--lib/libc/stdlib/random.31
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 131608b..3d6b7ed 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -307,7 +307,6 @@ The
.Fn free
function returns no value.
.Sh DEBUGGING MALLOC PROBLEMS
-.Pp
The major difference between this implementation and other allocation
implementations is that the free pages are not accessed unless allocated,
and are aggressively returned to the kernel for reuse.
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index 08a6d64..e673f8a 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -182,7 +182,6 @@ These
functions appeared in
.Bx 4.2 .
.Sh BUGS
-.Pp
About 2/3 the speed of
.Xr rand 3 .
.Pp
OpenPOWER on IntegriCloud