Date: Mon, 18 Mar 2002 07:42:41 -0800 (PST) From: Yonatan Bokovza <yonatan@xpert.com> To: freebsd-gnats-submit@freebsd.org Subject: docs/36050: [PATCH] wrong command in malloc(3) Message-ID: <200203181542.g2IFgfC50349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 36050 >Category: docs >Synopsis: [PATCH] wrong command in malloc(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 18 07:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yonatan Bokovza >Release: 4.5-Stable of 18/3/2002 >Organization: >Environment: FreeBSD Temujin 4.5-STABLE FreeBSD 4.5-STABLE #1: Sun Mar 17 19:00:25 IST 2002 root@Temujin:/usr/obj/usr/src/sys/TEMUJIN i386 >Description: from malloc(3): --- To set a systemwide reduction of cache size, and to dump core whenever a problem occurs: ln -s 'A<' /etc/malloc.conf --- >How-To-Repeat: read malloc(3) >Fix: --- malloc.3.orig Mon Mar 18 17:23:29 2002 +++ malloc.3 Mon Mar 18 17:24:42 2002 @@ -253,7 +253,7 @@ To set a systemwide reduction of cache s a problem occurs: .Pp .Bd -literal -offset indent -ln -s 'A<' /etc/malloc.conf +echo 'A<' > /etc/malloc.conf .Ed .Pp To specify in the source that a program does no return value checking >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203181542.g2IFgfC50349>