diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-20 11:25:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-20 11:25:27 +0000 |
commit | 290c4cdacc6c5620338a42979b4cdea7ce12406a (patch) | |
tree | 39d894dcf64e6bff38ced473be78a726f75394fe /lib/libc/stdlib/malloc.3 | |
parent | 66aa6b8e9c0b3eb70614e8a2832fb45105c48366 (diff) |
kill an Xr to a non-existent man page, ulimit(1);
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 1b481933cae..08318c35b90 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/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. |