summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 1b481933ca..08318c35b9 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.51 2008/05/19 19:36:15 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.52 2008/05/20 11:25:26 jmc Exp $
34.\" 34.\"
35.Dd $Mdocdate: May 19 2008 $ 35.Dd $Mdocdate: May 20 2008 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -375,9 +375,7 @@ to return
375.Dv NULL . 375.Dv NULL .
376.It Dq mmap(2) failed, check limits. 376.It Dq mmap(2) failed, check limits.
377This is a rather weird condition that is most likely to indicate a 377This is a rather weird condition that is most likely to indicate a
378seriously overloaded system or a 378seriously overloaded system or a ulimit restriction.
379.Xr ulimit 1
380restriction.
381.It Dq freelist is destroyed. 379.It Dq freelist is destroyed.
382.Fn malloc Ns 's 380.Fn malloc Ns 's
383internal freelist has been stomped on. 381internal freelist has been stomped on.