From owner-cvs-src-old@FreeBSD.ORG Mon Mar 7 15:19:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90E721065670 for ; Mon, 7 Mar 2011 15:19:37 +0000 (UTC) (envelope-from rstone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 660FC8FC26 for ; Mon, 7 Mar 2011 15:19:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p27FJbKo088085 for ; Mon, 7 Mar 2011 15:19:37 GMT (envelope-from rstone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p27FJbvs088084 for cvs-src-old@freebsd.org; Mon, 7 Mar 2011 15:19:37 GMT (envelope-from rstone@repoman.freebsd.org) Message-Id: <201103071519.p27FJbvs088084@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rstone@repoman.freebsd.org using -f From: Ryan Stone Date: Mon, 7 Mar 2011 15:19:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2011 15:19:37 -0000 rstone 2011-03-07 15:19:17 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 Log: SVN rev 219377 on 2011-03-07 15:19:17Z by rstone Correct a typo in the malloc(3) manpage. Malloc options are set in the MALLOC_OPTIONS environment variable, not JEMALLOC_OPTIONS. Reviewed by: jasone Approved by: emaste (mentor) Revision Changes Path 1.87 +2 -2 src/lib/libc/stdlib/malloc.3