Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Change reference from malloc(3) to jemalloc(3...



details:   https://anonhg.NetBSD.org/src/rev/b1360d43dae6
branches:  trunk
changeset: 822004:b1360d43dae6
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sat Feb 25 15:55:45 2017 +0000

description:
Change reference from malloc(3) to jemalloc(3) as the MALLOC_OPTIONS variable
is actually described in jemalloc(3).

diffstat:

 share/man/man7/environ.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 93bcb0c01f15 -r b1360d43dae6 share/man/man7/environ.7
--- a/share/man/man7/environ.7  Sat Feb 25 15:19:00 2017 +0000
+++ b/share/man/man7/environ.7  Sat Feb 25 15:55:45 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: environ.7,v 1.25 2011/01/21 10:03:27 wiz Exp $
+.\"    $NetBSD: environ.7,v 1.26 2017/02/25 15:55:45 abhinav Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -141,7 +141,7 @@
 .Fn malloc
 function.
 Refer to
-.Xr malloc 3
+.Xr jemalloc 3
 for more information.
 .It Ev MIXERDEVICE
 The name of the audio mixer device to be used by
@@ -272,7 +272,7 @@
 .Xr execve 2 ,
 .Xr _DIAGASSERT 3 ,
 .Xr execle 3 ,
-.Xr malloc 3 ,
+.Xr jemalloc 3 ,
 .Xr rcmd 3 ,
 .Xr system 3 ,
 .Xr termcap 3 ,



Home | Main Index | Thread Index | Old Index