diff options
author | 2018-11-08 05:58:21 +0000 | |
---|---|---|
committer | 2018-11-08 05:58:21 +0000 | |
commit | ab9536ae02c802925e1518ed4988bc10c46d1bbd (patch) | |
tree | d0b88a3c1ed9d901555452710f6d0b75b9d1fc6d /lib/libc/stdlib/malloc.3 | |
parent | Remove cardbus and pcmcia debug options that we don't enable on other (diff) | |
download | wireguard-openbsd-ab9536ae02c802925e1518ed4988bc10c46d1bbd.tar.xz wireguard-openbsd-ab9536ae02c802925e1518ed4988bc10c46d1bbd.zip |
zap last remains of malloc.conf; prompted by and ok jmc@
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 5c33f11352e..35222a15cee 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.117 2018/11/06 12:02:30 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.118 2018/11/08 05:58:21 otto Exp $ .\" -.Dd $Mdocdate: November 6 2018 $ +.Dd $Mdocdate: November 8 2018 $ .Dt MALLOC 3 .Os .Sh NAME @@ -401,7 +401,7 @@ it guarantees memory is cleared before placing it on the internal free list. Deallocation of such an object should be done by calling .Fn freezero . .Sh ENVIRONMENT -.Bl -tag -width "/etc/malloc.conf" +.Bl -tag -width "MALLOC_OPTIONS" .It Ev MALLOC_OPTIONS String of flags documented in .Xr malloc.conf 5 . @@ -554,9 +554,9 @@ in this case. .Pp The .Ev MALLOC_OPTIONS -environment variable, the file -.Pa /etc/malloc.conf , -and the +environment variable, the +.Va vm.malloc_conf +sysctl and the .Sx DIAGNOSTICS output are extensions to the standard. .Sh HISTORY |