Browse Source

kill an Xr to a non-existent man page, ulimit(1);

OPENBSD_4_4
jmc 16 years ago
parent
commit
c52fe5a85f
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      src/lib/libc/stdlib/malloc.3

+ 3
- 5
src/lib/libc/stdlib/malloc.3 View File

@ -30,9 +30,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -375,9 +375,7 @@ to return
.Dv NULL . .Dv NULL .
.It Dq mmap(2) failed, check limits. .It Dq mmap(2) failed, check limits.
This is a rather weird condition that is most likely to indicate a 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. .It Dq freelist is destroyed.
.Fn malloc Ns 's .Fn malloc Ns 's
internal freelist has been stomped on. internal freelist has been stomped on.


Loading…
Cancel
Save