Sat Feb 25 15:55:46 2017 UTC ()
Change reference from malloc(3) to jemalloc(3) as the MALLOC_OPTIONS variable
is actually described in jemalloc(3).


(abhinav)
diff -r1.25 -r1.26 src/share/man/man7/environ.7

cvs diff -r1.25 -r1.26 src/share/man/man7/environ.7 (expand / switch to unified diff)

--- src/share/man/man7/environ.7 2011/01/21 10:03:27 1.25
+++ src/share/man/man7/environ.7 2017/02/25 15:55:45 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: environ.7,v 1.25 2011/01/21 10:03:27 wiz Exp $ 1.\" $NetBSD: environ.7,v 1.26 2017/02/25 15:55:45 abhinav Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1990, 1993 3.\" Copyright (c) 1983, 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -131,27 +131,27 @@ Control how the @@ -131,27 +131,27 @@ Control how the
131macro (from 131macro (from
132.In assert.h ) 132.In assert.h )
133behaves once the assertion is raised. 133behaves once the assertion is raised.
134Refer to 134Refer to
135.Xr _DIAGASSERT 3 135.Xr _DIAGASSERT 3
136for more information. 136for more information.
137.It Ev LOGNAME 137.It Ev LOGNAME
138The login name of the user. 138The login name of the user.
139.It Ev MALLOC_OPTIONS 139.It Ev MALLOC_OPTIONS
140Control the behaviour of the 140Control the behaviour of the
141.Fn malloc 141.Fn malloc
142function. 142function.
143Refer to 143Refer to
144.Xr malloc 3 144.Xr jemalloc 3
145for more information. 145for more information.
146.It Ev MIXERDEVICE 146.It Ev MIXERDEVICE
147The name of the audio mixer device to be used by 147The name of the audio mixer device to be used by
148.Xr mixerctl 1 . 148.Xr mixerctl 1 .
149.It Ev PAGER 149.It Ev PAGER
150The program used for paginating the output of several commands 150The program used for paginating the output of several commands
151such as 151such as
152.Xr man 1 . 152.Xr man 1 .
153If null or not set, the standard pagination program 153If null or not set, the standard pagination program
154.Xr more 1 154.Xr more 1
155will be used. 155will be used.
156.It Ev PATH 156.It Ev PATH
157The sequence of directories, separated by colons, searched by 157The sequence of directories, separated by colons, searched by
@@ -262,27 +262,27 @@ unless you know what you are doing. @@ -262,27 +262,27 @@ unless you know what you are doing.
262.Sh SEE ALSO 262.Sh SEE ALSO
263.Xr audioctl 1 , 263.Xr audioctl 1 ,
264.Xr audioplay 1 , 264.Xr audioplay 1 ,
265.Xr audiorecord 1 , 265.Xr audiorecord 1 ,
266.Xr csh 1 , 266.Xr csh 1 ,
267.Xr ex 1 , 267.Xr ex 1 ,
268.Xr login 1 , 268.Xr login 1 ,
269.Xr man 1 , 269.Xr man 1 ,
270.Xr more 1 , 270.Xr more 1 ,
271.Xr sh 1 , 271.Xr sh 1 ,
272.Xr execve 2 , 272.Xr execve 2 ,
273.Xr _DIAGASSERT 3 , 273.Xr _DIAGASSERT 3 ,
274.Xr execle 3 , 274.Xr execle 3 ,
275.Xr malloc 3 , 275.Xr jemalloc 3 ,
276.Xr rcmd 3 , 276.Xr rcmd 3 ,
277.Xr system 3 , 277.Xr system 3 ,
278.Xr termcap 3 , 278.Xr termcap 3 ,
279.Xr terminfo 3 , 279.Xr terminfo 3 ,
280.Xr audio 4 , 280.Xr audio 4 ,
281.Xr terminfo 5 , 281.Xr terminfo 5 ,
282.Xr nls 7 , 282.Xr nls 7 ,
283.Xr dump 8 283.Xr dump 8
284.Sh HISTORY 284.Sh HISTORY
285The 285The
286.Nm 286.Nm
287manual page appeared in 287manual page appeared in
288.Bx 4.2 . 288.Bx 4.2 .