summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2008-05-20 11:25:26 +0000
committerjmc <>2008-05-20 11:25:26 +0000
commite603b6ec8e9138225bd5cbfedbd0b5b1e82735e6 (patch)
treeb5d48b66806f80beba0c94e632218e9c4a3468d4
parent64e5a691eaebd488c6d4609a36c21e319b92aef7 (diff)
downloadopenbsd-e603b6ec8e9138225bd5cbfedbd0b5b1e82735e6.tar.gz
openbsd-e603b6ec8e9138225bd5cbfedbd0b5b1e82735e6.tar.bz2
openbsd-e603b6ec8e9138225bd5cbfedbd0b5b1e82735e6.zip
kill an Xr to a non-existent man page, ulimit(1);
-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.