summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-05-20 11:25:26 +0000
committerjmc <jmc@openbsd.org>2008-05-20 11:25:26 +0000
commitd770407dc01de21974094b6910f00191d7412136 (patch)
treefc545d51975595dee182283445e4d8df04e7513b /lib/libc/stdlib/malloc.3
parentadd a small section for routing daemons; ok henning norby (diff)
downloadwireguard-openbsd-d770407dc01de21974094b6910f00191d7412136.tar.xz
wireguard-openbsd-d770407dc01de21974094b6910f00191d7412136.zip
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.38
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.