Change reference from malloc(3) to jemalloc(3) as the MALLOC_OPTIONS variable

is actually described in jemalloc(3).
This commit is contained in:
abhinav 2017-02-25 15:55:45 +00:00
parent 7b58ce7ad7
commit 4af2bdf053
1 changed files with 3 additions and 3 deletions

View File

@ -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 ,