From c52fe5a85ff710971a3511893b3a341db53797e0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 20 May 2008 11:25:26 +0000 Subject: [PATCH] kill an Xr to a non-existent man page, ulimit(1); --- src/lib/libc/stdlib/malloc.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 1b481933..08318c35 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.51 2008/05/19 19:36:15 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.52 2008/05/20 11:25:26 jmc Exp $ .\" -.Dd $Mdocdate: May 19 2008 $ +.Dd $Mdocdate: May 20 2008 $ .Dt MALLOC 3 .Os .Sh NAME @@ -375,9 +375,7 @@ to return .Dv NULL . .It Dq mmap(2) failed, check limits. This is a rather weird condition that is most likely to indicate a -seriously overloaded system or a -.Xr ulimit 1 -restriction. +seriously overloaded system or a ulimit restriction. .It Dq freelist is destroyed. .Fn malloc Ns 's internal freelist has been stomped on.