Module Name: src
Committed By: abhinav
Date: Sat Feb 25 15:55:46 UTC 2017
Modified Files:
src/share/man/man7: environ.7
Log Message:
Change reference from malloc(3) to jemalloc(3) as the MALLOC_OPTIONS variable
is actually described in jemalloc(3).
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man7/environ.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/environ.7
diff -u src/share/man/man7/environ.7:1.25 src/share/man/man7/environ.7:1.26
--- src/share/man/man7/environ.7:1.25 Fri Jan 21 10:03:27 2011
+++ src/share/man/man7/environ.7 Sat Feb 25 15:55:45 2017
@@ -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 @@ Control the behaviour of the
.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 @@ unless you know what you are doing.
.Xr execve 2 ,
.Xr _DIAGASSERT 3 ,
.Xr execle 3 ,
-.Xr malloc 3 ,
+.Xr jemalloc 3 ,
.Xr rcmd 3 ,
.Xr system 3 ,
.Xr termcap 3 ,