From owner-freebsd-doc Mon Mar 18 7:50: 8 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A17A37B404 for ; Mon, 18 Mar 2002 07:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2IFo1M51776; Mon, 18 Mar 2002 07:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ADF837B402 for ; Mon, 18 Mar 2002 07:42:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2IFgfC50349; Mon, 18 Mar 2002 07:42:41 -0800 (PST) (envelope-from nobody) Message-Id: <200203181542.g2IFgfC50349@freefall.freebsd.org> Date: Mon, 18 Mar 2002 07:42:41 -0800 (PST) From: Yonatan Bokovza To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/36050: [PATCH] wrong command in malloc(3) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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